Releases: varnish/libvmod-tinykvm
Releases · varnish/libvmod-tinykvm
v0.2: Dockerization
- A new Dockerfile and docker-compose.yml has been added.
- A new resumable
wait_for_requests()has been added, simply calledwait_for_requests_paused(). - A new
address_spaceJSON setting has been added to better support programs that make use of large address spaces, like v8. - Static-PIE executables are now supported.
- Response creation has gained an extra argument where headers and caching rules can be applied in a single operation. This is a breaking change and all programs must be rebuilt.
- Several fixes and improvements has been made to increase performance and stability.
- Improved documentation and added many missing settings.
You can run the demonstration with:
KVM_GID=$(getent group kvm | cut -d: -f3) docker compose up
PRs
Full Changelog: v0.1...v0.2
v0.1: Initial release
Just Ubuntu 22.04 build artifacts for now. May also run fine on Ubuntu 24.04.
Full Changelog: https://github.com/varnish/libvmod-tinykvm/commits/