Releases: snowflakedb/snowflake-connector-nodejs
Releases · snowflakedb/snowflake-connector-nodejs
Release
- Please check our community page for release notes.
Release
- Please check our community page for release notes.
Release
- Fixed an issue where supplying an incorrect password could cause an infinite loop when attempting to log into a connection pool.
- Added the arrayBindingThreshold connection parameter for array binding, which directs the Node.js Driver to write an array to a file and upload it to the server when the number of binds exceeds the threshold.
Release
- Added a noProxy configuration parameter to support bypassing the proxy server when needed.
- Updated the moment library to version 2.29.4.
Release
Updates:
- Removed the requirement to provide the original SQL query in addition to the requestId when resubmitting requests.
- Updated mocha to version 10.1.0.
Release
- Added support for array binding.
Release
- Added the ability to resubmit SQL statements with a request ID.
Release
- Added the "readme.md" file for npm project description
- Set the default timeout for http request to 360 seconds
- Fixed an issue regarding inaccurate encryption material ids for numbers exceeding max safe integer
Release
- Fixed proxy connection not working issue
Release
- Fixed an issue where the application configuration parameter was not being recognized.
- Fixed an issue where the PUT command did not overwrite data when the OVERWRITE argument was set to TRUE.
- Fixed an issue where the OKTA authenticator threw an error when the closing slash ("/") was missing; now it authenticates whether or not the slash in provided.
- Fixed an issue where the OKTA authenticator failed to authenticate accounts that included a region in the connection string.