Unverified Commit 50d812bf authored by Russell Cohen's avatar Russell Cohen Committed by GitHub
Browse files

Cut release v0.27.0-alpha.2 (#847)

parent b98c0740
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
vNext (Month Day, Year)
=======================

v0.27.0-alpha.2 (November 9th, 2021)
=======================
**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)
+3 −3
Original line number Diff line number Diff line
vNext (Month Day, Year)
=======================

v0.0.24-alpha (November 9th, 2021)
==================================
**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)
- Model structs now have accessor methods for their members (smithy-rs#842)
- 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)
- :bug: Fix bug that caused signing to fail for requests where the body length was <=9. (smithy-rs#845)

v0.0.23-alpha (November 3rd, 2021)
+2 −2
Original line number Diff line number Diff line
@@ -5,10 +5,10 @@

# Version number to use for the generated SDK
# Note: these must always be full 3-segment semver versions
aws.sdk.version=0.0.23-alpha
aws.sdk.version=0.0.24-alpha

# Version number to use for the generated runtime crates
smithy.rs.runtime.crate.version=0.27.0-alpha.1
smithy.rs.runtime.crate.version=0.27.0-alpha.2

kotlin.code.style=official