This release restores application stability by reverting the unreliable worker mode INI reset introduced in version 1.11.2, upgrades Caddy to 2.11, and bumps the PHP version included in static binaries to PHP 8.5 to deliver new language features and performance gains, though the MS SQL Server and memcache extensions have been temporarily removed due to 8.5 incompatibility.
What's Changed
🐛 Bug Fixes
- Worker: Revert ini reset, keep session fixes (#2139) by @dunglas in #2217
- Worker: Always ignore user abort by @AlliBalliBaba in #2189
- Metrics: Only report workers ready when actually ready by @withinboredom in #2210
- Embed: Fix relative embed paths support by @henderkes in #2199
- Fix
nomercuretag usage by @tehmaestro in #2212
✨ New Features
- Upgrade to Caddy v2.11 by @henderkes in #2214
- Update static binaries PHP version to 8.5 by @henderkes in #2168
- Packages: Add restart policies to FrankenPHP systemd service by @henderkes in #2191
- Embed: Allow to customize the extraction path by @dunglas in #2198
Documentation
New Contributors
- @tehmaestro made their first contribution in #2212
Full Changelog: v1.11.2...v1.11.3