Skip to content

Releases: aws/aws-sdk-kotlin

v0.28.2-beta

13 Jul 21:38

Choose a tag to compare

v0.28.2-beta Pre-release
Pre-release

[0.28.2-beta] - 07/13/2023

Fixes

  • #242 Correctly handle and throw InvalidChangeBatch responses from Route53

Miscellaneous

  • Sync AWS service models

v0.28.1-beta

06 Jul 22:57

Choose a tag to compare

v0.28.1-beta Pre-release
Pre-release

[0.28.1-beta] - 07/06/2023

Miscellaneous

  • Upgrade smithy-kotlin and sync service models.

v0.28.0-beta

29 Jun 19:51

Choose a tag to compare

v0.28.0-beta Pre-release
Pre-release

[0.28.0-beta] - 06/29/2023

Features

  • #701 Breaking: Simplify mechanisms for setting/updating retry strategies in client config. See this discussion post for more details.
  • #701 Add adaptive retry mode

Miscellaneous

  • Sync AWS models and bump smithy-kotlin version

v0.27.2-beta

22 Jun 21:03

Choose a tag to compare

v0.27.2-beta Pre-release
Pre-release

[0.27.2-beta] - 06/22/2023

Miscellaneous

  • Sync AWS service models

v0.27.1-beta

19 Jun 19:52

Choose a tag to compare

v0.27.1-beta Pre-release
Pre-release

[0.27.1-beta] - 06/19/2023

Fixes

  • #815 Fix a bug in forming S3 WriteGetObjectResponse's host path

Miscellaneous

  • Sync AWS service models.
  • Update user agent header to new cross-SDK format

v0.27.0-beta

09 Jun 16:20

Choose a tag to compare

v0.27.0-beta Pre-release
Pre-release

[0.27.0-beta] - 06/09/2023

Miscellaneous

  • Upgrade smithy-kotlin and sync service models.
  • #824 BREAKING: Update closeability of various types of CredentialsProvider

v0.26.1-beta

01 Jun 21:12

Choose a tag to compare

v0.26.1-beta Pre-release
Pre-release

[0.26.1-beta] - 06/01/2023

Fixes

  • Fix infinite pagination in S3 ListParts

Miscellaneous

  • Sync AWS models and bump smithy-kotlin

v0.26.0-beta

25 May 21:44

Choose a tag to compare

v0.26.0-beta Pre-release
Pre-release

[0.26.0-beta] - 05/25/2023

Features

  • #755 Breaking: Refresh presigning APIs to simplify usage and add new capabilities. See this discussion post for more information.

Miscellaneous

  • Sync the latest versions of AWS service models and smithy-kotlin

v0.25.0-beta

20 May 00:27

Choose a tag to compare

v0.25.0-beta Pre-release
Pre-release

[0.25.0-beta] - 05/19/2023

Features

  • Breaking: Make HTTP engines configurable in client config during initialization and during withCopy. See this discussion post for more information.

Miscellaneous

  • Sync smithy-kotlin and AWS service models.

v0.24.0-beta

13 May 00:46

Choose a tag to compare

v0.24.0-beta Pre-release
Pre-release

[0.24.0-beta] - 05/12/2023

Features

  • #806 Add support for IAM Identity Center authentication and sso-session support in shared config

Miscellaneous

  • BREAKING: Refactor SsoCredentialsProvider to take an SsoSession parameter.
  • Sync smithy-kotlin and service models.