Rust SDK 0.9.2
Added
- Added various methods to
Backendto access various configuration settings.
Changed
- Adjusted documentation for
BackendBuilder::override_host. - Added examples to the module-level
limitsdocumentation. - Bumped
bytesdependency
Fixed
- Updated documentation for
Response::stream_to_client(),Request::send_async_streaming(), andRequestHandle::send_async_streaming()to show that streaming bodies must befinish()ed, not dropped. - Secret store:
BUFLEN errorwhen the plaintext secret's length is greater than 599 bytes
Prior change: Rust SDK 0.9.1
Following change: Rust SDK 0.9.3