Releases: snowflakedb/snowflake-connector-nodejs
Releases · snowflakedb/snowflake-connector-nodejs
Release
- Improved the way in which the driver retries requests when certain HTTP errors occur.
Release
Release
- Bound Date parameters have two quotes and error on insert
- Fix https://npmjs.com/advisories/1179
Release
- 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
- SQL Binding for Limit Clause Errors Out
Release
Release
- 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
- 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
Release
- Added mkdirp to package.json file in NodeJS since it was a missing dependency.