Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changes/384bc620-5a1e-40d8-9e12-c410658157c3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "384bc620-5a1e-40d8-9e12-c410658157c3",
"type": "bugfix",
"description": "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.",
"issues": [
"awslabs/aws-sdk-kotlin#480"
]
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sdkVersion=0.16.0-SNAPSHOT
smithyVersion=1.17.0
smithyGradleVersion=0.5.3
# smithy-kotlin codegen and runtime are versioned together
smithyKotlinVersion=0.9.2
smithyKotlinVersion=0.10.0

# kotlin
kotlinVersion=1.6.21
Expand Down