Releases: laravel/octane
Releases · laravel/octane
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)
v1.0.6
Changed
- Set roadrunner
http.middleware
as an option (#327)
Fixed
v1.0.5
Fixed
- Reset application scope to flush scoped instances (#313)
- Fix Swoole breaks when log is a valid JSON (#316)
- Fix Symfony uploaded file moving (#317)
v1.0.4
Changed
- Add missing default listeners (#311)
v1.0.3
Changed
Fixed
- Fixes issue related to changing non-standard HTTP status codes to 200 OK (#294)
- Give new application instance to database session handler (#302)
- Adds SameSite attribute for cookies (#299)
v1.0.2
Changed
- Remove buffer_output_size from Swoole's default options (#286)
Fixed
- Reload RoadRunner using the global executable if it's present (#288)