Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 05:47
45f9deb

See CHANGELOG.md for the full release notes.

What's Changed

  • m0serve: a uvicorn-shaped serve CLI, replacing three identical app servers by @codetalcott in #66
  • probe: thread attach/detach through std.python's bindings, no -lpython by @codetalcott in #67
  • m0-http: the pthread substrate for threaded serving, and M0_THREADS by @codetalcott in #68
  • m0-wsgi: the threaded execution mode — m0serve --threads N on free-threaded CPython by @codetalcott in #69
  • docs: the threads-vs-prefork benchmark row, on one free-threaded interpreter by @codetalcott in #70
  • release: v0.5.0 — the serve CLI and the threaded execution mode by @codetalcott in #71

Full Changelog: v0.4.0...v0.5.0