Releases: symfony/framework-bundle
Releases · symfony/framework-bundle
v8.0.0-RC3
Changelog (v8.0.0-RC2...v8.0.0-RC3)
- bug symfony/symfony#62453 [FrameworkBundle] Make
APP_*_DIRrelative to the project directory (@nicolas-grekas) - bug symfony/symfony#62436 [FrameworkBundle] Dump all registered extensions’ configuration reference (@MatTheCat)
v7.4.0-RC3
Changelog (v7.4.0-RC2...v7.4.0-RC3)
- bug symfony/symfony#62453 [FrameworkBundle] Make
APP_*_DIRrelative to the project directory (@nicolas-grekas) - bug symfony/symfony#62436 [FrameworkBundle] Dump all registered extensions’ configuration reference (@MatTheCat)
v8.0.0-RC2
Changelog (v8.0.0-RC1...v8.0.0-RC2)
- bug symfony/symfony#62407 [FrameworkBundle] work around limitation in
JsonResponsewhen the data isnull(@xabbuh) - bug symfony/symfony#62402 [FrameworkBundle] Revert auto-import of #[Route] defined on controllers (@nicolas-grekas)
v7.4.0-RC2
Changelog (v7.4.0-RC1...v7.4.0-RC2)
- bug symfony/symfony#62407 [FrameworkBundle] work around limitation in
JsonResponsewhen the data isnull(@xabbuh) - bug symfony/symfony#62402 [FrameworkBundle] Revert auto-import of #[Route] defined on controllers (@nicolas-grekas)
v8.0.0-RC1
Changelog (v8.0.0-BETA2...v8.0.0-RC1)
- bug symfony/symfony#62063 [JsonStreamer] Rebuild cache on class update (@mtarld)
- feature symfony/symfony#62302 [Routing] Simplify importing routes defined on controller services (@nicolas-grekas)
v7.4.0-RC1
Changelog (v7.4.0-BETA2...v7.4.0-RC1)
- bug symfony/symfony#62063 [JsonStreamer] Rebuild cache on class update (@mtarld)
- feature symfony/symfony#62302 [Routing] Simplify importing routes defined on controller services (@nicolas-grekas)
v7.3.6
v8.0.0-BETA2
Changelog (v8.0.0-BETA1...v8.0.0-BETA2)
- feature symfony/symfony#62230 [Messenger] Support signing messages per handler (@nicolas-grekas)
- bug symfony/symfony#62184 [EventDispatcher][FrameworkBundle] Rework union types on
#[AsEventListener](@HypeMC) - bug symfony/symfony#62191 [FrameworkBundle] Change HttpCache directory to use new getShareDir (@alexander-schranz)
- bug symfony/symfony#62169 [HttpClient] Fix caching client decorating scoping client (@pierredup)
- bug symfony/symfony#62185 [FrameworkBundle] Add missing
container.excludedtoserializer.attribute_metadata(@HypeMC) - bug symfony/symfony#62178 [FrameworkBundle] Expose share directory in AboutCommand (@ro0NL)
v7.4.0-BETA2
Changelog (v7.4.0-BETA1...v7.4.0-BETA2)
- feature symfony/symfony#62230 [Messenger] Support signing messages per handler (@nicolas-grekas)
- bug symfony/symfony#62184 [EventDispatcher][FrameworkBundle] Rework union types on
#[AsEventListener](@HypeMC) - bug symfony/symfony#62191 [FrameworkBundle] Change HttpCache directory to use new getShareDir (@alexander-schranz)
- bug symfony/symfony#62169 [HttpClient] Fix caching client decorating scoping client (@pierredup)
- bug symfony/symfony#62185 [FrameworkBundle] Add missing
container.excludedtoserializer.attribute_metadata(@HypeMC) - bug symfony/symfony#62178 [FrameworkBundle] Expose share directory in AboutCommand (@ro0NL)
v7.3.5
Changelog (v7.3.4...v7.3.5)
- bug symfony/symfony#62078 [FrameworkBundle] Fix secrets:encrypt-from-local (@nicolas-grekas)
- bug symfony/symfony#61939 [FrameworkBundle] fix using lock from service id when previous locks used env vars (@AydinHassan)
- bug symfony/symfony#61924 [Mailer] Revert " Fix memory leak with
mailer.message_logger_listener" (@kochen) - bug symfony/symfony#61912 [FrameworkBundle] Fix support of dumping workflow when workflow is decorated by TraceableWorkflow (@lyrixx)