Skip to content

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

Choose a tag to compare

@tarampampam tarampampam released this 10 Jun 10:03
· 187 commits to master since this release
beff13e

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) ⚠️