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-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,16 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
8
8
9
9
# Release Notes
10
10
- v3.15(TBD)
11
-
- Bumped up min boto and botocore version to 1.24
12
-
- OCSP: terminate certificates chain traversal if a trusted certificate already reached
11
+
- Bumped up min boto and botocore version to 1.24.
12
+
- OCSP: terminate certificates chain traversal if a trusted certificate already reached.
13
+
- Added new authentication methods support for programmatic access tokens (PATs), OAuth 2.0 Authorization Code Flow, OAuth 2.0 Client Credentials Flow, and OAuth Token caching.
14
+
- For OAuth 2.0 Authorization Code Flow:
15
+
- Added the `oauth_client_id`, `oauth_client_secret`, `oauth_authorization_url`, `oauth_token_request_url`, `oauth_redirect_uri`, `oauth_scope`, `oauth_disable_pkce`, `oauth_enable_refresh_tokens` and `oauth_enable_single_use_refresh_tokens` parameters.
16
+
- Added the `OAUTH_AUTHORIZATION_CODE` value for the parameter authenticator.
17
+
- For OAuth 2.0 Client Credentials Flow:
18
+
- Added the `oauth_client_id`, `oauth_client_secret`, `oauth_token_request_url`, and `oauth_scope` parameters.
19
+
- Added the `OAUTH_CLIENT_CREDENTIALS` value for the parameter authenticator.
20
+
- For OAuth Token caching: Passing a username to driver configuration is required, and the `client_store_temporary_credential property` is to be set to `true`.
0 commit comments