Releases: smithy-lang/smithy-kotlin
Releases · smithy-lang/smithy-kotlin
v1.4.11
v1.4.10
[1.4.10] - 03/06/2025
Fixes
- Correctly handle sequential calls to
SingleFlightGroup
v1.4.9
[1.4.9] - 02/27/2025
Fixes
- Correctly generate paginators for item type names which collide with other used types (e.g., an item type
com.foo.Flow
which conflicts withkotlinx.coroutines.flow.Flow
)
v1.4.8
[1.4.8] - 02/27/2025
Fixes
- Idempotency tokens are no longer code-generated for nested structures. See: https://smithy.io/2.0/spec/behavior-traits.html#smithy-api-idempotencytoken-trait
v1.4.7
v1.4.6
[1.4.6] - 02/25/2025
v1.4.5
[1.4.5] - 02/24/2025
Features
- Add SigV4a support to the default AWS signer
v1.4.4
[1.4.4] - 02/18/2025
Miscellaneous
- Increase maximum event stream message length to 24MB
v1.4.3
[1.4.3] - 02/13/2025
Fixes
- Fix errors in equality checks for
CaseInsensitiveMap
which affectHeaders
andValuesMap
implementations - fix: correct hash code calculation for case-insensitive map entries
- #1413 Favor
endpointUrl
over endpoint discovery when provided
Miscellaneous
- Add telemetry provider configuration to
DefaultAwsSigner
v1.4.2
[1.4.2] - 01/28/2025
Fixes
- Ignore hop-by-hop headers when signing requests