Releases: smithy-lang/smithy-kotlin
Releases · smithy-lang/smithy-kotlin
v1.5.1
v1.5.0
[1.5.0] - 07/17/2025
Features
- Upgrade to Kotlin 2.2.0
- #1413
⚠️ IMPORTANT: Refactor endpoint discoverer classes into interfaces so custom implementations may be provided
Fixes
- #1311 Reimplement idle connection monitoring using
okhttp3.EventListener
instead of now-internalokhttp3.ConnectionListener
- #1608 Switch to always serialize defaults in requests. Previously fields were not serialized in requests if they weren't
@required
and hadn't been changed from the default value. - #1413 Favor
endpointUrl
instead of endpoint discovery if both are provided
Miscellaneous
- Add telemetry provider configuration to
DefaultAwsSigner
v1.4.23
[1.4.23] - 07/15/2025
v1.4.22
[1.4.22] - 07/02/2025
v1.4.21
[1.4.21] - 06/27/2025
v1.4.20
v1.4.19
[1.4.19] - 06/19/2025
v1.4.18
[1.4.18] - 06/13/2025
Miscellaneous
- Upgrade to Dokka 2.0.0
v1.4.17
[1.4.17] - 06/11/2025
Fixes
- Adds import to the symbols references when needed. This issue surfaced when building the protocol tests with the latest Smithy release
v1.4.16
[1.4.16] - 04/28/2025
Features
- Add
authSchemePreference
configuration