cargo aws_sdk_dynamodb 0.14.0
v0.14.0 (June 22nd, 2022)

latest releases: 1.48.0, 1.47.0, 1.46.0...
2 years ago

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 in aws-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 ResourceIds 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.

Don't miss a new aws_sdk_dynamodb release

NewReleases is sending notifications on new releases.