Skip to content

Releases: awslabs/aws-sdk-kotlin

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

v0.22.0-beta

14 Apr 18:22
Compare
Choose a tag to compare
v0.22.0-beta Pre-release
Pre-release

[0.22.0-beta] - 04/14/2023

Miscellaneous

  • Refactor identity and authentication APIs
  • Upgrade smithy-kotlin and sync AWS service models.

v0.21.5-beta

06 Apr 21:23
Compare
Choose a tag to compare
v0.21.5-beta Pre-release
Pre-release

[0.21.5-beta] - 04/06/2023

Fixes

  • #492 Don't use potentially stale profile when retrieving credentials via IMDS.

Miscellaneous

  • Upgrade smithy-kotlin to 0.16.6
  • Sync AWS models to latest versions
  • Upgrade smithy to pull in protocol tests for intEnum support.

v0.21.4-beta

30 Mar 19:12
Compare
Choose a tag to compare
v0.21.4-beta Pre-release
Pre-release

[0.21.4-beta] - 03/30/2023

Features

  • Add support for awsQuery-compatible error responses.

Miscellaneous

  • add clarifying docs for endpointUrl
  • Sync latest AWS models

v0.21.3-beta

17 Mar 00:15
Compare
Choose a tag to compare
v0.21.3-beta Pre-release
Pre-release

[0.21.3-beta] - 03/16/2023

Features

  • #206 Add support for loading FIPS and dual-stack endpoint settings from env, system properties, and shared config.
  • #206 Add support for loading S3 accelerate and addressing settings from shared config.

Fixes

  • #874 Ensure all unsigned operations are accessible without credentials in CognitoIdentityProvider.

Miscellaneous

  • Update smithy-kotlin version and sync service models.