I have released iocaine 3.0.0-rc.2, hopefully the last release candidate.
Compared to rc.1, the majority of changes are related to testing & debugging. The former iocaine-handler-test binary was merged into the main iocaine binary, and it's now possible to send synthethic requests to handlers, without starting up a server. One can test decision making (with iocaine test decision), and output generation (with iocaine test output).
Of course, iocaine test suite (formerly iocaine test, which still works, as it defaults to test suite) continues to function, and can run the test suite of any (or all) declared handlers. Previously, it only ran handlers used by at least one server, it was not able to run declared but unused ones.
Outside of tests & debugging improvements, the built-in request handler can now emit logs (but this is disabled by default), and ships with a recent copy of ai.robots.txt's robots.json, and is, as such, fully functional out of the box.
Oh, and Lua was made optional. Enabled by default, but if you're compiling from source, Lua can be disabled, and you save ~2MiB on binary size.