Skip to content

Releases: snowflakedb/snowflake-connector-nodejs

Release

24 Aug 23:34
Compare
Choose a tag to compare
  • Improved the way in which the driver retries requests when certain HTTP errors occur.

Release

20 Apr 23:49
Compare
Choose a tag to compare
  • (#85) Mitigate a network error to access s3/blob by retrying timeout error

Release

30 Mar 23:49
066e3a7
Compare
Choose a tag to compare

Release

07 Jan 00:01
1946934
Compare
Choose a tag to compare
  • Remove GCP encrypted credential file from NodeJS driver package
  • Drop Node v6, v8, v9 and v11 support and set the minimum supported version to v10 and only even number versions

Release

03 Dec 00:13
21e1e54
Compare
Choose a tag to compare
  • SQL Binding for Limit Clause Errors Out

Release

22 Oct 21:30
20ae92b
Compare
Choose a tag to compare
  • Update nodejs driver for token auth
  • (#63) Fix https-proxy-agent vulnerability issue by upgrading the version

Release

30 Sep 21:23
673eb50
Compare
Choose a tag to compare
  • Update NodeJS tests to represent lates OCSP State
  • Improve error description when region field is wrong
  • Update USER-AGENT to be consistent with new format

Release

26 Aug 22:12
c457a8e
Compare
Choose a tag to compare
  • Add JS_TREAT_INTEGER_AS_BIGINT to switch the data type from Number to BigInt.
  • Fix TypeError exception for expired certificate
  • Fix OCSP validity check
  • Fix cache directory that was not created under user home by default.
  • Fix timeout for OCSP cache server.
  • Raise error if both OCSP cache server and Responder are unreachable in FAIL_CLOSED
  • Add client information to USER-AGENT HTTP header

Release

29 Jul 20:22
24b7b88
Compare
Choose a tag to compare
  • #50 In-Memory OCSP Response Cache

Release

15 Jul 23:59
7ccc979
Compare
Choose a tag to compare
  • Added mkdirp to package.json file in NodeJS since it was a missing dependency.