Rust SDK 0.8.2

rust-sdkfixedadded

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