Skip to content

v0.5.2 - Modular Portable Runner

Choose a tag to compare

@NichlasB NichlasB released this 24 Jul 15:55
· 30 commits to master since this release

What's New in v0.5.2

This patch release modularizes the portable server runner into focused source modules while retaining the same generated single-file runner used on servers. It also adds deterministic build, freshness, syntax, and release-package validation around that deployable artifact.

Highlights

  • The server runner is now maintained through focused modules and generated deterministically as one portable PHP file.
  • Release packaging verifies the generated runner is present and modular source is excluded.
  • Automated CLI usage and configuration compatibility coverage protect the build boundary.

Upgrade Notes

No breaking changes or manual migration steps are required.