Skip to content

Commit 2ff46ae

Browse files
author
Jenkins User
committed
MINOR: Bumped up PythonConnector MINOR version from 3.17.3 to 3.18.0
@noreview - This is an automated process. No review is required
1 parent ae2bf2e commit 2ff46ae

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

DESCRIPTION.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99
# Release Notes
1010
- v3.18.0(TBD)
1111
- Added support for checking certificates revocation using revocation lists (CRLs)
12+
13+
- v3.18.0(October 04,2025)
14+
15+
-N/A
16+
1217
- Added the `workload_identity_impersonation_path` parameter to support service account impersonation for Workload Identity Federation on GCP and AWS workloads only
1318
- Fixed `get_results_from_sfqid` when using `DictCursor` and executing multiple statements at once
1419
- Added the `oauth_credentials_in_body` parameter supporting an option to send the oauth client credentials in the request body

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, 17, 3, None)
3+
VERSION = (3, 18, 0, None)

0 commit comments

Comments
 (0)