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
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. 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)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Breaking Changes
builder
on model structs were renamed tobuilder_value
so that their accessors don't conflict with the existingbuilder()
methods (smithy-rs#842)New this week
aws-smithy-types
(smithy-rs#834)aws-smithy-types
(smithy-rs#834)This discussion was created from the release v0.0.24-alpha (November 9th, 2021).
Beta Was this translation helpful? Give feedback.
All reactions