Releases: laravel/octane
Releases · laravel/octane
v1.0.15
Added
- Partial PHP 8.1 support (#402)
v1.0.14
Fixed
- Add Livewire listener (#400)
v1.0.13
Changed
- Uses
laravel/serializable-closure
(#378)
Fixed
- Add clear the cache of APCu and Opcache (#385, 9ff568b)
- Add FlushDatabaseQueryLog for cleaning up database query log (#394)
- Fix issue where timed out tasks were not taken into account (#396)
v1.0.12
Fixed
- Fix timeout value passed to taskWaitMulti (#380)
v1.0.11
Changed
- Resolve components when needed (#360)
Fixed
- Fix the bug of
Swoole\Table
using array access (#359)
v1.0.10
Changed
- Resolve components when needed (#355)
Fixed
- Undefined array key "swoole" (#351)
- Avoids usage of SWOOLE_SSL when openssl is not configured on swoole (#357)
v1.0.8
Added
- Add
--rr-config
flag to octane:start
command (#335, 00aa3b0)
v1.0.7
Fixed
- Fix config key for roadrunner
http.middlware
(#333)