Rust SDK 0.5.0
Added
Added
fastly::dictionary::Dictionary, which allows programs to look up values in Fastly Edge Dictionaries.Added
set_pcimethod tofastly::request::RequestExtandpcitofastly::request::RequestBuilderExt, which both prevent cached content subject to compliance rules from being written to non-volatile storage.Added
set_surrogate_keytofastly::request::RequestExtandsurrogate_keytofastly::request::RequestBuilderExt. These allow surrogate keys to be added to cached content so that content may be purged in groups.Added
fastly::geo::Continent::as_code()for easy access to two-letter continent codes.
Changed
fastly::request::RequestExtnow offerscache_overrideandcache_override_mutas accessors to aRequest'sCacheOverrideinstead of theget_andset_pair.
Prior change: Rust SDK 0.4.1
Following change: Rust SDK 0.6.0