Skip to content

Releases: awslabs/aws-sdk-kotlin

v0.19.2-beta

23 Dec 00:55
Compare
Choose a tag to compare
v0.19.2-beta Pre-release
Pre-release

[0.19.2-beta] - 12/22/2022

Fixes

  • Correct validation of empty segments in ARN parser

Miscellaneous

  • Upgrade smithy-kotlin and sync AWS models.

v0.19.1-beta

15 Dec 23:22
Compare
Choose a tag to compare
v0.19.1-beta Pre-release
Pre-release

[0.19.1-beta] - 12/15/2022

Miscellaneous

  • Sync AWS service models

v0.19.0-beta

01 Dec 22:08
Compare
Choose a tag to compare
v0.19.0-beta Pre-release
Pre-release

[0.19.0-beta] - 12/01/2022

Miscellaneous

  • Upgrade smithy-kotlin and sync service models and partitions.
  • BREAKING Refactor SDK I/O types. See this discussion post for more information

v0.18.0-beta

23 Nov 22:08
Compare
Choose a tag to compare
v0.18.0-beta Pre-release
Pre-release

[0.18.0-beta] - 11/23/2022

Features

Miscellaneous

  • Sync AWS service models

v0.17.12-beta

15 Nov 23:29
Compare
Choose a tag to compare
v0.17.12-beta Pre-release
Pre-release

[0.17.12-beta] - 11/15/2022

Fixes

  • #753 Upgrade smithy-kotlin to fix Android crash when OkHttp response body coroutine throws an exception

Miscellaneous

  • Sync AWS models to latest

v0.17.11-beta

10 Nov 21:20
Compare
Choose a tag to compare
v0.17.11-beta Pre-release
Pre-release

[0.17.11-beta] - 11/10/2022

Miscellaneous

  • Sync AWS service models

v0.17.10-beta

03 Nov 21:12
Compare
Choose a tag to compare
v0.17.10-beta Pre-release
Pre-release

[0.17.10-beta] - 11/03/2022

Miscellaneous

  • Upgrade smithy to 1.26.1.
  • Sync models and bump smithy-kotlin version for release.

v0.17.9-beta

27 Oct 20:42
Compare
Choose a tag to compare
v0.17.9-beta Pre-release
Pre-release

[0.17.9-beta] - 10/27/2022

Fixes

  • #711 Pass client configuration's httpClientEngine to the CredentialsProvider and region to ProfileCredentialsProvider
  • #733 Fix OkHttp engine crashing on Android when coroutine is cancelled while uploading request body

v0.17.8-beta

14 Oct 22:10
Compare
Choose a tag to compare
v0.17.8-beta Pre-release
Pre-release

[0.17.8-beta] - 10/14/2022

Features

  • #707 Support static stability for IMDS credentials

Fixes

  • #715 Enable intra-repo links in API ref docs

Miscellaneous

  • Sync AWS service models

v0.17.7-beta

03 Oct 19:41
Compare
Choose a tag to compare
v0.17.7-beta Pre-release
Pre-release

[0.17.7-beta] - 10/03/2022

Features

  • #486 Enable configurability of the retry strategy through environment variables, system properties, and AWS profiles.

Fixes

  • #697 Correct handling of non-success responses when retrieving credentials on ECS.

Miscellaneous

  • Upgrade smithy-kotlin version.
  • Update/clarify changelog and add commit instructions in the Contributing Guidelines
  • Upgrade Kotlin version and dependencies in ECS credentials integration test.
  • Sync AWS models and upgrade smithy-kotlin.