cargo aws_sdk_dynamodb 0.15.0
v0.15.0 (June 29th, 2022)

latest releases: 1.46.0, 1.45.0, 1.44.1...
2 years ago

Breaking Changes:

  • ⚠ (smithy-rs#932) Replaced use of pin-project with equivalent pin-project-lite. For pinned enum tuple variants and tuple structs, this
    change requires that we switch to using enum struct variants and regular structs. Most of the structs and enums that
    were updated had only private fields/variants and so have the same public API. However, this change does affect the
    public API of aws_smithy_http_tower::map_request::MapRequestFuture<F, E>. The Inner and Ready variants contained a
    single value. Each have been converted to struct variants and the inner value is now accessible by the inner field
    instead of the 0 field.

New this release:

Contributors
Thank you for your contributions! ❤

Don't miss a new aws_sdk_dynamodb release

NewReleases is sending notifications on new releases.