PyVELM v0.26.1¶
Release date: 2026-05-30
Patch release: WEB_ROUTES mount on live Apps install — modules such as
document_layout no longer return 404 until the server restarts.
Highlights¶
Module HTTP routes after Apps install¶
Modules that declare WEB_ROUTES in their manifest (e.g.
document_layout → /report/layout/designer, /report/pdf/…) now register
their FastAPI handlers immediately when installed from Apps, without
restarting the process. Registrars still run at most once per module per
process.
Upgrade¶
No schema changes in the framework package for this release.