Releases: smithy-lang/smithy-kotlin
Releases · smithy-lang/smithy-kotlin
v1.3.26
[1.3.26] - 11/22/2024
Fixes
- Infer the replayability of
InputStreamusingmarkSupported()when settingisOneShot
v1.3.25
[1.3.25] - 11/20/2024
v1.3.23
[1.3.23] - 11/14/2024
Fixes
- Fix application of
:content-typefor event stream inputs in thesmithy.protocols#rpcv2Cborprotocol
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
Acceptheader 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