File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99Release Notes
1010-------------------------------------------------------------------------------
1111
12+ - v2.3.6(November 16,2020)
13+
14+ - Fixed a bug that was preventing the connector from working on Windows with Python 3.8.
15+ - Improved the string formatting in exception messages.
16+ - For dependency checking, increased the version condition for the cryptography package from <3.0.0 to <4.0.0.
17+ - For dependency checking, increased the version condition for the pandas package from <1.1 to <1.2.
18+
1219- v2.3.5(November 03,2020)
1320
1421 - Updated the dependency on the cryptography package from version 2.9.2 to 3.2.1.
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 , 3 , 5 , None )
3+ VERSION = (2 , 3 , 6 , None )
You can’t perform that action at this time.
0 commit comments