June 29th 2021: ECR, EKS, Cloudwatch & Bug fixes
Pre-release
Pre-release
This week, we've added EKS, ECR and Cloudwatch. The JSON deserialization implementation has been replaced, please be
on the lookout for potential issues and compile time improvements.
To update to the new release, change your tag to v0.0.10-alpha
.
New this Week
- 🎉 Add support for ECR (smithy-rs#557)
- 🎉 Add support for Cloudwatch (smithy-rs#554)
- 🎉 Add support for EKS (smithy-rs#553)
⚠️ Breaking Change: httpLabel no longer causes fields to be non-optional. You may need to adapt code that uses models. (#537)⚠️ Breaking Change:Exception
is not renamed toError
. Code may need to be updated to replaceError
withException
when naming error shapes.⚠️ Breaking Change: Models are now in strict pascal case including acronyms (eg.dynamodb::model::{SSESpecification => SseSpecification}
)- Add more SES examples, and improve examples for Batch.
- Improved error handling ergonomics: Errors now provide
is_<variantname>()
methods to simplify error handling - 🐛 Bugfix: Fix bug in
create_multipart_upload
: #127 (smithy-rs#531, @eagletmt)
Contributors
Thank you for your contributions! ❤️