Skip to content

Releases: snowflakedb/snowflake-connector-nodejs

Release

15 Jul 20:18
0305e71
Compare
Choose a tag to compare
  • NodeJS OCSP SoftFail
  • Use Account Name for Global URL - NodeJS

Release

17 Jun 20:16
19b0ed1
Compare
Choose a tag to compare
  • Ignore session gone error when closing session.
  • Update moment-timezone
  • TIMESTAMP_NTZ column value is returned in local timezone instead of UTC
  • Support BigInteger for BIGINT (NUMBER(m,0) data type.

Release

26 Apr 23:16
7ad7141
Compare
Choose a tag to compare
  • Fix bug for client session keep alive functionality to the NodeJS driver

Release

22 Apr 22:45
f0d68ea
Compare
Choose a tag to compare
  • Fixed Winston.logger to Winston.createLogger

Release

08 Apr 22:40
06b1602
Compare
Choose a tag to compare
  • Add SERVICE NAME support to NodeJS
  • Added client session keep alive functionality to the NodeJS driver

Release

08 Feb 21:31
95fa5b3
Compare
Choose a tag to compare
  • Update dependency for Winston version

Release

14 Jan 18:24
25a32c0
Compare
Choose a tag to compare
  • Support account parameter including region, cloud and any subdomain support

Patch Release

12 Jan 01:04
Compare
Choose a tag to compare
  • SNOW-61163: Fixed DeprecationWarning: Buffer() is deprecated due to security and usability issues.
  • SNOW-56349: callback even in case of network error. improved sleep time using decorrelated jitter backup.
  • SNOW-60848: added isUp to return the connection status.
  • SNOW-59766: Remove JS_DRIVER_ENABLE_COMPRESSION and compress HTTP request at all times
  • SNOW-27001: Retry HTTP 404 for OCSP responder.
  • SNOW-27001: Changing the variable and function names from S3 to large result set.

Patch Release

08 Nov 09:54
Compare
Choose a tag to compare
  • Replaced node-uuid with uuid (Fixed #2)
  • Bumped up request version to the latest and relaxed version constraint (Fixed #10)
  • Added npm audit to the build script to detect vulnerability at build time.
  • Pushed the code to Github.