Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: pull in upstream changes from smithy-kotlin, which will entail a minor version bump #1260

Merged
merged 2 commits into from
Mar 18, 2024
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
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
Loading