cargo aws_sdk_dynamodb 0.0.24-alpha
v0.0.24-alpha (November 9th, 2021)

latest releases: 1.25.0, 1.24.0, 1.23.0...
2 years ago

Breaking Changes

  • Members named builder on model structs were renamed to builder_value so that their accessors don't conflict with the existing builder() methods (smithy-rs#842)

New this week

  • Fix epoch seconds date-time parsing bug in aws-smithy-types (smithy-rs#834)
  • Omit trailing zeros from fraction when formatting HTTP dates in aws-smithy-types (smithy-rs#834)
  • Moved examples into repository root (aws-sdk-rust#181, smithy-rs#843)
  • Model structs now have accessor methods for their members. We recommend updating code to use accessors instead of public fields. A future release will deprecate the public fields before they are made private. (smithy-rs#842)
  • 🐛 Fix bug that caused signing to fail for requests where the body length was <=9. (smithy-rs#845)

Don't miss a new aws_sdk_dynamodb release

NewReleases is sending notifications on new releases.