v0.14.0
See CHANGELOG.md for the full release notes.
What's Changed
- Fix the uv dependency-graph job: a doubled backslash toml-rb cannot parse by @codetalcott in #148
- Stream unsized WSGI bodies from a pool thread by @codetalcott in #149
- Batch the loop-executor pump, and measure what the executor's row depends on by @codetalcott in #150
- Prototype: park the executor pump in run_forever, one stop() per pass by @codetalcott in #151
- Refuse a busy port, make "Ready" mean ready, show a load failure's traceback by @codetalcott in #152
- Measure the framework rows: FastHTML and Django ASGI under wrk by @codetalcott in #153
- Put the Mojo flame on m0serve's ready line by @codetalcott in #155
- Python calls into Mojo for every executor event; the executor thread never leaves run_forever by @codetalcott in #154
- Release prep for 0.14.0 by @codetalcott in #156
Full Changelog: v0.13.0...v0.14.0