Skip to content

Releases: snowflakedb/snowflake-connector-nodejs

Release

20 Apr 22:34
89b7ec4
Compare
Choose a tag to compare
  • Updated support new versions agent-base (6.0.2) and https-proxy-agent (5.0.0).
  • Removed unused dependencies
  • Initialized internal variables to prevent a global memory leak.
  • Set "Client Application" under "Client Info". Fixed an issue that prevented the user-defined application parameter from being displayed in the Client Info column.

Release

17 Mar 15:38
e14c08d
Compare
Choose a tag to compare
  • Updated "npm test" to run all unit tests.
  • Added a confirmation message when a connection is authenticated.
  • Update agent-base and https-proxy-agent to latest version.

Release

16 Feb 23:06
6282b5b
Compare
Choose a tag to compare
  • Updated the required version of the follow-redirect package to 1.14.18.
  • Updated the version of the mocha test framework to 9.2.0.

Release

13 Dec 22:39
cc402a8
Compare
Choose a tag to compare
  • Whitesource for Github Integration
  • remove throw error
  • Update/add request-related dependencies
  • Implement GET command for nodejs

Release

17 Nov 19:34
c1e4d57
Compare
Choose a tag to compare
  • Upgrade axios from 0.21.1 to 0.21.4.

Release

13 Oct 22:25
5d5a59e
Compare
Choose a tag to compare
  • Add proxy user/password to connection settings.
  • Fix missing package issue by updating request retry .
  • Upgrade mocha from 7.1.1 to 9.1.2 .

Release

14 Sep 16:43
faa4fa8
Compare
Choose a tag to compare
  • Add connection pool capability to connector.
  • Update agent-base to 4.3.0.
  • Set keepAlive to true so the connector re-uses the sockets.
  • Add application connection parameter.
  • Add error code/message for application parameter

Release

16 Aug 22:49
Compare
Choose a tag to compare
  • Make connection params case insensitive.
  • Add Secret Detector patterns.
  • Check for privatelink and set as OCSP url if it exists.
  • Implement PUT command for NodeJS

Release

05 Apr 18:19
Compare
Choose a tag to compare
  • Added support for native SSO authentication through Okta.
  • Fixed a problem with the slow repeated fetch of chunks when a chunk is cleared after use.
  • Increased the OCSP cache size to reduce the changes of overwriting existing entries.
  • Added a host option to the connection configuration to prevent part of its value being omitted.

Release

02 Mar 02:56
Compare
Choose a tag to compare
  • Add support for key pair authentication and OAuth authentication.
  • Updated the version of lodash to 4.17.21 in the dependency list.
  • Added support for external browser authentication.