Rust SDK 0.9.4
Added
- Added the Compute Core Cache API in
fastly::cache::core
.
Changed
- Usage of
Backend::builder
is no longer considered experimental. TheBackendExt
trait is no longer required to use that function, and the trait function has been marked as deprecated.
Deprecated
- Deprecated
BackendExt::builder
in favor of a nativeBackend::builder
function.
Prior change: Go SDK 0.1.4
Following change: JavaScript SDK 2.0.2