Skip to content

Commit

Permalink
SNOW-502072: Bumped up PythonConnector PATCH version from 2.7.0 to 2.…
Browse files Browse the repository at this point in the history
…7.1 (#973)

@noreview - This is an automated process. No review is required

Co-authored-by: Jenkins User <snowflake-provisioner>
  • Loading branch information
sfc-gh-kdama authored Nov 16, 2021
1 parent b8826e5 commit 93a368e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions DESCRIPTION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ Release Notes
-------------------------------------------------------------------------------


- v2.7.1(November 19,2021)

- Fixed a bug where uploading a streaming file with multiple parts wasn't working
- JWT tokens will now be regenerated when requests are retired
- Updated url escaping for when uploading to AWS S3 to match how boto3 escapes URLs
- Removed a now unused parameter s3_connection_pool_size
- Blocked queries will now be considered to be still running
- Snowflake specific exceptions will now set Exception args
- Fixed a bug where use_s3_regional_url was not set correctly by the connector internally


- v2.7.0(October 25,2021)

- Removing cloud sdks.snowflake-connector-python will not install them anymore. Recreate your virtualenv to get rid of unnecessary dependencies.
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, 7, 0, None)
VERSION = (2, 7, 1, None)

0 comments on commit 93a368e

Please sign in to comment.