Skip to content

Releases: symfony/framework-bundle

v5.3.15

29 Jan 18:07
v5.3.15
Compare
Choose a tag to compare

Changelog (v5.3.14...v5.3.15)

  • no significant changes

v6.0.3

28 Jan 13:07
v6.0.3
Compare
Choose a tag to compare

Changelog (v6.0.2...v6.0.3)

  • bug #45193 Fix missing arguments when a serialization default context is bound (ArnoudThibaut)
  • bug #44998 Allow default cache pools to be overwritten by user (Seldaek)
  • bug #44976 Avoid calling rtrim(null, '/') in AssetsInstallCommand (pavol-tk, GromNaN)
  • bug #44920 Use correct tag for ExpoTransportFactory service (jschaedl)

v5.4.3

28 Jan 11:56
v5.4.3
Compare
Choose a tag to compare

Changelog (v5.4.2...v5.4.3)

  • bug #45193 Fix missing arguments when a serialization default context is bound (ArnoudThibaut)
  • bug #44998 Allow default cache pools to be overwritten by user (Seldaek)
  • bug #44976 Avoid calling rtrim(null, '/') in AssetsInstallCommand (pavol-tk, GromNaN)
  • bug #44920 Use correct tag for ExpoTransportFactory service (jschaedl)

v5.3.14

28 Jan 11:02
v5.3.14
Compare
Choose a tag to compare

Changelog (v5.3.13...v5.3.14)

  • bug #44998 Allow default cache pools to be overwritten by user (Seldaek)
  • bug #44976 Avoid calling rtrim(null, '/') in AssetsInstallCommand (pavol-tk, GromNaN)

v4.4.37

28 Jan 10:53
v4.4.37
Compare
Choose a tag to compare

Changelog (v4.4.36...v4.4.37)

  • bug #44976 Avoid calling rtrim(null, '/') in AssetsInstallCommand (pavol-tk, GromNaN)

v6.0.2

29 Dec 14:14
v6.0.2
Compare
Choose a tag to compare

Changelog (v6.0.1...v6.0.2)

  • bug #44682 alias cache.app.taggable to cache.app if using cache.adapter.redis_tag_aware (kbond)
  • bug #43164 Fix cache pool configuration with one adapter and one provider (fancyweb)
  • bug #44565 Use correct cookie domain in loginUser() (wouterj)

v5.4.2

29 Dec 13:55
v5.4.2
Compare
Choose a tag to compare

Changelog (v5.4.1...v5.4.2)

  • bug #44682 alias cache.app.taggable to cache.app if using cache.adapter.redis_tag_aware (kbond)
  • bug #43164 Fix cache pool configuration with one adapter and one provider (fancyweb)
  • bug #44565 Use correct cookie domain in loginUser() (wouterj)

v5.3.13

29 Dec 13:19
v5.3.13
Compare
Choose a tag to compare

Changelog (v5.3.12...v5.3.13)

  • bug #44682 alias cache.app.taggable to cache.app if using cache.adapter.redis_tag_aware (kbond)
  • bug #43164 Fix cache pool configuration with one adapter and one provider (fancyweb)
  • bug #44565 Use correct cookie domain in loginUser() (wouterj)
  • bug #44481 Fix loginUser() causing deprecation (wouterj)
  • bug #44427 Fix compatibility with symfony/security-core 6.x (deps=high tests) (wouterj)

v4.4.36

29 Dec 13:07
v4.4.36
Compare
Choose a tag to compare

Changelog (v4.4.35...v4.4.36)

  • bug #43164 Fix cache pool configuration with one adapter and one provider (fancyweb)

v6.0.1

09 Dec 13:47
v6.0.1
Compare
Choose a tag to compare

Changelog (v6.0.0...v6.0.1)

  • bug #44494 Remove FQCN type hints on properties (fabpot)
  • bug #44490 Add auto-registration for BatchHandlerInterface (GaryPEGEOT)
  • bug #44481 Fix loginUser() causing deprecation (wouterj)
  • bug #44427 Fix compatibility with symfony/security-core 6.x (deps=high tests) (wouterj)
  • bug #44359 Avoid duplicated session listener registration in tests (alexander-schranz)