Skip to content

v0.16.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@aws-sdk-kotlin-ci aws-sdk-kotlin-ci released this 26 May 20:30
· 1448 commits to main since this 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