aws-sdk-go v1.30.12 Release Notes

Release Date: 2020-04-22 // about 4 years ago
  • ๐Ÿš€ Release v1.30.12 (2020-04-22)

    โšก๏ธ Service Client Updates

    • ๐Ÿ“š service/codeguru-reviewer: Updates service API, documentation, and paginators
    • ๐Ÿ“š service/es: Updates service API and documentation
      • This change adds a new field 'OptionalDeployment' to ServiceSoftwareOptions to indicate whether a service software update is optional or mandatory. If True, it indicates that the update is optional, and the service software is not automatically updated. If False, the service software is automatically updated after AutomatedUpdateDate.
    • ๐Ÿ“š service/fms: Updates service API and documentation
    • ๐Ÿ“š service/redshift: Updates service API, documentation, and paginators
      • Amazon Redshift support for usage limits
    • ๐Ÿ“š service/transcribe-streaming: Updates service API and documentation

    SDK Enhancements

    • ๐ŸŒ aws/credentials/stscreds: Add support for custom web identity TokenFetcher (#3256)
      • Adds new constructor, NewWebIdentityRoleProviderWithToken for WebIdentityRoleProvider which takes a TokenFetcher. Implement TokenFetcher to provide custom sources for web identity tokens. The TokenFetcher must be concurrency safe. TokenFetcher may return unique value each time it is called.