File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99Release Notes
1010-------------------------------------------------------------------------------
1111
12+ - v2.1.2(December 16,2019)
13+
14+ - Fix the arrow bundling issue for python connector on mac.
15+ - Fix the arrow dll bundle issue on windows.Add more logging.
16+
1217- v2.1.1(December 12,2019)
1318
1419 - Fix GZIP uncompressed content for Azure GET command.
@@ -19,7 +24,6 @@ Release Notes
1924
2025- v2.1.0(December 2,2019)
2126
22- - GA: ARROW format support, to be enabled in the next few weeks.
2327 - Fix default `ssl_context ` options
2428 - Pin more dependencies for Python Connector
2529 - Fix import of SnowflakeOCSPAsn1Crypto crashes Python on MacOS Catalina
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 = (2 , 1 , 1 , None )
3+ VERSION = (2 , 1 , 2 , None )
You can’t perform that action at this time.
0 commit comments