Skip to content

Releases: awslabs/aws-sdk-kotlin

v0.32.0-beta

31 Aug 23:44
Compare
Choose a tag to compare
v0.32.0-beta Pre-release
Pre-release

[0.32.0-beta] - 08/31/2023

Miscellaneous

  • BREAKING: Refactor HttpCall and HttpResponse types
  • Bump smithy-kotlin and AWS service models to latest versions

v0.31.0-beta

25 Aug 01:54
Compare
Choose a tag to compare
v0.31.0-beta Pre-release
Pre-release

[0.31.0-beta] - 08/24/2023

Features

  • Support initial-request and initial-response for event streams using RPC-based protocols

Fixes

  • #1029 Update smithy-kotlin to 0.26.0

Miscellaneous

  • BREAKING: prefix generated endpoint and auth scheme providers with client name and track upstream changes
  • Sync AWS models
  • Refactor ClientOption to AttributeKey directly and track upstream HttpContext changes

v0.30.1-beta

17 Aug 21:44
Compare
Choose a tag to compare
v0.30.1-beta Pre-release
Pre-release

[0.30.1-beta] - 08/17/2023

Miscellaneous

  • Sync AWS models and bump smithy-kotlin version

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