Skip to content

Commit

Permalink
SNOW-440369: Bumped up PythonConnector MINOR version from 2.5.1 to 2.…
Browse files Browse the repository at this point in the history
…6.0 (#841)

@noreview - This is an automated process. No review is required
  • Loading branch information
sfc-gh-abhatnagar committed Aug 26, 2021
1 parent 453151a commit 551696c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions DESCRIPTION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ Release Notes
-------------------------------------------------------------------------------


- v2.6.0(August 29,2021)

- Internal change to the implementation of result fetching.
- Upgraded Pyarrow version from 3.0 to 5.0.
- Internal change to the implementation for PUT and GET. A new connection parameter use_new_put_get was added to toggle between implementations.
- Fixed a bug where executemany did not detect the type of data it was inserting.
- Updated the minimum Mac OSX build target from 10.13 to 10.14.


- v2.5.1(July 31,2021)

- Fixes Python Connector bug that prevents the connector from using AWS S3 Regional URL. The driver currently overrides the regional URL information with the default S3 URL causing failure in PUT.
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, 5, 1, None)
VERSION = (2, 6, 0, None)

0 comments on commit 551696c

Please sign in to comment.