v0.25 (October 7, 2021)
Pre-release
Pre-release
Breaking changes
⚠️ MSRV increased from 1.52.1 to 1.53.0 per our 3-behind MSRV policy.⚠️ Several classes in the codegen module were renamed and/or refactored (smithy-rs#735):ProtocolConfig
becameCodegenContext
and moved tosoftware.amazon.smithy.rust.codegen.smithy
HttpProtocolGenerator
becameProtocolGenerator
and was refactored
to rely on composition instead of inheritanceHttpProtocolTestGenerator
becameProtocolTestGenerator
Protocol
moved intosoftware.amazon.smithy.rust.codegen.smithy.protocols
New this week
- 🐛 Fix an issue where
smithy-xml
may have generated invalid XML (smithy-rs#719) - 🐛 Fix error when receiving empty event stream messages (smithy-rs#736)
- 🐛 Fix bug in event stream receiver that could cause the last events in the response stream to be lost (smithy-rs#736)
New Contributors
- @hyandell made their first contribution in #644
- @davidbarsky made their first contribution in #638
- @JesseWright made their first contribution in #694
- @Velfi made their first contribution in #702
- @obi1kenobi made their first contribution in #719
- @crisidev made their first contribution in #737
- @guyilin-amazon made their first contribution in #750
- @yerke made their first contribution in #753