Skip to content

Commit a4a9454

Browse files
chore: release 0.16.0
1 parent 1604f12 commit a4a9454

6 files changed

+14
-28
lines changed

.changes/0011f293-6d95-46ab-ac8c-59d11ef54559.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changes/384bc620-5a1e-40d8-9e12-c410658157c3.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changes/6c6fab02-75ef-4363-ab57-f9f45a25a3e9.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/e74675f3-d983-45f1-b551-98b0f248db83.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.16.0] - 05/26/2022
4+
5+
### Features
6+
* [#460](https://github.com/awslabs/aws-sdk-kotlin/issues/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.
7+
8+
### Fixes
9+
* [#480](https://github.com/awslabs/aws-sdk-kotlin/issues/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.
10+
11+
### Miscellaneous
12+
* 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](https://github.com/awslabs/smithy-kotlin/issues/129)
13+
* upgrade kotlin to 1.6.21 and other deps to latest
14+
315
## [0.15.2-beta] - 05/13/2022
416

517
### Features

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
66
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
77

88
# sdk
9-
sdkVersion=0.16.0-SNAPSHOT
9+
sdkVersion=0.16.0
1010

1111
# codegen
1212
smithyVersion=1.17.0
@@ -42,4 +42,4 @@ slf4jVersion=1.7.36
4242

4343
# dokka config (values specified at build-time as needed)
4444
smithyKotlinPackageListUrl=
45-
smithyKotlinDocBaseUrl=https://docs.aws.amazon.com/sdk-for-kotlin/latest/reference/smithy-kotlin
45+
smithyKotlinDocBaseUrl=https://docs.aws.amazon.com/sdk-for-kotlin/latest/reference/smithy-kotlin

0 commit comments

Comments
 (0)