Skip to content

Commit 50d812b

Browse files
authored
Cut release v0.27.0-alpha.2 (#847)
1 parent b98c074 commit 50d812b

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
vNext (Month Day, Year)
22
=======================
33

4+
v0.27.0-alpha.2 (November 9th, 2021)
5+
=======================
46
**Breaking Changes**
57

68
- 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)

aws/SDK_CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
vNext (Month Day, Year)
22
=======================
33

4+
v0.0.24-alpha (November 9th, 2021)
5+
==================================
46
**Breaking Changes**
5-
67
- 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)
78

89
**New this week**
9-
1010
- Fix epoch seconds date-time parsing bug in `aws-smithy-types` (smithy-rs#834)
1111
- Omit trailing zeros from fraction when formatting HTTP dates in `aws-smithy-types` (smithy-rs#834)
12-
- Model structs now have accessor methods for their members (smithy-rs#842)
1312
- Moved examples into repository root (aws-sdk-rust#181, smithy-rs#843)
13+
- 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)
1414
- :bug: Fix bug that caused signing to fail for requests where the body length was <=9. (smithy-rs#845)
1515

1616
v0.0.23-alpha (November 3rd, 2021)

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

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

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

1313
kotlin.code.style=official
1414

0 commit comments

Comments
 (0)