Skip to content

v1.3.18

Choose a tag to compare

@aws-sdk-kotlin-ci aws-sdk-kotlin-ci released this 31 Oct 16:59
· 266 commits to main since this release

[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, add ByteStream.appendToOutputStream