You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
vNext (Month Day, Year)
2
2
=======================
3
3
4
+
v0.27.0-alpha.2 (November 9th, 2021)
5
+
=======================
4
6
**Breaking Changes**
5
7
6
8
- 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)
Copy file name to clipboardExpand all lines: aws/SDK_CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
vNext (Month Day, Year)
2
2
=======================
3
3
4
+
v0.0.24-alpha (November 9th, 2021)
5
+
==================================
4
6
**Breaking Changes**
5
-
6
7
- 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)
7
8
8
9
**New this week**
9
-
10
10
- Fix epoch seconds date-time parsing bug in `aws-smithy-types` (smithy-rs#834)
11
11
- 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)
13
12
- 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)
14
14
-:bug: Fix bug that caused signing to fail for requests where the body length was <=9. (smithy-rs#845)
0 commit comments