Skip to content

v0.15.2

Pre-release
Pre-release

Choose a tag to compare

@aws-sdk-kotlin-ci aws-sdk-kotlin-ci released this 09 Feb 22:10
· 1006 commits to main since this release

[0.15.2] - 02/09/2023

Features

  • Add readFully extension method to SdkSource
  • Add additional tracing events for connections in CRT engines
  • Add new maxConnectionsPerHost configuration setting for OkHttp engines
  • Add configuration for retry policy on clients

Fixes

  • Stop logging "null" when exceptions are not present in trace events
  • Correctly apply maxConnections configuration setting to OkHttp engines

Miscellaneous

  • Refactor: break out service client runtime components into own module
  • Refactor: split client side HTTP abstractions into new module. Move Url into core