File tree 1 file changed +4
-21
lines changed
1 file changed +4
-21
lines changed Original file line number Diff line number Diff line change 1
- ### 2.0.0
1
+ ⚠️ Release notes are now found on Github:
2
2
3
- 2019-09-13
3
+ < https://github.com/natesilva/snowflake-promise/releases >
4
4
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:
23
6
24
- For more information, see: < https://www.snowflake.com/blog/changes-to-how-snowflake-handles-ocsp/ >
7
+ ---
25
8
26
9
### 1.11.0
27
10
You can’t perform that action at this time.
0 commit comments