v0.0.21-alpha (October 18th, 2021)
Pre-release
Pre-release
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
andAWS_RETRY_MODE
- With
~/.aws/config
settingsmax_attempts
andretry_mode
- By calling the
with_retry_config
method on aConfig
and passing in aRetryConfig
- 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:
- With env vars