Skip to content

Commit

Permalink
Version Bump python connector to 2.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-abhatnagar committed Jul 16, 2020
1 parent 37aee1c commit b2a3a29
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions DESCRIPTION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
Release Notes
-------------------------------------------------------------------------------

- v2.2.9(July 13,2020)

- Connection parameter validate_default_parameters now verifies known connection parameter names and types. It emits warnings for anything unexpected types or names.
- Correct logging messages for compiled C++ code.
- Fixed an issue in write_pandas with location determination when database, or schema name was included.
- Bumped boto3 dependency version.
- Fixed an issue where uploading a file with special UTF-8 characters in their names corrupted file.

- v2.2.8(June 22,2020)

- Switched docstring style to Google from Epydoc and added automated tests to enforce the standard.
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Update this for the versions
# Don't change the forth version number from None
VERSION = (2, 2, 8, None)
VERSION = (2, 2, 9, None)

0 comments on commit b2a3a29

Please sign in to comment.