Skip to content

Commit f5bedcc

Browse files
authored
chore: pull in upstream changes from smithy-kotlin, which will entail a minor version bump (#1260)
1 parent 64e6f22 commit f5bedcc

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"id": "2f4e3b74-2966-4981-a23f-98c13a315fc4",
3+
"type": "bugfix",
4+
"description": "⚠️ **IMPORTANT**: Disable [OkHttp's transparent response decompression](https://square.github.io/okhttp/features/calls/#rewriting-requests) by manually specifying `Accept-Encoding: identity` in requests. See the [**Disabling automatic response decompression** breaking change announcement](https://github.com/awslabs/aws-sdk-kotlin/discussions/1259) for more details.",
5+
"issues": [
6+
"awslabs/smithy-kotlin#1041"
7+
],
8+
"requiresMinorVersionBump": true
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"id": "a7f82a33-11f1-4184-97af-ff713e922dfc",
3+
"type": "bugfix",
4+
"description": "⚠️ **IMPORTANT**: Fix codegen for map shapes which use string enums as map keys. See the [**Map key changes** breaking change announcement](https://github.com/awslabs/aws-sdk-kotlin/discussions/1258) for more details",
5+
"issues": [
6+
"awslabs/smithy-kotlin#1045"
7+
],
8+
"requiresMinorVersionBump": true
9+
}

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ coroutines-version = "1.7.3"
99
atomicfu-version = "0.23.1"
1010

1111
# smithy-kotlin codegen and runtime are versioned separately
12-
smithy-kotlin-runtime-version = "1.0.20"
13-
smithy-kotlin-codegen-version = "0.30.21"
12+
smithy-kotlin-runtime-version = "1.1.0"
13+
smithy-kotlin-codegen-version = "0.31.0"
1414

1515
# codegen
1616
smithy-version = "1.45.0"

0 commit comments

Comments
 (0)