Skip to content

Releases: awslabs/aws-sdk-kotlin

v0.28.0-beta

29 Jun 19:51
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

v0.23.0-beta

04 May 19:39
Compare
Choose a tag to compare
v0.23.0-beta Pre-release
Pre-release

[0.23.0-beta] - 05/04/2023

Features

  • #432 Enable resolving LogMode from environment

Miscellaneous

  • Sync AWS models and smithy-kotlin to the latest versions
  • Refactor environment settings and retry modes into smithy-kotlin
  • Sync AWS models and bump smithy-kotlin version

v0.22.1-beta

21 Apr 18:56
Compare
Choose a tag to compare
v0.22.1-beta Pre-release
Pre-release

[0.22.1-beta] - 04/21/2023

Features

  • BREAKING: Add support for retrying certain transient HTTP errors. RetryErrorType.Timeout was renamed to RetryErrorType.Transient.

Miscellaneous

  • Refactor internal endpoint resolver execution to track upstream changes.
  • Sync AWS models and bump smithy-kotlin version