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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v3.15.0(Apr 29,2025)
Bumped up min boto and botocore version to 1.24.
OCSP: terminate certificates chain traversal if a trusted certificate already reached.
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.
For OAuth 2.0 Authorization Code Flow:
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.
Added the OAUTH_AUTHORIZATION_CODE value for the parameter authenticator.
For OAuth 2.0 Client Credentials Flow:
Added the oauth_client_id, oauth_client_secret, oauth_token_request_url, and oauth_scope parameters.
Added the OAUTH_CLIENT_CREDENTIALS value for the parameter authenticator.
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.