Releases: smithy-lang/smithy-kotlin
Releases · smithy-lang/smithy-kotlin
v1.3.26
v1.3.25
[1.3.25] - 11/20/2024
v1.3.23
[1.3.23] - 11/14/2024
Fixes
- Fix application of
:content-type
for event stream inputs in thesmithy.protocols#rpcv2Cbor
protocol
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