Skip to content

Commit

Permalink
chore: pull in upstream changes from smithy-kotlin, which will entail…
Browse files Browse the repository at this point in the history
… a minor version bump (#1260)
  • Loading branch information
ianbotsf authored Mar 18, 2024
1 parent 64e6f22 commit f5bedcc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .changes/2f4e3b74-2966-4981-a23f-98c13a315fc4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "2f4e3b74-2966-4981-a23f-98c13a315fc4",
"type": "bugfix",
"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.",
"issues": [
"awslabs/smithy-kotlin#1041"
],
"requiresMinorVersionBump": true
}
9 changes: 9 additions & 0 deletions .changes/a7f82a33-11f1-4184-97af-ff713e922dfc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "a7f82a33-11f1-4184-97af-ff713e922dfc",
"type": "bugfix",
"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",
"issues": [
"awslabs/smithy-kotlin#1045"
],
"requiresMinorVersionBump": true
}
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ coroutines-version = "1.7.3"
atomicfu-version = "0.23.1"

# smithy-kotlin codegen and runtime are versioned separately
smithy-kotlin-runtime-version = "1.0.20"
smithy-kotlin-codegen-version = "0.30.21"
smithy-kotlin-runtime-version = "1.1.0"
smithy-kotlin-codegen-version = "0.31.0"

# codegen
smithy-version = "1.45.0"
Expand Down

0 comments on commit f5bedcc

Please sign in to comment.