Skip to content

June 29th 2021: ECR, EKS & Cloudwatch

Pre-release
Pre-release
Compare
Choose a tag to compare
@rcoh rcoh released this 29 Jun 23:05
· 2660 commits to main since this release
7d140b1

This week, we've added EKS, ECR and Cloudwatch. The JSON deserialization implementation has been replaced, please be
on the lookout for potential issues.

New this Week

  • 🎉 Add support for ECR (#557)
  • 🎉 Add support for Cloudwatch (#554)
  • 🎉 Add support for EKS (#553)
  • ⚠️ Breaking Change: httpLabel no longer causes fields to be non-optional. (#537)
  • ⚠️ Breaking Change: Exception is not renamed to Error. Code may need to be updated to replace exception with error
  • ⚠️ 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 where invalid query strings could be generated (#531, @eagletmt)

Internal Changes

  • Pin CI version to 1.52.1 (#532)
  • New JSON deserializer implementation (#530)
  • Fix numerous namespace collision bugs (#539)
  • Gracefully handle empty response bodies during JSON parsing (#553)

Contributors

Thank you for your contributions! ❤️