Releases: roadrunner-php/laravel-bridge
Releases · roadrunner-php/laravel-bridge
v5.5.0: Livewire support & Translator memory leak fixed
v5.4.0
v5.3.0: Worker class can now be redefined
v5.2.2
v5.2.1
Fixed
- Dumper middleware could not dump a large set of responses (such as
Illuminate\Http\JsonResponse)
v5.2.0: Laravel Telescope is supported now
Added
- Integration with Laravel Telescope is supported now (just enable
SetupTelescopeListenerforBeforeLoopStartedEvent)
v5.1.0: FlushLogContextListener added
Added
- Listener
FlushLogContextListenerfor the logger context flushing
v5.0.2: Dumper CLI mode detection fixed
Fixed
- Dumper CLI mode detection #47
v5.0.1: Fixed Symfony uploaded file moving
Fixed
- Symfony uploaded file moving (
FixSymfonyFileMovingListenerwas added for this) #43
v5.0.0: Forget about new listeners adding on package updates
Added
- Listener
RebindDatabaseSessionHandlerListenerfor the database session driver container rebinding [octane#300] - Listener
WarmInstancesListenerfor instances pre-resolving
Changed
- Most important configuration values (such as event listeners) now defined in
Spiral\RoadRunnerLaravel\Defaultsclass and used by the package configuration file (in the future, you will not need to update your config file manually when new "core" listeners will be added) - Dependency
laminas/laminas-diactorosreplaced withnyholm/psr7(lightweight PSR-7 implementation, strict and fast) - Config option
pre_resolvingreplaced withwarm - Config option
clear_instancesreplaced withclear - Worker code refactored