Skip to content

v0.11.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@aws-sdk-kotlin-ci aws-sdk-kotlin-ci released this 23 Jun 18:41
· 871 commits to main since this release

[0.11.0] - 06/23/2022

Features

  • (breaking) Use kotlin nullability to represent null Documents instead of an explicit subclass.
  • #494 Add support for HTTP proxies

Fixes

  • #638 Fix ktor engine representation of empty payload
  • #139 Validate that members bound to URI paths are non-null at object construction

Miscellaneous

  • #629 Refactor to bind directly to okhttp and remove ktor as a middleman