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
-41Lines changed: 0 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,47 +7,6 @@ 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.13.3(TBD)
11
-
- v3.15(TBD)
12
-
- Bumped up min boto and botocore version to 1.24
13
-
- OCSP: terminate certificates chain traversal if a trusted certificate already reached
14
-
15
-
- v3.14.1(April 21, 2025)
16
-
- Added support for Python 3.13.
17
-
- NOTE: Windows 64 support is still experimental and should not yet be used for production environments.
18
-
- Dropped support for Python 3.8.
19
-
- Added basic decimal floating-point type support.
20
-
- Added experimental authentication methods.
21
-
- Added support of GCS regional endpoints.
22
-
- Added support of GCS virtual urls. See more: https://cloud.google.com/storage/docs/request-endpoints#xml-api
23
-
- Added `client_fetch_threads` experimental parameter to better utilize threads for fetching query results.
24
-
- Added `check_arrow_conversion_error_on_every_column` connection property that can be set to `False` to restore previous behaviour in which driver will ignore errors until it occurs in the last column. This flag's purpose is to unblock workflows that may be impacted by the bugfix and will be removed in later releases.
25
-
- Lowered log levels from info to debug for some of the messages to make the output easier to follow.
26
-
- Allowed the connector to inherit a UUID4 generated upstream, provided in statement parameters (field: `requestId`), rather than automatically generate a UUID4 to use for the HTTP Request ID.
27
-
- Improved logging in urllib3, boto3, botocore - assured data masking even after migration to the external owned library in the future.
28
-
- Improved error message for client-side query cancellations due to timeouts.
29
-
- Improved security and robustness for the temporary credentials cache storage.
30
-
- Fixed a bug that caused driver to fail silently on `TO_DATE` arrow to python conversion when invalid date was followed by the correct one.
31
-
- Fixed expired S3 credentials update and increment retry when expired credentials are found.
32
-
- Deprecated `insecure_mode` connection property and replaced it with `disable_ocsp_checks` with the same behavior as the former property.
33
-
34
-
- v3.14.0(March 03, 2025)
35
-
- Bumped pyOpenSSL dependency upper boundary from <25.0.0 to <26.0.0.
36
-
- Removed the workaround for a Python 2.7 bug.
37
-
- Added a <19.0.0 pin to pyarrow as a workaround to a bug affecting Azure Batch.
38
-
- Optimized distribution package lookup to speed up import.
39
-
- Fixed a bug where privatelink OCSP Cache url could not be determined if privatelink account name was specified in uppercase.
40
-
- Added support for iceberg tables to `write_pandas`.
41
-
- Fixed base64 encoded private key tests.
42
-
- Fixed a bug where file permission check happened on Windows.
43
-
- Added support for File types.
44
-
- Added `unsafe_file_write` connection parameter that restores the previous behaviour of saving files downloaded with GET with 644 permissions.
45
-
- Deprecated `insecure_mode` connection property and replaced it with `disable_ocsp_checks` with the same behavior as the former property.
46
-
47
-
- v3.12.4(TBD)
48
-
- Fixed a bug where multipart uploads to Azure would be missing their MD5 hashes.
49
-
- Fixed a bug where OpenTelemetry header injection would sometimes cause Exceptions to be thrown.
50
-
- Fixed a bug where OCSP checks would throw TypeError and make mainly GCP blob storage unreachable.
51
10
52
11
- v3.12.3(October 25,2024)
53
12
- Improved the error message for SSL-related issues to provide clearer guidance when an SSL error occurs.
0 commit comments