You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DESCRIPTION.md
+16-9Lines changed: 16 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,26 @@ https://docs.snowflake.com/
7
7
Source code is also available at: https://github.com/snowflakedb/snowflake-connector-python
8
8
9
9
# Release Notes
10
-
- v3.16(TBD)
11
-
- Bumped numpy dependency from <2.1.0 to <=2.2.4
12
-
- Added Windows support for Python 3.13.
13
-
- Add `bulk_upload_chunks` parameter to `write_pandas` function. Setting this parameter to True changes the behaviour of write_pandas function to first write all the data chunks to the local disk and then perform the wildcard upload of the chunks folder to the stage. In default behaviour the chunks are being saved, uploaded and deleted one by one.
10
+
- v3.16.1(TBD)
11
+
- Added in-band OCSP exception telemetry.
12
+
- Added `APPLICATION_PATH` within `CLIENT_ENVIRONMENT` to distinguish between multiple scripts using the PythonConnector in the same environment.
13
+
- Disabled token caching for OAuth Client Credentials authentication
14
+
- Added in-band HTTP exception telemetry.
15
+
- 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.
16
+
- Fix OAuth authenticator values.
17
+
- Add `unsafe_skip_file_permissions_check` flag to skip file permissions check on cache and config.
18
+
- Introduce snowflake_version property to the connection
14
19
- Fix GCS staging by ensuring the endpoint has a scheme.
20
+
21
+
- v3.16.0(July 04,2025)
22
+
- Bumped numpy dependency from <2.1.0 to <=2.2.4.
23
+
- Added Windows support for Python 3.13.
24
+
- Added `bulk_upload_chunks` parameter to `write_pandas` function. Setting this parameter to True changes the behaviour of write_pandas function to first write all the data chunks to the local disk and then perform the wildcard upload of the chunks folder to the stage. In default behaviour the chunks are being saved, uploaded and deleted one by one.
15
25
- Added support for new authentication mechanism PAT with external session ID.
16
26
- Added `client_fetch_use_mp` parameter that enables multiprocessed fetching of result batches.
17
-
18
-
- v3.15.1(May 20, 2025)
19
27
- Added basic arrow support for Interval types.
20
-
- Fix `write_pandas` special characters usage in the location name.
21
-
- Fix usage of `use_virtual_url` when building the location for gcs storage client.
22
-
- Bind cryptography to <=44.0.3 to avoid issues with 45.0.0.
28
+
- Fixed `write_pandas` special characters usage in the location name.
29
+
- Fixed usage of `use_virtual_url` when building the location for gcs storage client.
23
30
- Added support for Snowflake OAuth for local applications.
0 commit comments