Rust SDK 0.7.1
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