Rust SDK 0.9.3
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 forBodyHandle
andStreamingBodyHandle
no longer panic upon error.
Deprecated
- Deprecated the old Object Store items that have been renamed to KV Store.
- Deprecated
write_bytes()
andwrite_str()
methods forBodyHandle
andStreamingBodyHandle
in favor ofstd::io::Write
methods.
Prior change: JavaScript SDK 2.0.0
Following change: rename object store to kv store