Skip to content

Commit 8636292

Browse files
committed
Update lockfiles, MSRV and CHANGELOG.md
1 parent 0066c6b commit 8636292

File tree

8 files changed

+411
-395
lines changed

8 files changed

+411
-395
lines changed

CHANGELOG.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1-
## Unreleased
1+
## 0.16.3 (2026-01-20)
2+
3+
- Implement `fastly_compute_runtime::get_heap_mib` hostcall ([#572](https://github.com/fastly/Viceroy/pull/572))
4+
- Update to latest `moka` release to fix use-after-free bug ([#569](https://github.com/fastly/Viceroy/pull/569))
5+
- Fix manual framing headers logic to avoid falling back to automatic framing headers ([#571](https://github.com/fastly/Viceroy/pull/571))
26

37
## 0.16.2 (2025-12-10)
48

5-
- Update to the latest WITs and adapter. ([#564](https://github.com/fastly/Viceroy/pull/564))
9+
- Update to the latest WITs and adapter. ([#564](https://github.com/fastly/Viceroy/pull/564))
610

7-
This applies version "0.0.0-prerelease.0" to wasm_abi/wit/deps/fastly/compute.wit.
8-
As a prerelease, this version is not guaranteed to be supported long-term, however
9-
from this point forward, changes will be described by version number bumps.
11+
This applies version "0.0.0-prerelease.0" to wasm_abi/wit/deps/fastly/compute.wit.
12+
As a prerelease, this version is not guaranteed to be supported long-term, however
13+
from this point forward, changes will be described by version number bumps.
1014

11-
- fix: use original static backend host ([#549](https://github.com/fastly/Viceroy/pull/549))
12-
- Return InvalidArgument for bad arguments to register_dynamic_backend ([#563](https://github.com/fastly/Viceroy/pull/563))
15+
- fix: use original static backend host ([#549](https://github.com/fastly/Viceroy/pull/549))
16+
- Return InvalidArgument for bad arguments to register_dynamic_backend ([#563](https://github.com/fastly/Viceroy/pull/563))
1317

1418
## 0.16.1 (2025-11-25)
1519

0 commit comments

Comments
 (0)