Rust SDK 0.8.4
Added
- Added
set_framing_headers_mode
andwith_framing_headers_mode
methods toRequest
andResponse
, which allow you to manually control theContent-Length
andTransfer-Encoding
headers sent for a request or a response.
Changed
- Switched to Rust 2021 edition, so the minimum supported Rust version is now 1.56.0.
Prior change: Add shield hit and miss metrics
Following change: CLI v1.7.1