Releases: xp-runners/reference
Releases · xp-runners/reference
Release list
9.3.0: Archive loader resources
- Extend copyright year to 2026, include PHP 8.5 in Debian control file
(@thekid) - Made it possible to close XAR archives, see xp-framework/core#365
(@thekid)
9.2.0: Balto sunset
9.1.0: Environment variables
9.0.0: Ubuntu noble+, drop PHP < 7.4
- Upgraded Debian dependencies to include PHP 8.3 and (for forward
compatibility) PHP 8.4, adding support for Ubuntu noble and oracular
(@thekid) - Heads up: Dropped support for PHP < 7.4, see xp-framework/rfc#343
(@thekid)
8.8.0: Composer autoloader
8.7.0: Debian / Ubuntu PHP 8.1 & 8.2
8.6.3: xp-run STDIN fix
- Fixed reading from standard input in
xp-runentrypoint. See
xp-forge/web#76 (comment)
(@thekid)
8.6.2: MethodMissing fix
- Fixed Method not found: "System.String System.String.TrimEnd()"
exception when running on .NET < 6
(@thekid)
8.6.1: PHP 8.2 compatibility
- Fixed PHP 8.2 compatibility in XAR support by declaring xar::$context.
Test runs now include PHP 8.2, see xp-runners/main@e0d3d7a and
https://github.com/xp-runners/main/actions/runs/1555384298
(@thekid)