Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-22.04, ubuntu-24.04, windows-2022, macos-14, macos-15]
fail-fast: false
runs-on: ${{ matrix.platform }}
env:
SCCACHE_GHA_ENABLED: "true"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
## Unreleased

## 0.19.0 (2026-06-16)

- Fix adapter codegen to avoid memory shift overflow, and support SIMD instructions. ([#629](https://github.com/fastly/Viceroy/pull/629))
- Add support for sending `PendingRequestHandle` downstream ([#631](https://github.com/fastly/Viceroy/pull/631))
- Update to the latest WITs and adapter. ([#637](https://github.com/fastly/Viceroy/pull/637))
- Fix to correctly apply TLS when using `wss:` URL schema with WebSockets passthrough ([#636](https://github.com/fastly/Viceroy/pull/636))
- Add support for `first_byte_timeout` and `between_bytes_timeout` on backends ([#622](https://github.com/fastly/Viceroy/pull/622))
- Add cargo-binstall metadata so `cargo binstall viceroy` can fetch a prebuilt binary ([#625](https://github.com/fastly/Viceroy/pull/625))
- Snapshot cache `Found` length at lookup time so `poll_known_length` matches production Compute behavior ([#630](https://github.com/fastly/Viceroy/pull/630))
- Add `release-lto-stripped` cargo profile, reducing the size of release binaries ([#632](https://github.com/fastly/Viceroy/pull/632))

## 0.18.0 (2026-05-21)

Expand Down
Loading
Loading