Skip to content

Releases: symfony/dependency-injection

v4.4.16

28 Oct 05:55
v4.4.16
Compare
Choose a tag to compare

Changelog (v4.4.15...v4.4.16)

  • bug #38713 Fix Preloader exception when preloading a class with an unknown parent/interface (rgeraads)
  • bug #38699 Preload classes with union types correctly (derrabus)
  • bug #38582 Fix Reflection file name with eval()'d code (maxime-aknin)
  • bug #38544 fix dumping env vars (nicolas-grekas)

v3.4.46

28 Oct 05:49
v3.4.46
Compare
Choose a tag to compare

Changelog (v3.4.45...v3.4.46)

  • bug #38582 Fix Reflection file name with eval()'d code (maxime-aknin)

v5.1.7

04 Oct 08:01
v5.1.7
Compare
Choose a tag to compare

Changelog (v5.1.6...v5.1.7)

  • bug #38357 fix dumping non-shared lazy services (nicolas-grekas)

v4.4.15

04 Oct 07:55
v4.4.15
Compare
Choose a tag to compare

Changelog (v4.4.14...v4.4.15)

  • no changes

v5.1.6

27 Sep 04:37
v5.1.6
Compare
Choose a tag to compare

Changelog (v5.1.5...v5.1.6)

  • bug #38139 dump OS-indepent paths in the compiled container (nicolas-grekas)
  • bug #38140 dump OS-indepent paths in the preload file (nicolas-grekas)
  • bug #38091 fix ContainerBuilder on PHP8 (nicolas-grekas)
  • bug #38062 fix generating preload file when cache_dir is outside project_dir (nicolas-grekas)

v4.4.14

27 Sep 04:30
v4.4.14
Compare
Choose a tag to compare

Changelog (v4.4.13...v4.4.14)

  • bug #38139 dump OS-indepent paths in the compiled container (nicolas-grekas)
  • bug #38091 fix ContainerBuilder on PHP8 (nicolas-grekas)
  • bug #38062 fix generating preload file when cache_dir is outside project_dir (nicolas-grekas)

v3.4.45

27 Sep 04:03
v3.4.45
Compare
Choose a tag to compare

Changelog (v3.4.44...v3.4.45)

  • bug #38091 fix ContainerBuilder on PHP8 (nicolas-grekas)

v5.1.5

02 Sep 08:20
v5.1.5
Compare
Choose a tag to compare

Changelog (v5.1.4...v5.1.5)

  • bug #38023 fix inlining of non-shared services (nicolas-grekas)
  • bug #38022 Missed AbstractArgument (a-menshchikov)

v4.4.13

02 Sep 08:14
v4.4.13
Compare
Choose a tag to compare

Changelog (v4.4.12...v4.4.13)

  • bug #38023 fix inlining of non-shared services (nicolas-grekas)

v5.1.4

31 Aug 06:22
v5.1.4
Compare
Choose a tag to compare

Changelog (v5.1.3...v5.1.4)

  • bug #37953 fix dumping lazy non-shared services (nicolas-grekas)
  • bug #37763 Fix deprecated libxml_disable_entity_loader (jderusse)