Skip to content

Commit 0821d69

Browse files
sfc-gh-stakedaankit-bhatnagar167
authored andcommitted
SNOW-121725: Bumpup version to 2.1.0
1 parent 9427762 commit 0821d69

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

DESCRIPTION.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99
Release Notes
1010
-------------------------------------------------------------------------------
1111

12+
- v2.1.0(December 2,2019)
13+
14+
- GA: ARROW format support, to be enabled in the next few weeks.
15+
- Fix default `ssl_context` options
16+
- Pin more dependencies for Python Connector
17+
- Fix import of SnowflakeOCSPAsn1Crypto crashes Python on MacOS Catalina
18+
- Update the release note that 1.9.0 was removed
19+
- Support DictCursor for arrow result format
20+
- Upgrade Python's arrow lib to 0.15.1
21+
1222
- v2.0.4(November 13,2019)
1323

1424
- Increase OCSP Cache expiry time from 24 hours to 120 hours.

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 = (2, 0, 4, None)
3+
VERSION = (2, 1, 0, None)

0 commit comments

Comments
 (0)