Rust SDK 0.6.0
This is the latest supported release. View the documentation on Docs.rs.
Added
- Added
Dictionary::contains
andDictionaryHandle::contains
methods, which allow programs to check if a key exists in a Fastly Edge Dictionary.
Changed
- Made a broad-ranging overhaul to the
Request
andResponse
APIs. See the documentation of thefastly
crate for details and a migration guide.