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.
Release v0.111.0
New Features and Improvements
Add DefaultCredentialStrategyProvider package-level variable to allow
overriding the default authentication strategy for all Config instances.
Documentation
Added "Retries" section to README.
Internal Changes
Add NewCredentialsChain to allow internal tools to configure a custom
credentials chain that differs from the SDK's default chain. This is not
intended for end-user consumption.
Export OIDC credential types (GitHubOIDCCredentials, AzureDevOpsOIDCCredentials, EnvOIDCCredentials, FileOIDCCredentials) so they can be used as building
blocks in custom credentials chains.
Make clusters creation in AWS not depend on cloud parsed from host. Changed default AWS availability for auto-created utility clusters from SPOT to SPOT_WITH_FALLBACK (API default).