Skip to content

Commit 252a5f1

Browse files
Update DESCRIPTION.md after 3.18.0 release (#2571)
1 parent cfa0ad8 commit 252a5f1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

DESCRIPTION.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
88

99
# Release Notes
1010
- v4.1.0(TBD)
11-
- Added `CERT_REVOCATION_CHECK_MODE` to `CLIENT_ENVIRONMENT`
1211

13-
- v4.0.0(October 01,2025)
12+
- v4.0.0(October 09,2025)
1413
- Added support for checking certificates revocation using revocation lists (CRLs)
14+
- Added `CERT_REVOCATION_CHECK_MODE` to `CLIENT_ENVIRONMENT`
1515
- Added the `workload_identity_impersonation_path` parameter to support service account impersonation for Workload Identity Federation on GCP and AWS workloads only
1616
- Fixed `get_results_from_sfqid` when using `DictCursor` and executing multiple statements at once
1717
- Added the `oauth_credentials_in_body` parameter supporting an option to send the oauth client credentials in the request body
@@ -20,14 +20,16 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
2020
- Revert changing exception type in case of token expired scenario for `Oauth` authenticator back to `DatabaseError`
2121
- Enhanced configuration file security checks with stricter permission validation.
2222
- Configuration files writable by group or others now raise a `ConfigSourceError` with detailed permission information, preventing potential credential tampering.
23-
- Added support for pandas conversion for Day-time and Year-Month Interval types
2423
- Fixed the return type of `SnowflakeConnection.cursor(cursor_class)` to match the type of `cursor_class`
2524
- Constrained the types of `fetchone`, `fetchmany`, `fetchall`
2625
- As part of this fix, `DictCursor` is no longer a subclass of `SnowflakeCursor`; use `SnowflakeCursorBase` as a superclass of both.
2726
- Fix "No AWS region was found" error if AWS region was set in `AWS_DEFAULT_REGION` variable instead of `AWS_REGION` for `WORKLOAD_IDENTITY` authenticator
2827
- Add `ocsp_root_certs_dict_lock_timeout` connection parameter to set the timeout (in seconds) for acquiring the lock on the OCSP root certs dictionary. Default value for this parameter is -1 which indicates no timeout.
2928
- Fixed behaviour of trying S3 Transfer Accelerate endpoint by default for internal stages, and always getting HTTP403 due to permissions missing on purpose. Now /accelerate is not attempted.
3029

30+
- v3.18.0(October 03,2025)
31+
- Added support for pandas conversion for Day-time and Year-Month Interval types
32+
3133
- v3.17.4(September 22,2025)
3234
- Added support for intermediate certificates as roots when they are stored in the trust store
3335
- Bumped up vendored `urllib3` to `2.5.0` and `requests` to `v2.32.5`

0 commit comments

Comments
 (0)