Releases: symfony/dependency-injection
Releases · symfony/dependency-injection
v8.0.5
Changelog (v8.0.4...v8.0.5)
- bug #63213 Fix lazy proxy type resolution for decorated services (@nicolas-grekas)
v7.4.5
Changelog (v7.4.4...v7.4.5)
- bug #63213 Fix lazy proxy type resolution for decorated services (@nicolas-grekas)
v7.3.11
Changelog (v7.3.10...v7.3.11)
- bug #63213 Fix lazy proxy type resolution for decorated services (@nicolas-grekas)
v8.0.4
Changelog (v8.0.3...v8.0.4)
- bug #63160 Fix alias chain inversion when deprecated alias points to decorated service (amateescu)
- bug #62920 Allow
ParamConfiguratorinParametersConfig(@jack-worman)
v7.4.4
Changelog (v7.4.3...v7.4.4)
- bug #63160 Fix alias chain inversion when deprecated alias points to decorated service (amateescu)
- bug #62920 Allow
ParamConfiguratorinParametersConfig(@jack-worman)
v7.3.10
Changelog (v7.3.9...v7.3.10)
- bug #63160 Fix alias chain inversion when deprecated alias points to decorated service (@amateescu)
v6.4.32
Changelog (v6.4.31...v6.4.32)
- bug #63160 Fix alias chain inversion when deprecated alias points to decorated service (@amateescu)
v8.0.3
Changelog (v8.0.2...v8.0.3)
- bug symfony/symfony#62843 [DependencyInjection] Fix referencing build-time array parameters (@nicolas-grekas)
- bug symfony/symfony#62755 [DependencyInjection] Fix
#[AutowireCallable]sometimes incorrectly inlined (@HypeMC) - bug symfony/symfony#62715 [DependencyInjection] Fix sharing services used only by tagged iterators (@nicolas-grekas)
v7.4.3
Changelog (v7.4.2...v7.4.3)
- bug symfony/symfony#62843 [DependencyInjection] Fix referencing build-time array parameters (@nicolas-grekas)
- bug symfony/symfony#62755 [DependencyInjection] Fix
#[AutowireCallable]sometimes incorrectly inlined (@HypeMC) - bug symfony/symfony#62715 [DependencyInjection] Fix sharing services used only by tagged iterators (@nicolas-grekas)
v7.3.9
Changelog (v7.3.8...v7.3.9)
- bug symfony/symfony#62843 [DependencyInjection] Fix referencing build-time array parameters (@nicolas-grekas)
- bug symfony/symfony#62755 [DependencyInjection] Fix
#[AutowireCallable]sometimes incorrectly inlined (@HypeMC) - bug symfony/symfony#62715 [DependencyInjection] Fix sharing services used only by tagged iterators (@nicolas-grekas)
- bug symfony/symfony#62714 [DependencyInjection] Handle recursive factory reentry for shared services in
PhpDumper(@nicolas-grekas) - bug symfony/symfony#62685 [DependencyInjection] Fix
PriorityTaggedServiceTraitwhen tag attributes are not a list (@GromNaN)