Skip to content

Commit 5704dad

Browse files
chore: release 0.17.12-beta
1 parent ff621e0 commit 5704dad

File tree

4 files changed

+10
-15
lines changed

4 files changed

+10
-15
lines changed

.changes/0d104a15-f5a2-4f08-b810-4c0a5fbf95b3.json

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

.changes/da6833ab-1a10-475c-8478-01ac3eb146fc.json

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

CHANGELOG.md

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

3+
## [0.17.12-beta] - 11/15/2022
4+
5+
### Fixes
6+
* [#753](https://github.com/awslabs/aws-sdk-kotlin/issues/753) Upgrade smithy-kotlin to fix Android crash when OkHttp response body coroutine throws an exception
7+
8+
### Miscellaneous
9+
* Sync AWS models to latest
10+
311
## [0.17.11-beta] - 11/10/2022
412

513
### Miscellaneous

gradle.properties

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

99
# sdk
10-
sdkVersion=0.17.12-SNAPSHOT
10+
sdkVersion=0.17.12-beta
1111

1212
# codegen
1313
smithyVersion=1.26.1
@@ -39,4 +39,4 @@ mockkVersion=1.12.3
3939
slf4jVersion=1.7.36
4040

4141
# dokka config (values specified at build-time as needed)
42-
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinVersion/
42+
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinVersion/

0 commit comments

Comments
 (0)