Skip to content

Commit f24ccc1

Browse files
chore: release 0.17.0-beta
1 parent 841e050 commit f24ccc1

File tree

5 files changed

+11
-17
lines changed

5 files changed

+11
-17
lines changed

.changes/5e48cdf3-de2e-4274-8955-813c2897e3fc.json

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

.changes/79d84a4d-ec4c-4442-b65e-57141e46b069.json

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

.changes/a47197cb-bd29-4d82-af32-3a810588a918.json

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

CHANGELOG.md

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

3+
## [0.17.0-beta] - 07/14/2022
4+
5+
### Fixes
6+
* **Breaking**: Move DSL overloads on generated clients to extension methods
7+
8+
### Miscellaneous
9+
* Sync AWS service models.
10+
* **Breaking**: Upgrade **smithy-kotlin** version which will replace all instances of `Set<T>` with `List<T>` in service shapes
11+
312
## [0.16.6-beta] - 07/08/2022
413

514
### 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.17.0-SNAPSHOT
9+
sdkVersion=0.17.0-beta
1010

1111
# codegen
1212
smithyVersion=1.22.0
@@ -39,4 +39,4 @@ slf4jVersion=1.7.36
3939

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

0 commit comments

Comments
 (0)