Rust SDK 0.9.3

rust-sdkdeprecatedchangedadded

Added

  • Request::get_client_request_id() returns an identifier for the current client request.

Changed

  • Renamed Object Store to KV Store, and deprecated the previous names.
  • The std::io::Write implementations for BodyHandle and StreamingBodyHandle no longer panic upon error.

Deprecated

  • Deprecated the old Object Store items that have been renamed to KV Store.
  • Deprecated write_bytes() and write_str() methods for BodyHandle and StreamingBodyHandle in favor of std::io::Write methods.

Prior change: JavaScript SDK 2.0.0

Following change: rename object store to kv store