Skip to content

Releases: awslabs/aws-sdk-kotlin

v0.16.1-beta

02 Jun 22:00
Compare
Choose a tag to compare
v0.16.1-beta Pre-release
Pre-release

[0.16.1-beta] - 06/02/2022

Features

  • #617 Add a new non-CRT SigV4 signer and use it as the default. This removes the CRT as a hard dependency for using the SDK (although the CRT signer can still be used via explicit configuration on client creation).

Miscellaneous

  • Sync AWS models to latest

v0.16.0

26 May 20:30
Compare
Choose a tag to compare
v0.16.0 Pre-release
Pre-release

[0.16.0] - 05/26/2022

Features

  • #460 Enhance generic codegen to be more KMP-friendly. This is a breaking change which means service client artifacts will now include their platform name (e.g., s3-jvm-<version>.jar vs s3-<version>.jar). Users consuming dependencies through the Gradle Kotlin plugin will have this handled automatically for them.

Fixes

  • #480 Upgrade smithy-kotlin to 0.10.0 which upgrades to ktor-2.x. This is considered a breaking change as it may reverse the issue described in #480 and break ktor-1.x users.

Miscellaneous

  • Upgrade smithy-kotlin to 0.9.2 which includes codegen updates to generate operations with all optional inputs to include a default parameter. See smithy-kotlin#129
  • upgrade kotlin to 1.6.21 and other deps to latest

v0.15.2-beta

13 May 20:01
Compare
Choose a tag to compare
v0.15.2-beta Pre-release
Pre-release

[0.15.2-beta] - 05/13/2022

Features

  • Implement recursion detection middleware.
  • #575 Add support for detecting custom metadata in system properties (starting with aws.customMetadata.) and environment variables (starting with AWS_CUSTOM_METADATA_)

v0.15.1-beta

29 Apr 20:58
Compare
Choose a tag to compare
v0.15.1-beta Pre-release
Pre-release

[0.15.1-beta] - 04/29/2022

WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!

Documentation

  • update API reference doc styling

Miscellaneous

  • Sync latest AWS service models
  • Refactor hashing functions into new subproject

v0.14.4-beta

21 Apr 20:11
Compare
Choose a tag to compare
v0.14.4-beta Pre-release
Pre-release

[0.14.4-beta] - 04/21/2022

WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!

Fixes

  • CreateMultipartUpload doesn't get signed correctly #588
  • Possible memory leak in new default HTTP engine #587

Miscellaneous

  • sync AWS models #590

v0.14.3-beta

14 Apr 20:19
Compare
Choose a tag to compare
v0.14.3-beta Pre-release
Pre-release

[0.14.3-beta] - 04/14/2022

WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!

Fixes

  • resolve region only when profile credentials require it #582
  • only set Content-Type when appropriate #570

Miscellaneous

  • sync AWS models #585

v0.14.2-beta

08 Apr 20:32
Compare
Choose a tag to compare
v0.14.2-beta Pre-release
Pre-release

[0.14.2-beta] - 04/07/2022

WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!

Fixes

  • fix timeout on large requests #572

v0.14.1-beta

31 Mar 22:07
Compare
Choose a tag to compare
v0.14.1-beta Pre-release
Pre-release

[0.14.1-beta] - 03/31/2022

WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!

New features

  • implement KMP XML serde and remove XmlPull dependency #563

Miscellaneous

  • sync AWS service models #564

v0.14.0-beta

24 Mar 22:28
Compare
Choose a tag to compare
v0.14.0-beta Pre-release
Pre-release

[0.14.0-beta] - 03/24/2022

WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!

Breaking changes

  • replace default HTTP client engine #554

New features

  • bootstrap event streams #545

Fixes

  • temporarily bypass httpchecksum traits until full flexible checksum support is available #558
  • include headers in presigning requests #556
  • backfill optional auth trait for cognito and cognito-idp #555

Miscellaneous

  • update AWS models to latest versions #559
  • cleanup presign tests #546

v0.13.1-beta

25 Feb 20:41
Compare
Choose a tag to compare
v0.13.1-beta Pre-release
Pre-release

[0.13.1-beta] - 02/25/2022

WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!

Fixes

  • improve detection of available read bytes to avoid hang #535