Rust SDK 0.9.8
Added
- Added a flag to indicate that gRPC support is required for a dynamic backend.
- Added a number of new variants to
SendErrorCause
, providing better visibility into the ways that sending an HTTP request and receiving an HTTP response can fail. - Added
_bytes
variants of methods to get client request TLS metadata, e.g.Request::get_tls_raw_client_certificate_bytes
, so that non-UTF-8 metadata can be procssed without panics. - Added accessors for a fingerprint of the client request's original headers.
Changed
- Changed the
Debug
output forFastlyStatus
, making it more clear when those values are appearing in higher-level errors.
Deprecated
- Deprecated several variants of
SendErrorCause
in favor of new, more-specific variants.
Prior change: Added key_type field to CSR endpoint schema
Following change: JavaScript SDK 3.5.0
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)