Skip to content

Commit 80444bf

Browse files
authored
fix: update smithy-kotlin to latest to fix android crash when coroutine is cancelled (#735)
1 parent 3e4fced commit 80444bf

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "15f645e3-86c1-48c2-8239-fd519fd42b36",
3+
"type": "bugfix",
4+
"description": "Fix OkHttp engine crashing on Android when coroutine is cancelled while uploading request body",
5+
"issues": [
6+
"awslabs/aws-sdk-kotlin#733"
7+
]
8+
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sdkVersion=0.17.9-SNAPSHOT
1313
smithyVersion=1.25.2
1414
smithyGradleVersion=0.6.0
1515
# smithy-kotlin codegen and runtime are versioned together
16-
smithyKotlinVersion=0.12.9
16+
smithyKotlinVersion=0.12.10
1717

1818
# kotlin
1919
kotlinVersion=1.7.10
@@ -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)