Rust SDK 0.8.2
Added
- Added a set of
*_str_lossy()accessors for HTTP headers and bodies. Unlike the*_strmethods, they do not panic if the values contain invalid UTF-8, but may perform allocation to insert replacement characters for invalid sequences.
Fixed
- Fixed a crash when using
Request::clone_with_body().
Prior change: Rust SDK 0.8.1
Following change: Rust SDK 0.8.3