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
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,16 @@ 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
-
- v4.1.0(TBD)
10
+
- v4.1.1(November 20,2025)
11
+
- Added the `SNOWFLAKE_AUTH_FORCE_SERVER` environment variable to force the use of the local-listening server when using the `externalbrowser` auth method.
12
+
- This allows headless environments (like Docker or Airflow) running locally to auth via a browser URL.
13
+
- Fix compilation error when building from sources with libc++.
14
+
- Pin lower versions of dependencies to oldest version without vulnerabilities.
15
+
- Added no_proxy parameter for proxy configuration without using environmental variables.
16
+
- Added OAUTH_AUTHORIZATION_CODE and OAUTH_CLIENT_CREDENTIALS to list of authenticators that don't require user to be set
17
+
- Added `oauth_socket_uri` connection parameter allowing to separate server and redirect URIs for local OAuth server.
18
+
- Made platform_detection logs silent and improved its timeout handling. Added support for ENV_VAR_DISABLE_PLATFORM_DETECTION environment variable.
19
+
- Fixed FIPS environments md5 hash issues with multipart upload on Azure.
11
20
12
21
- v4.0.0(October 09,2025)
13
22
- Added support for checking certificates revocation using revocation lists (CRLs)
To ensure the authenticity and integrity of the Python package, follow the steps below to verify the package signature using `cosign`.
88
+
89
+
**Steps to verify the signature:**
90
+
- Install cosign:
91
+
- This example is using golang installation: [installing-cosign-with-go](https://edu.chainguard.dev/open-source/sigstore/cosign/how-to-install-cosign/#installing-cosign-with-go)
92
+
- Download the file from the repository like pypi:
This library currently does not support GCP regional endpoints. Please ensure that any workloads using through this library do not require support for regional endpoints on GCP. If you have questions about this, please contact [Snowflake Support](https://community.snowflake.com/s/article/How-To-Submit-a-Support-Case-in-Snowflake-Lodge).
0 commit comments