Releases: laravel/octane
Releases · laravel/octane
v1.2.1
Changed
- Allow users to access $server with in Controller (#464)
- Flushes Str cache between requests (#468)
Fixed
- Fix byte conversion (#465)
v1.2.0
Changed
- Laravel 9 support (#461)
- Give the current App instance to FilesystemManager (#458)
Fixed
- Flush monolog state between requests (#460)
v1.1.3
Fixed
- Log level used in non-local environments (#456)
v1.1.1
Changed
- Adds support for RoadRunner v2.6.x (#449)
Fixed
- Fixes call
terminate()
on null when worker is not booted (#445)
v1.1.0
Changed
- Validates Swoole Tables string column types (#434)
v1.0.21
Changed
- Updates
octane:install
command when Swoole extension is missing (#427)
Fixed
- Fixes Octane's process output not being flushed (#428)
v1.0.20
Fixed
- Fix FileNotFound error (#421)
v1.0.19
Fixed
- Fixes server shutting down on concurrently when exceptions are reported at root level of the task (#419)
v1.0.18
Fixed
- Fixes memory leak on Translator implementation (#416)