v0.11.0
Pre-release
Pre-release
aws-sdk-kotlin-ci
released this
23 Jun 18:41
·
894 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