Releases: fastly/Viceroy
Releases · fastly/Viceroy
v0.12.1
v0.12.0
📦 Prepare v0.12.0 release
v0.11.0
📦 Prepare v0.11.0 release
v0.10.2
- Add support for supplying client certificates in fastly.toml, through the use of the
client_cert_info
table, which must have one of a "certificate" or "certificate_file" key, as well as one of a "key" and "key_file" key. The "_file" variants can be used to point to certificate/key files on disk, whereas the non-"_file" variants should be multi-line string constants in the toml. In all cases, they should be in PEM format. - Restore compatibility with older glibc versions in release artifacts
v0.10.1
This release resolves an issue preventing users on macOS amd64 machines from using Viceroy via the Fastly CLI.
v0.10.0
Exclude `viceroy-component-adapter` crate from release build The `viceroy-component-adapter` does not need to be built in the release builds, since it is meant to be rebuilt with `make adapter` and then have the generated WASM binary under `lib/data/` committed.
v0.9.7
Prepare release 0.9.7
v0.9.6
🎁 prepare release 0.9.6
v0.9.5
update changelog with new changes
v0.9.4
📦 Prepare 0.9.4 release