Skip to content

Commit 54d4fa3

Browse files
sfc-gh-stakedaankit-bhatnagar167
authored andcommitted
SNOW-104246: Bump Up snowflake Python Connector Version to 2.0.2
1 parent c74fdb1 commit 54d4fa3

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
@@ -8,6 +8,16 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
88

99
Release Notes
1010
-------------------------------------------------------------------------------
11+
12+
- v2.0.2(October 21,2019)
13+
14+
- Fix sessions remaining open even if they are disposed manually. Retry deleting session if the connection is explicitly closed.
15+
- Fix memory leak in the new fetch pandas API
16+
- Fix Auditwheel failed with python37
17+
- Reduce the footprint of Python Connector
18+
- Support asn1crypto 1.1.x
19+
- Ensure that the cython components are present for Conda package
20+
1121
- v2.0.1(October 04,2019)
1222

1323
- Add asn1crypto requirement to mitigate incompatibility change

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

0 commit comments

Comments
 (0)