Skip to content

Commit b2a3a29

Browse files
Version Bump python connector to 2.2.9
1 parent 37aee1c commit b2a3a29

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

DESCRIPTION.rst

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

12+
- v2.2.9(July 13,2020)
13+
14+
- Connection parameter validate_default_parameters now verifies known connection parameter names and types. It emits warnings for anything unexpected types or names.
15+
- Correct logging messages for compiled C++ code.
16+
- Fixed an issue in write_pandas with location determination when database, or schema name was included.
17+
- Bumped boto3 dependency version.
18+
- Fixed an issue where uploading a file with special UTF-8 characters in their names corrupted file.
19+
1220
- v2.2.8(June 22,2020)
1321

1422
- Switched docstring style to Google from Epydoc and added automated tests to enforce the standard.

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

0 commit comments

Comments
 (0)