Rust SDK 0.7.2
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
andInvalidStatus
. Previously these would be part of theInvalid
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 asHTTP/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
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)