Releases: FluffyDiscord/roadrunner-symfony-bundle
Releases · FluffyDiscord/roadrunner-symfony-bundle
v4.1.0
Minimum Symfony version is now 5.4 and PHP version 8.1.
Full Changelog: v4.0.0...v4.1.0
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
v3.2.0
What's Changed
- secure cookie is no longer ignored in WorkerSessionFactory by @FluffyDiscord in #14
Full Changelog: v3.1.0...v3.2.0
v3.1.0
v3.0.1
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- Symfony 7.1, PHP 8.3 and early routing initialization can now be turned off by @FluffyDiscord in #10
Full Changelog: v2.4.3...v3.0.0
v2.4.3
support for Sentry Symfony bundle v5
v2.4.2
Full Changelog: v2.4.1...v2.4.2
v2.4.1
Full Changelog: v2.4.0...v2.4.1
V2.4.0
Preloading symfony http related services is now even more aggressive