Skip to content

Commit

Permalink
fix: upgrade smithy-kotlin to fix crash on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
aajtodd committed Nov 15, 2022
1 parent 94685b6 commit ff621e0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changes/0d104a15-f5a2-4f08-b810-4c0a5fbf95b3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "0d104a15-f5a2-4f08-b810-4c0a5fbf95b3",
"type": "misc",
"description": "Sync AWS models to latest"
}
8 changes: 8 additions & 0 deletions .changes/da6833ab-1a10-475c-8478-01ac3eb146fc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "da6833ab-1a10-475c-8478-01ac3eb146fc",
"type": "bugfix",
"description": "Upgrade smithy-kotlin to fix Android crash when OkHttp response body coroutine throws an exception",
"issues": [
"awslabs/aws-sdk-kotlin#753"
]
}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sdkVersion=0.17.12-SNAPSHOT
smithyVersion=1.26.1
smithyGradleVersion=0.6.0
# smithy-kotlin codegen and runtime are versioned together
smithyKotlinVersion=0.12.12
smithyKotlinVersion=0.12.13

# kotlin
kotlinVersion=1.7.10
Expand All @@ -39,4 +39,4 @@ mockkVersion=1.12.3
slf4jVersion=1.7.36

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

0 comments on commit ff621e0

Please sign in to comment.