v0.14.0 (June 22nd, 2022)
Pre-release
Pre-release
·
1711 commits
to main
since this release
New this release:
- π (aws-sdk-rust#547, smithy-rs#1458) Fix bug in profile file credential provider where a missing
default
profile lead to an unintended error. - (smithy-rs#1421) Add
Debug
implementation to several types inaws-config
- π (aws-sdk-rust#558, smithy-rs#1478) Fix bug in retry policy where user configured timeouts were not retried. With this fix, setting
with_call_attempt_timeout
will lead to a retry when retries are enabled. - π (aws-sdk-rust#554) Requests to Route53 that return
ResourceId
s often come with a prefix. When passing those IDs directly into another
request, the request would fail unless they manually stripped the prefix. Now, when making a request with a prefixed ID,
the prefix will be stripped automatically.