Rust SDK 0.5.0
Added
Added
fastly::dictionary::Dictionary
, which allows programs to look up values in Fastly Edge Dictionaries.Added
set_pci
method tofastly::request::RequestExt
andpci
tofastly::request::RequestBuilderExt
, which both prevent cached content subject to compliance rules from being written to non-volatile storage.Added
set_surrogate_key
tofastly::request::RequestExt
andsurrogate_key
tofastly::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::RequestExt
now offerscache_override
andcache_override_mut
as accessors to aRequest
'sCacheOverride
instead of theget_
andset_
pair.
Prior change: Fastly Terraform Provider 0.21.1
Following change: CLI v0.18.0