File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,19 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99Release Notes
1010-------------------------------------------------------------------------------
1111
12+ - v2.0.0(September 30,2019)
13+
14+ - Release Python Connector 2.0.0 for Arrow format change.
15+ - Fix SF_OCSP_RESPONSE_CACHE_DIR referring to the OCSP cache response file directory and not the top level of directory.
16+ - Fix Malformed certificate ID key causes uncaught KeyError.
17+ - No retry for certificate errors.
18+ - Fix In-Memory OCSP Response Cache - PythonConnector
19+ - Move AWS_ID and AWS_SECRET_KEY to their newer versions in the Python client
20+ - Fix result set downloader for ijson 2.5
21+ - Make authenticator field case insensitive earlier
22+ - Update USER-AGENT to be consistent with new format
23+ - Update Python Driver URL Whitelist to support US Gov domain
24+
1225- v1.9.0(August 26,2019)
1326
1427 - Implement converter for all arrow data types in python connector extension
Original file line number Diff line number Diff line change 11# Update this for the versions
22# Don't change the forth version number from None
3- VERSION = (1 , 9 , 0 , None )
3+ VERSION = (2 , 0 , 0 , None )
You can’t perform that action at this time.
0 commit comments