Skip to content

v4.0.0

Choose a tag to compare

@FluffyDiscord FluffyDiscord released this 03 Feb 13:22
· 22 commits to master since this release
4f988d0

What's Changed

  • [BC] remove session workaround since it's no longer needed by @FluffyDiscord in #15

When updating to v4, unregister FluffyDiscord\RoadRunnerBundle\Session\WorkerSessionStorageFactory from session storage_factory_id. For example remove these lines from fluffy_discord_road_runner.yaml if you added it there:

framework:
  session:
    # Fix for Symfony not handling sessions properly in worker mode
    storage_factory_id: FluffyDiscord\RoadRunnerBundle\Session\WorkerSessionStorageFactory

You should check out this section about Symfony Forms.

Full Changelog: v3.2.0...v4.0.0