Releases: laravel/octane
Releases · laravel/octane
v2.15.0
v2.14.0
v2.13.5
- Add the GITHUB_PROXY_PREFIX environment variable by @sanzhangshitou in #1091
v2.13.4
- Fix APP_PUBLIC_PATH fallback logic in frankenphp-worker by @kieranbrown in #1085
v2.13.3
- Remove setAccessible calls from reflection properties and methods by @sy-records in #1083
v2.13.2
v2.13.1
- [2.x] Don't ignore write error messages anymore by @Carnicero90 in #1068
- fix(concurrency): skip Octane::concurrently when no tasks to prevent … by @emtudo in #1071
- Update the signature for octane:start by @sy-records in #1073
v2.13.0
v2.12.3
- Replace Octane::writeError with die statements by @7amoood in #1057
- Advance worker initialization in frankenphp-worker by @sy-records in #1059
v2.12.2
- FrankenPHP: show worker startup errors if
APP_DEBUG=trueby @AlliBalliBaba in #1055