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
User contributed notes
BETADo you see an error in this page? Do have an interesting use case, example or edge case people should know about? Share your knowledge and help people who are reading this page! (Comments are moderated; for support, please contact support@fastly.com)