File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,15 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99Release Notes
1010-------------------------------------------------------------------------------
1111
12+ - v2.2.6(May 11,2020)
13+
14+ - Update Pyarrow version from 0.16.0 to 0.17.0 for Python connector
15+ - Remove more restrictive application name enforcement.
16+ - Missing keyring dependency will not raise an exception, only emit a debug log from now on.
17+ - Bumping boto3 to <1.14
18+ - Fix flake8 3.8.0 new issues
19+ - Implement Python log interceptor
20+
1221- v2.2.5(April 30,2020)
1322
1423 - Added more efficient way to ingest a pandas.Dataframe into Snowflake, located in snowflake.connector.pandas_tools
@@ -34,7 +43,7 @@ Release Notes
3443 - Support Python 3.8 for Linux and Mac.
3544
3645- v2.2.1(February 18,2020)
37-
46+
3847 - Fix use DictCursor with execute_string #248
3948
4049- v2.2.0(January 27,2020)
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 , 2 , 5 , None )
3+ VERSION = (2 , 2 , 7 , None )
You can’t perform that action at this time.
0 commit comments