Rust SDK 0.8.2
This is not the latest release. View the archived snapshot of the full documentation as it was at this release, or view the latest documentation.
Added
- Added a set of
*_str_lossy()
accessors for HTTP headers and bodies. Unlike the*_str
methods, 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: CLI v1.6.0
Following change: Add new Object Store API endpoints