Releases: laravel/octane
Releases · laravel/octane
v2.4.0
- Add
--admin-host
argument to FrankenPHP Command by @alextricity25 in #898 - Give New Application to Routes by @dbpolito in #899
- Reduce sleep between reading server logs to improve performance for heavy-logging Laravel application using a stderr/stdout logging driver. by @LauJosefsen in #902
v2.3.12
- UrlGenerator Sandbox by @dbpolito in #896
- Finishes garbage collection before restarting the FrankenPHP worker process by @AlliBalliBaba in #897
v2.3.11
v2.3.10
- [2.x] Removes frankenphp out of beta by @nunomaduro in #882
- fix: use capture to populate global request with json array by @krowinski in #883
v2.3.9
v2.3.8
- Ignored http-chunk usage in open_http2_protocol by @sy-records in #875
- fix script:
debug['level']
may be missing by @chu121su12 in #872
v2.3.7
- Display correct elapsed time with Roadrunner by @Joel-Jensen in #865
- Fix #851: When docker stop container, db connections still persists by @Focusnik in #853
- fix: config watch list database dir; by @olexoliinyk0 in #867
v2.3.6
- [2.x] Make commands lazy by @timacdonald in #857
- [2.x] Fixes Swoole
PUT|PATCH|DELETE
requests on Laravel 11 by @nunomaduro in #862 - [2.x] Closes monolog handlers by event listener if the worker stops by @NiroDeveloper in #854
- Fix undefined array key "assets" by @sy-records in #864
- Ensure HTTP server port is available by @smortexa in #852
v2.3.5
- [2.x] Ignores
storage clean stamps will be incomplete
by @nunomaduro in #848