Rust SDK 0.3.3
Added
Added
Dropimplementations for streaming bodies to close streaming responses when the associatedStreamingBodyHandleorStreamingBodygoes out of scope. This allows client requests to finish while the Compute program is still running.Added
downstream_original_header_count, which gets the original number of headers of the downstream request.Added
ResponseHandle::remove_headerandRequestHandle::remove_header, which can remove headers directly from handles.
Changed
- Separated the low-level Compute bindings into a new, separately-versioned crate, in order to reduce the frequency of breaking changes for users of the
fastlycrate.
Prior change: Rust SDK 0.3.2
Following change: Rust SDK 0.4.0