Skip to content

Commit ed4a171

Browse files
chore: release 1.1.0
1 parent 78adf24 commit ed4a171

File tree

4 files changed

+8
-20
lines changed

4 files changed

+8
-20
lines changed

.changes/2f4e3b74-2966-4981-a23f-98c13a315fc4.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changes/a7f82a33-11f1-4184-97af-ff713e922dfc.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.1.0] - 03/18/2024
4+
5+
### Fixes
6+
* [#1045](https://github.com/awslabs/smithy-kotlin/issues/1045) ⚠️ **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
7+
* [#1041](https://github.com/awslabs/smithy-kotlin/issues/1041) ⚠️ **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.
8+
39
## [1.0.20] - 03/15/2024
410

511
### Miscellaneous

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ kotlinx.atomicfu.enableNativeIrTransformation=false
1313
org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=1G
1414

1515
# SDK
16-
sdkVersion=1.0.21-SNAPSHOT
16+
sdkVersion=1.1.0
1717

1818
# codegen
19-
codegenVersion=0.30.22-SNAPSHOT
19+
codegenVersion=0.31.0

0 commit comments

Comments
 (0)