v4.0.0
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- notice for symfony forms by @FluffyDiscord in #16
You should check out this section about Symfony Forms.
Full Changelog: v3.2.0...v4.0.0