Skip to content

Releases: aws/aws-sdk-kotlin

v0.22.0-beta

14 Apr 18:22

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

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

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

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.

v0.21.2-beta

10 Mar 18:52

Choose a tag to compare

v0.21.2-beta Pre-release
Pre-release

[0.21.2-beta] - 03/09/2023

Features

  • Add sub-property support for AWS config.

Miscellaneous

  • Sync AWS models and bump smithy-kotlin version

v0.21.1-beta

03 Mar 01:04

Choose a tag to compare

v0.21.1-beta Pre-release
Pre-release

[0.21.1-beta] - 03/02/2023

Miscellaneous

  • Sync AWS service models and smithy-kotlin version

v0.21.0-beta

24 Feb 19:32

Choose a tag to compare

v0.21.0-beta Pre-release
Pre-release

[0.21.0-beta] - 02/24/2023

Features

  • Sync AWS service models and smithy-kotlin version

Miscellaneous

  • Refactor: move CachedCredentialsProvider and CredentialsProviderChain to smithy-kotlin under aws.smithy.kotlin.runtime.auth.awscredentials package

v0.20.3-beta

17 Feb 00:56

Choose a tag to compare

v0.20.3-beta Pre-release
Pre-release

[0.20.3-beta] - 02/16/2023

Features

  • #839 Add Expect: 100-continue header to S3 PUT requests over 2MB

Miscellaneous

  • Upgrade smithy-kotlin and sync latest service models.

v0.20.2-beta

10 Feb 02:27

Choose a tag to compare

v0.20.2-beta Pre-release
Pre-release

[0.20.2-beta] - 02/09/2023

Features

  • Add configuration for retry policy on clients

Fixes

  • #836 Fix bug caused by reading too few bytes when parsing header values in event streams

Miscellaneous

  • Sync AWS service models
  • Refactor: track upstream module changes
  • Refactor: track upstream HTTP module changes

v0.20.1-beta

07 Feb 00:36

Choose a tag to compare

v0.20.1-beta Pre-release
Pre-release

[0.20.1-beta] - 02/06/2023

Features

  • Sync to latest AWS service models
  • #446 Implement flexible checksums customization

Miscellaneous

  • Update to latest smithy-kotlin version
  • Upgrade to Kotlin 1.8.10
  • Refactor: track upstream module refactoring