Skip to content

v0.21 (August 19th, 2021)

Pre-release
Pre-release
Compare
Choose a tag to compare
@jdisanti jdisanti released this 19 Aug 20:24
· 2420 commits to main since this release
b119782

New This Week

  • 🎉 Add Chime Identity, Chime Messaging, and Snow Device Management support (#657)
  • 🎉 Add profile file credential provider implementation. This implementation currently does not support credential sources for assume role providers other than environment variables. (#640)
  • 🎉 Add support for WebIdentityToken providers via profile & environment variables. (#654)
  • 🐛 Fix name collision that occurred when a model had both a union and a structure named Result (#643)
  • 🐛 Fix STS Assume Role with WebIdentity & Assume role with SAML to support clients with no credentials provided (#652)
  • Update AWS SDK models (#657)
  • Add initial implementation of a default provider chain. (#650)

Internal Changes

  • Update sigv4 tests to work around behavior change in httparse 1.5. (#656)
  • Remove Bintray/JCenter source from gradle build. (#651)
  • Add experimental dvr module to smithy-client. This will enable easier testing of HTTP traffic. (#640)
  • Update smithy-client to simplify creating HTTP/HTTPS connectors (#650)
  • Add Event Stream support to aws-sigv4 (#648)
  • Add support for the smithy auth trait. This enables authorizations that explicitly disable authorization to work when no credentials have been provided. (#652)