Skip to content

Commit 2e3eec1

Browse files
sfc-gh-stakedaankit-bhatnagar167
authored andcommitted
SNOW-99649: Bump up version to 2.0.0
1 parent ddf936a commit 2e3eec1

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

DESCRIPTION.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99
Release 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

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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)

0 commit comments

Comments
 (0)