Skip to content

v0.111.0

Choose a tag to compare

@github-actions github-actions released this 24 Feb 08:24
· 203 commits to main since this release
b8f5415

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).

API Changes