Skip to content

v0.8.0-alpha

Pre-release
Pre-release

Choose a tag to compare

@aajtodd aajtodd released this 21 Oct 22:03
· 2803 commits to main since this release
90357e0

[0.8.0-alpha] - 10/21/2021

WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!

Breaking changes

  • require a resolved configuration #351

New features

  • detect region from active AWS profile #344
  • ec2 imds region provider #341
  • Add STS assume role and web identity credential providers #352
  • ECS credential provider #353
  • ec2 credentials provider #348

Fixes

  • use wrapped response when deserializing modeled exceptions #358
  • switch from ULong to Long in public presigner API for better java interop #359

Misc

  • Bump Kotlin and Dokka versions to latest release #360
  • update aws models #347
  • add docs for enabling logging in unit tests #339