Skip to content

v0.5.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@aajtodd aajtodd released this 30 Sep 19:07
· 1710 commits to main since this release
807ecf3

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

Breaking changes

  • split auth and signing packages #318
    • Import paths changed to aws.sdk.kotlin.runtime.auth.credentials and aws.sdk.kotlin.runtime.auth.signing

New features

  • autofill Glacier accountId #246
  • support JVM system property and environment variables for profiles #297
  • expose method to sign standalone requests #318
  • AWS configuration loader and parser #216

Fixes

  • utilize custom endpoint ports #310
  • Replace junit imports with kotlin.test imports where possible #321
  • update readme to include latest version #319
  • sync models and endpoints #317
  • Favor kotlin-test-juint5 over kotlin-test to resolve intermittent build failures #316
  • kotlin 1.5.30, coroutine, kotest version bumps #307