https://github.com/natesilva/snowflake-promise/releases
Older release notes follow:
2019-07-11
- Update to
snowflake-sdk
1.1.15 - Update dev dependencies to latest versions
- Now using
np
to build for release.
2018-12-31
- Update to
snowflake-sdk
1.1.9
2018-11-15
-
[DEPRECATED in 1.12.0] Workaround for OCSP errors when creating the client:
const snowflake = new Snowflake({<connect options>}, {<logging options>}, true);
Setting the third constructor argument to
true
will useinsecureConnect
mode which works around the problem.See snowflakedb/snowflake-connector-nodejs#16 for further information.
2018-11-12
- Updated to
snowflake-sdk
1.1.8
2018-10-15
- Updated to
snowflake-sdk
1.1.7