Rust SDK 0.7.1
This is not the latest release. View the archived snapshot of the full documentation as it was at this release, or view the latest documentation.
Fixed
Fixed the buffer sizes reported in
BufferSizeError
s incorrectly reporting the initial buffer size rather than the maximum size the buffer can grow to. The maximum buffer size was still being used, but the error field was misleading.Dropped the unused dependency on
log
. Seelog-fastly
for the recommended high-level logging interface.
Prior change: CLI v0.26.0
Following change: CLI v0.26.1