Skip to content

Commit a936a93

Browse files
authored
release notes are now on the GitHub releases tab
1 parent e0c6365 commit a936a93

File tree

1 file changed

+4
-21
lines changed

1 file changed

+4
-21
lines changed

CHANGELOG.md

+4-21
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,10 @@
1-
### 2.0.0
1+
⚠️ Release notes are now found on Github:
22

3-
2019-09-13
3+
<https://github.com/natesilva/snowflake-promise/releases>
44

5-
* **BREAKING CHANGE**: Minimum supported Node version is 6.9.5, the same as the underlying
6-
Snowflake SDK.
7-
* Update to `snowflake-sdk` 1.3.0
8-
* Update dev dependencies to latest versions
9-
* Move the repository from Bitbucket to Github
10-
* Support the new `ocspFailOpen` configuration option — thank you @thoean (Markus Thurner)
11-
* Bugfix for `getStatementId` - thank you @jasonstitt (Jason Stitt)
12-
13-
The biggest change is to support the `ocspFailOpen` option in the underlying
14-
Snowflake SDK driver.
15-
16-
This setting is enabled by default. if OCSP verification fails due to an invalid response
17-
from the certificate authority, the connection will still be established. (If OCSP
18-
verification shows that the certificate is revoked, the connection will be dropped.)
19-
20-
This prevents connection failures that previously happened when an OCSP provider had an
21-
outage. The earlier workaround was to set the `insecureConnect` option. That is deprecated
22-
and will be ignored. The new defaults accomplish the same thing in a more secure manner.
5+
Older release notes follow:
236

24-
For more information, see: <https://www.snowflake.com/blog/changes-to-how-snowflake-handles-ocsp/>
7+
---
258

269
### 1.11.0
2710

0 commit comments

Comments
 (0)