Skip to content

Commit 2331d23

Browse files
release 3.13.0 (#2141)
1 parent 598ab4c commit 2331d23

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

DESCRIPTION.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
88

99
# Release Notes
1010

11-
- v3.12.5(TBD)
11+
- v3.13.0(January 23,2025)
1212
- Added a feature to limit the sizes of IO-bound ThreadPoolExecutors during PUT and GET commands.
13-
- Adding support for the new PAT authentication method.
1413
- Updated README.md to include instructions on how to verify package signatures using `cosign`.
1514
- Updated the log level for cursor's chunk rowcount from INFO to DEBUG.
1615
- Added a feature to verify if the connection is still good enough to send queries over.

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 = (3, 12, 4, None)
3+
VERSION = (3, 13, 0, None)

0 commit comments

Comments
 (0)