Use mirage-crytpo-rng.unix instead of mirage-crypto-rng-miou-unix (@dinosaure, @hannesm, !71)
Use waitport instead of waitfile (@dinosaure, !72)
Export Vif.Request.tags to get tags from a request (@reynir, !66)
v0.0.1~beta3 (2026-05-06)
Delete mirage-crypto-rng-miou-unix dependency for vif.core (@dinosaure, 3fb86c5)
Improve performances, when we handle requests without body, we executed them directly instead of transferring the handler into a new domain (@dinosaure, #25, !51)
Catch exceptions raised by jsont (@dinosaure, !52)
Be able to stop a Vif server (as we do for httpcats) (@theAlexes, @dinosaure, #29)
Be able to specify a UNIX domain socket as our listener for our webserver (@theAlexes, @dinosaure, @reynir, #30, #31)
Use httpcats.0.3.0 and shutdown our connection at the end (@dinosaure, !60)
Add OPTIONS method for our routes (@voodoos, #33)
Revert !60 and fix unexpected closed connection (see #32) and when we would like to transmit big file (!61, spotted by @voodoos, @dinosaure, @theAlexes)
Don't emit application/octet-stream for unrecognized files (spotted by @n-osborne, @dinosaure, #27, #28)