Releases: symfony/framework-bundle
Releases · symfony/framework-bundle
v8.0.0
Changelog (v8.0.0-RC3...v8.0.0)
- no significant changes
v7.4.0
Changelog (v7.4.0-RC3...v7.4.0)
- bug symfony/symfony#62489 [FrameworkBundle] Fix TypeError when traversing scalar values in debug:config (@yoeunes)
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
Changelog (v7.3.5...v7.3.6)
- no significant changes
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)