Releases: symfony/dependency-injection
Releases · symfony/dependency-injection
v4.4.16
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
Changelog (v3.4.45...v3.4.46)
- bug #38582 Fix Reflection file name with eval()'d code (maxime-aknin)
v5.1.7
Changelog (v5.1.6...v5.1.7)
- bug #38357 fix dumping non-shared lazy services (nicolas-grekas)
v4.4.15
Changelog (v4.4.14...v4.4.15)
- no changes
v5.1.6
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
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
Changelog (v3.4.44...v3.4.45)
- bug #38091 fix ContainerBuilder on PHP8 (nicolas-grekas)
v5.1.5
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
Changelog (v4.4.12...v4.4.13)
- bug #38023 fix inlining of non-shared services (nicolas-grekas)
v5.1.4
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)