Skip to content

Releases: roadrunner-php/laravel-bridge

v5.5.0: Livewire support & Translator memory leak fixed

12 Nov 07:58
b717273

Choose a tag to compare

Added

  • Listener FlushTranslatorCacheListener for memory leak fixing on Translator implementation #70
  • Integration with Livewire is supported now #71

v5.4.0

06 Oct 07:11
4f2eabc

Choose a tag to compare

Added

  • Listener FlushDatabaseQueryLogListener for cleaning up database query log #67

v5.3.0: Worker class can now be redefined

30 Sep 14:48
041910f

Choose a tag to compare

Added

  • Possibility to use different classes of workers for different worker modes [#65]
  • Integration with Ziggy is supported now [#64]

Changed

  • Listeners (resetters) for the 3rd party packages are enabled by default

v5.2.2

13 Aug 05:27
bf3f612

Choose a tag to compare

Changed

  • Resolve listener components when needed #58

v5.2.1

12 Aug 05:30
a853329

Choose a tag to compare

Fixed

  • Dumper middleware could not dump a large set of responses (such as Illuminate\Http\JsonResponse)

v5.2.0: Laravel Telescope is supported now

16 Jul 06:06
00f56b2

Choose a tag to compare

Added

  • Integration with Laravel Telescope is supported now (just enable SetupTelescopeListener for BeforeLoopStartedEvent)

v5.1.0: FlushLogContextListener added

08 Jul 05:25
7bb67b4

Choose a tag to compare

Added

  • Listener FlushLogContextListener for the logger context flushing

v5.0.2: Dumper CLI mode detection fixed

26 Jun 09:20
cd41168

Choose a tag to compare

Fixed

  • Dumper CLI mode detection #47

v5.0.1: Fixed Symfony uploaded file moving

10 Jun 12:26
8b75332

Choose a tag to compare

Fixed

  • Symfony uploaded file moving (FixSymfonyFileMovingListener was added for this) #43

v5.0.0: Forget about new listeners adding on package updates

10 Jun 10:03
beff13e

Choose a tag to compare

Added

  • Listener RebindDatabaseSessionHandlerListener for the database session driver container rebinding [octane#300]
  • Listener WarmInstancesListener for instances pre-resolving

Changed

  • Most important configuration values (such as event listeners) now defined in Spiral\RoadRunnerLaravel\Defaults class 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-diactoros replaced with nyholm/psr7 (lightweight PSR-7 implementation, strict and fast)
  • Config option pre_resolving replaced with warm
  • Config option clear_instances replaced with clear
  • Worker code refactored

⚠️ Do not forget to update your configuration (file config/roadrunner.php) ⚠️