[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