Skip to content

Commit

Permalink
SNOW-371138: Bumped up PythonConnector PATCH version from 2.4.5 to 2.…
Browse files Browse the repository at this point in the history
…4.6 (#769) (#770)

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

Co-authored-by: Jenkins User <snowflake-provisioner>
  • Loading branch information
sfc-gh-abhatnagar authored Jun 22, 2021
1 parent 939c06b commit 62a690a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions DESCRIPTION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
Release Notes
-------------------------------------------------------------------------------


- v2.4.6(June 25,2021)

- Fixed a potential memory leak.
- Removed upper certifi version pin.
- Updated vendored libraries , urllib(1.26.5) and requests(2.25.1).
- Replace pointers with UniqueRefs.
- Changed default value of client_session_keep_alive to None.
- Added the ability to retrieve metadata/schema without executing the query (describe method).

- v2.4.5(June 15,2021)

- Fix for incorrect JWT token invalidity when an account alias with a dash in it is used for regionless account URL.
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, 4, 5, None)
VERSION = (2, 4, 6, None)

0 comments on commit 62a690a

Please sign in to comment.