Releases: snowflakedb/snowflake-connector-nodejs
Releases · snowflakedb/snowflake-connector-nodejs
Release
- 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
- 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
- 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
- Whitesource for Github Integration
- remove throw error
- Update/add request-related dependencies
- Implement GET command for nodejs
Release
- Upgrade axios from 0.21.1 to 0.21.4.
Release
- 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
- 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
- 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
- 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
- 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.