- 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_space
JSON 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