Skip to content

Releases: aws/aws-sdk-kotlin

v0.30.0-beta

11 Aug 19:24
Compare
Choose a tag to compare
v0.30.0-beta Pre-release
Pre-release

[0.30.0-beta] - 08/11/2023

Features

  • #583 Make user-supplied region available to config resolution providers
  • #745 Validate returned content length on S3 GetObject responses.
  • #1004 Make RegionProviderChain accept a list of RegionProvider

Fixes

  • #194 Correctly parse and handle GetBucketLocation responses

Miscellaneous

  • Upgrade Kotlin to 1.8.22
  • #968 Add service-level benchmarks
  • Upgrade kotlinx.coroutines to 1.7.3
  • Sync AWS service models and smithy-kotlin to latest versions

v0.29.1-beta

27 Jul 22:19
Compare
Choose a tag to compare
v0.29.1-beta Pre-release
Pre-release

[0.29.1-beta] - 07/27/2023

Features

  • #745 Validate returned content length on S3 GetObject responses.

Miscellaneous

  • Sync AWS models and bump smithy-kotlin version

v0.29.0-beta

20 Jul 23:16
Compare
Choose a tag to compare
v0.29.0-beta Pre-release
Pre-release

[0.29.0-beta] - 07/20/2023

Features

  • #146, #800 Enable Timestream Query and Timestream Write service clients
  • #969 Make region an optional client config parameter to support multi-region use cases

Miscellaneous

  • BREAKING: Refactor observability API and configuration. See the discussion for more information.
  • Sync AWS service models.

v0.28.2-beta

13 Jul 21:38
Compare
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
Compare
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
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