Releases: smithy-lang/smithy-kotlin
Releases · smithy-lang/smithy-kotlin
Release list
v1.5.5
v1.5.4
v1.5.3
v1.5.2
[1.5.2] - 07/24/2025
Miscellaneous
- #1339 Add documentation for OkHttp4Engine when using Android with R8 / ProGuard
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.EventListenerinstead of now-internalokhttp3.ConnectionListener - #1608 Switch to always serialize defaults in requests. Previously fields were not serialized in requests if they weren't
@requiredand hadn't been changed from the default value. - #1413 Favor
endpointUrlinstead of endpoint discovery if both are provided
Miscellaneous
- Add telemetry provider configuration to
DefaultAwsSigner
v1.4.23
v1.4.22
v1.4.21
v1.4.20
[1.4.20] - 06/20/2025
Fixes
- Explicitly qualify shape member names in smoke tests and protocol tests
- #1295 Enable building this project on JDK21 by setting -Xjdk-release flag