Releases: symfony/framework-bundle
Releases · symfony/framework-bundle
v5.3.0
Changelog (v5.3.0-RC1...v5.3.0)
- bug #41458 fix ConfigBuilderCacheWarmer (nicolas-grekas)
- bug #41456 fix creating ContainerBuilder at warmup/CLI time (nicolas-grekas)
- bug #41452 Remove redundant cache service (derrabus)
- bug #41451 Remove PoEditor Provider (welcoMattic)
v5.3.0-RC1
Changelog (v5.3.0-BETA4...v5.3.0-RC1)
- bug #41275 Fixes Undefined method call (faizanakram99)
- feature #41247 Deprecate the old authentication mechanisms (chalasr)
- bug #41230 Fix deprecations from Doctrine Annotations+Cache (derrabus)
v5.2.9
Changelog (v5.2.8...v5.2.9)
- bug #41275 Fixes Undefined method call (faizanakram99)
- bug #41230 Fix deprecations from Doctrine Annotations+Cache (derrabus)
v4.4.24
Changelog (v4.4.23...v4.4.24)
- bug #41230 Fix deprecations from Doctrine Annotations+Cache (derrabus)
v5.3.0-BETA4
Changelog (v5.3.0-BETA3...v5.3.0-BETA4)
- feature #41178 Introduce
AbstractController::renderForm()
instead ofhandleForm()
(lyrixx) - bug #41164 fix debug:event-dispatcher and debug:firewall (nicolas-grekas)
- feature #40927 Added Lokalise Provider (welcoMattic)
- feature #40926 Added PoEditor Provider (welcoMattic)
v5.3.0-BETA3
Changelog (v5.3.0-BETA2...v5.3.0-BETA3)
- feature #40947 Added Crowdin Translation Provider (andrii-bodnar)
v5.3.0-BETA2
Changelog (v5.3.0-BETA1...v5.3.0-BETA2)
- feature #41002 Move IDE file link formats from FrameworkExtension to FileLinkFormatter (MatTheCat)
- bug #40951 Make debug:event-dispatcher search case insensitive (javiereguiluz)
- feature #38475 Adding Translation Providers (welcoMattic)
- feature #40800 Add
#[Target]
to tell how a dependency is used and hint named autowiring aliases (nicolas-grekas) - bug #40859 Support extensions without configuration in ConfigBuilder warmup (wouterj)
v5.2.7
Changelog (v5.2.6...v5.2.7)
- bug #40802 Fix array controller link in debug:router (fancyweb)
- bug #40740 Fix logging for TagAwareAdapter (fancyweb)
- bug #40645 Dont store cache misses on warmup (Nyholm)
- bug #40619 dont access the container to configure http_cache (nicolas-grekas)
v4.4.22
Changelog (v4.4.21...v4.4.22)
- bug #40740 Fix logging for TagAwareAdapter (fancyweb)
- bug #40645 Dont store cache misses on warmup (Nyholm)
v5.2.6
Changelog (v5.2.5...v5.2.6)
- bug #40544 ensure TestBrowserToken::$firewallName is serialized (kbond)
- bug #40497 enable HTTP method overrides as early as possible with the HTTP cache (xabbuh)
- bug #40368 Make the TestBrowserToken interchangeable with other tokens (Seldaek)
- bug #40178 Exclude unreadable files when executing About command (michaljusiega)
- bug #40373 Check if templating engine supports given view (fritzmg)
- bug #40313 Fix PropertyAccess definition when not in debug (PedroTroller)