Rust SDK 0.7.2

rust-sdkfixedadded

Added

  • Added an experimental API for controlling the cache keys used for requests. Note that experimental APIs are subject to change or removal even in minor versions of the SDK.
  • Added two new error causes to SendErrorCause: HeadTooLarge and InvalidStatus. Previously these would be part of the Invalid variant, but now have their own to provide more insight as to what went wrong. In particular you will now know when a response fails due to an invalid status, such as HTTP/1.1 42 MadeUpStatus or if the response header was too large.

Fixed

  • Fixed a typo in a panic message inside of fastly::handle::dictionary::DictionaryHandle::open.

Prior change: Fastly Legacy WAF and WAF2020 APIs

Following change: Rust SDK 0.7.3