Skip to content

Releases: symfony/framework-bundle

v5.3.0

31 May 11:19
v5.3.0
Compare
Choose a tag to compare

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

19 May 13:43
v5.3.0-RC1
Compare
Choose a tag to compare
v5.3.0-RC1 Pre-release
Pre-release

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

19 May 12:29
v5.2.9
Compare
Choose a tag to compare

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

19 May 12:21
v4.4.24
Compare
Choose a tag to compare

Changelog (v4.4.23...v4.4.24)

  • bug #41230 Fix deprecations from Doctrine Annotations+Cache (derrabus)

v5.3.0-BETA4

12 May 13:51
v5.3.0-BETA4
Compare
Choose a tag to compare
v5.3.0-BETA4 Pre-release
Pre-release

Changelog (v5.3.0-BETA3...v5.3.0-BETA4)

  • feature #41178 Introduce AbstractController::renderForm() instead of handleForm() (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

09 May 16:30
v5.3.0-BETA3
Compare
Choose a tag to compare
v5.3.0-BETA3 Pre-release
Pre-release

Changelog (v5.3.0-BETA2...v5.3.0-BETA3)

  • feature #40947 Added Crowdin Translation Provider (andrii-bodnar)

v5.3.0-BETA2

01 May 15:07
v5.3.0-BETA2
Compare
Choose a tag to compare
v5.3.0-BETA2 Pre-release
Pre-release

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

01 May 14:58
v5.2.7
Compare
Choose a tag to compare

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

01 May 14:49
v4.4.22
Compare
Choose a tag to compare

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

29 Mar 05:21
v5.2.6
Compare
Choose a tag to compare

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)