Releases: smithy-lang/smithy-kotlin
Releases · smithy-lang/smithy-kotlin
v1.2.2
[1.2.2] - 04/30/2024
Features
- Provide new abstract versions of telemetry classes to simplify the creation of custom telemetry providers
Fixes
v1.2.1
[1.2.1] - 04/27/2024
v1.2.0
v1.1.5
[1.1.5] - 04/19/2024
Fixes
- Correctly handle error correction of int enums
- Correctly codegen paginators for items in sparse lists
v1.1.4
[1.1.4] - 04/17/2024
Features
- #428
⚠️ IMPORTANT: Add new @sdkdsl DSL marker to all generated structure builders, clarifying DSL scopes when building complex types. See the Scope control applied to DSL builders breaking change announcement for more details.
Fixes
v1.1.3
[1.1.3] - 04/02/2024
Fixes
- Fix not generating waiters and paginators for operations that come from resources
Miscellaneous
- Decrease generated client artifact sizes by reducing the number of suspension points for operations and inlining commonly used HTTP builders
v1.1.1
[1.1.1] - 03/19/2024
v1.1.0
[1.1.0] - 03/18/2024
Fixes
- #1045
⚠️ IMPORTANT: Fix codegen for map shapes which use string enums as map keys. See the Map key changes breaking change announcement for more details - #1041
⚠️ IMPORTANT: Disable OkHttp's transparent response decompression by manually specifyingAccept-Encoding: identity
in requests. See the Disabling automatic response decompression breaking change announcement for more details.
v1.0.20
[1.0.20] - 03/15/2024
Miscellaneous
- Remove "Content-Length" header for requests made with
aws-chunked
encoding
v1.0.19
[1.0.19] - 03/14/2024
Miscellaneous
- Relocate AWS protocol codegen support from
aws-sdk-kotlin