Skip to content

Commit

Permalink
SNOW-458002: Bumped up PythonConnector PATCH version from 2.6.0 to 2.…
Browse files Browse the repository at this point in the history
…6.1 (#868)

* SNOW-458002: Bumped up PythonConnector PATCH version from 2.6.0 to 2.6.1 (#867)
  • Loading branch information
sfc-gh-abhatnagar authored Sep 14, 2021
1 parent 6d1cafc commit 8872b34
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions DESCRIPTION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ Release Notes
-------------------------------------------------------------------------------


- v2.6.1(September 16,2021)

- Bump pandas version from <1.3 to <1.4
- Fixing Python deprecation warnings.
- Added more type-hints.
- Marked HeartBeatTimer threads as daemon threads.
- Force cast a column into integer in write_pandas to avoid a rare behavior that would lead to crashing.
- Implement AWS signature V4 to new SDKless PUT and GET.
- Removed a deprecated setuptools option from setup.py.
- Fixed a bug where error logs would be printed for query executions that produce no results.
- Fixed a bug where the temporary stage for bulk array inserts exists.


- v2.6.0(August 29,2021)

- Internal change to the implementation of result fetching.
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/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, 6, 0, None)
VERSION = (2, 6, 1, None)

0 comments on commit 8872b34

Please sign in to comment.