Skip to content

Commit 62a690a

Browse files
SNOW-371138: Bumped up PythonConnector PATCH version from 2.4.5 to 2.4.6 (#769) (#770)
@noreview - This is an automated process. No review is required Co-authored-by: Jenkins User <snowflake-provisioner>
1 parent 939c06b commit 62a690a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

DESCRIPTION.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99
Release Notes
1010
-------------------------------------------------------------------------------
1111

12+
13+
- v2.4.6(June 25,2021)
14+
15+
- Fixed a potential memory leak.
16+
- Removed upper certifi version pin.
17+
- Updated vendored libraries , urllib(1.26.5) and requests(2.25.1).
18+
- Replace pointers with UniqueRefs.
19+
- Changed default value of client_session_keep_alive to None.
20+
- Added the ability to retrieve metadata/schema without executing the query (describe method).
21+
1222
- v2.4.5(June 15,2021)
1323

1424
- Fix for incorrect JWT token invalidity when an account alias with a dash in it is used for regionless account URL.

src/snowflake/connector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Update this for the versions
22
# Don't change the forth version number from None
3-
VERSION = (2, 4, 5, None)
3+
VERSION = (2, 4, 6, None)

0 commit comments

Comments
 (0)