Skip to content

Commit bcf25f1

Browse files
authored
* fix(rt): bump smithy-kotlin to 0.10.0 (#613)
Upgrading smithy-kotlin to 0.10.0 which includes an upgrade to ktor-2.x. This will fix #480 but as noted in the ticket may reverse the issue and break ktor-1.x users.
1 parent 847980c commit bcf25f1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "384bc620-5a1e-40d8-9e12-c410658157c3",
3+
"type": "bugfix",
4+
"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.",
5+
"issues": [
6+
"awslabs/aws-sdk-kotlin#480"
7+
]
8+
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sdkVersion=0.16.0-SNAPSHOT
1212
smithyVersion=1.17.0
1313
smithyGradleVersion=0.5.3
1414
# smithy-kotlin codegen and runtime are versioned together
15-
smithyKotlinVersion=0.9.2
15+
smithyKotlinVersion=0.10.0
1616

1717
# kotlin
1818
kotlinVersion=1.6.21

0 commit comments

Comments
 (0)