Releases: smithy-lang/smithy-kotlin
Releases · smithy-lang/smithy-kotlin
v1.3.23
v1.3.22
[1.3.22] - 11/14/2024
v1.3.21
[1.3.21] - 11/13/2024
v1.3.20
[1.3.20] - 11/07/2024
v1.3.19
[1.3.19] - 11/05/2024
v1.3.18
[1.3.18] - 10/31/2024
Fixes
- #1214 Add support for connection idle monitoring for OkHttp via the engine config parameter
connectionIdlePollingInterval
. Monitoring is disabled by default to match previous behavior. This monitoring will switch to enabled by default in an upcoming minor version release.
Miscellaneous
- Add
Accept
header to all RpcV2Cbor requests - Correct documentation for
ByteStream.writeToOutputStream
, addByteStream.appendToOutputStream
v1.3.17
[1.3.17] - 10/16/2024
Miscellaneous
- Upgrade to Kotlin 2.0.21
v1.3.16
[1.3.16] - 10/10/2024
v1.3.15
[1.3.15] - 10/08/2024
Miscellaneous
- Upgrade to Smithy 1.51.0
v1.3.14
[1.3.14] - 09/27/2024
Fixes
- Fix paginator generator
List<*>
&Map.Entry<String, *>
nullability