Skip to content

Commit b2691ed

Browse files
SNOW-2187831 rearrange 3.17 release notes
1 parent d87dc0b commit b2691ed

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

DESCRIPTION.md

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

99
# Release Notes
1010
- v3.17 (TBD)
11-
- Added new authentication methods support for Workload Identity Federation (WIF).
12-
- Added the `WORKLOAD_IDENTITY` value for authenticator type.
13-
- Added the `workload_identity_provider` and `workload_identity_entra_resource` parameters.
14-
- Added in-band OCSP exception telemetry.
15-
- Added `APPLICATION_PATH` within `CLIENT_ENVIRONMENT` to distinguish between multiple scripts using the PythonConnector in the same environment.
16-
- Disabled token caching for OAuth Client Credentials authentication
1711
- Added in-band HTTP exception telemetry.
18-
- Fixed a bug where timezoned timestamps fetched as pandas.DataFrame or pyarrow.Table would overflow for the sake of unnecessary precision. In the case where an overflow cannot be prevented a clear error will be raised now.
19-
- Fix OAuth authenticator values.
20-
- Add `unsafe_skip_file_permissions_check` flag to skip file permissions check on cache and config.
21-
- Introduce snowflake_version property to the connection.
22-
- Added basic json support for Interval types.
12+
- Added an `unsafe_skip_file_permissions_check` flag to skip file permission checks on the cache and configuration.
13+
- Added `APPLICATION_PATH` within `CLIENT_ENVIRONMENT` to distinguish between multiple scripts using the Python Connector in the same environment.
14+
- Added basic JSON support for Interval types.
15+
- Added in-band OCSP exception telemetry.
16+
- Added support for new authentication methods with Workload Identity Federation (WIF).
17+
- Added the `WORKLOAD_IDENTITY` value for the authenticator type.
18+
- Added the `workload_identity_provider` and `workload_identity_entra_resource` parameters.
19+
- Added support for the `use_vectorized_scanner` parameter in the write_pandas function.
20+
- Introduced the `snowflake_version` property to the connection.
21+
- Populated `type_code` in `ResultMetadata` for interval types.
2322
- Moved `OAUTH_TYPE` to `CLIENT_ENVIROMENT`.
24-
- Fix bug where PAT with external session authenticator was used while `external_session_id` was not provided in `SnowflakeRestful.fetch`
25-
- Added support for parameter `use_vectorized_scanner` in function `write_pandas`.
23+
- Relaxed the `pyarrow` version constrain; versions >= 19 can now be used.
24+
- Disabled token caching for OAuth Client Credentials authentication.
25+
- Fixed OAuth authenticator values.
26+
- Fixed a bug where a PAT with an external session authenticator was used while external_session_id was not provided in SnowflakeRestful.fetch.
27+
- Fixed the case-sensitivity of `Oauth` and `programmatic_access_token` authenticator values.
28+
- Fixed unclear error messages for incorrect `authenticator` values.
2629
- Fixed GCS staging by ensuring the endpoint has a scheme.
27-
- Fix unclear error messages in case of incorrect `authenticator` values.
28-
- Fix case-sensitivity of `Oauth` and `programmatic_access_token` authenticator values.
29-
- Relaxed `pyarrow` version constraint, versions >= 19 can now be used.
30-
- Populate type_code in ResultMetadata for interval types.
30+
- Fixed a bug where time-zoned timestamps fetched as a `pandas.DataFrame` or `pyarrow.Table` would overflow due to unnecessary precision. A clear error will now be raised if an overflow cannot be prevented.
3131

3232
- v3.16.0(July 04,2025)
3333
- Bumped numpy dependency from <2.1.0 to <=2.2.4.

0 commit comments

Comments
 (0)