Skip to content

v0.0.21-alpha (October 18th, 2021)

Pre-release
Pre-release

Choose a tag to compare

@rcoh rcoh released this 18 Oct 20:31
· 2359 commits to main since this release
d02a7f0

v0.0.21-alpha (October 15th, 2021)

New this week

  • Prepare crate manifests for publishing to crates.io (smithy-rs#755)
  • Add support for IAM Roles for tasks credential provider (smithy-rs#765, aws-sdk-rust#123)
  • All service crates now have generated README files (smithy-rs#766)
  • Update AWS service models (smithy-rs#772)
  • 🎉 Add support for Amazon Managed Grafana (smithy-rs#772)
  • 🎉 Make retry behavior configurable
    • With env vars AWS_MAX_ATTEMPTS and AWS_RETRY_MODE
    • With ~/.aws/config settings max_attempts and retry_mode
    • By calling the with_retry_config method on a Config and passing in a RetryConfig
    • Only the Standard retry mode is currently implemented. Adaptive retry mode will be implemented at a later
      date.
    • For more info, see the AWS Reference pages on configuring these settings: