You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code to use cryptography (which uses OpenSSL) already existed, but
it just wasn't being used by default. Since cryptography is currently a
mandatory dependency, we may as well use it all the time.
Partially resolvessnowflakedb#1605/SNOW-843716.
Copy file name to clipboardexpand all lines: DESCRIPTION.md
+1
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
14
14
- Improved OCSP response caching to remove tmp cache files on Windows.
15
15
- Added a parameter `server_session_keep_alive` in `SnowflakeConnection` that skips session deletion when client connection closes.
16
16
- Tightened our pinning of platformdirs, to prevent their new releases breaking us.
17
+
- Remove dependencies on Cryptodome and oscrypto and remove the `use_openssl_only` parameter. All connections now go through OpenSSL via the cryptography library, which was already a dependency.
17
18
18
19
- v3.0.4(May 23,2023)
19
20
- Fixed a bug in which `cursor.execute()` could modify the argument statement_params dictionary object when executing a multistatement query.
0 commit comments