Releases: symfony/dependency-injection
Releases · symfony/dependency-injection
v5.4.9
Changelog (v5.4.8...v5.4.9)
- bug #46448 Fix "proxy" tag: resolve its parameters and pass it to child definitions (nicolas-grekas)
- bug #46427 fix wiring of annotations.cached_reader (nicolas-grekas)
- bug #46425 Ignore unused bindings defined by attribute (nicolas-grekas)
v4.4.42
Changelog (v4.4.41...v4.4.42)
- bug #46448 Fix "proxy" tag: resolve its parameters and pass it to child definitions (nicolas-grekas)
- bug #46427 fix wiring of annotations.cached_reader (nicolas-grekas)
v6.1.0-RC1
Changelog (v6.1.0-BETA2...v6.1.0-RC1)
- bug #46276 Fix lazyness of AutowiringFailedException (nicolas-grekas)
- bug #46272 Fix resolving parameters found in #[Autowire] (nicolas-grekas)
v6.1.0-BETA2
Changelog (v6.1.0-BETA1...v6.1.0-BETA2)
- bug #46178 Properly declare #[When] as allowed on functions (nicolas-grekas)
- feature #46112 Rename
#[InnerService]
to#[MapDecorated]
(chalasr) - feature #45834 add AsDecorator class attribute and InnerService parameter attribute (Jean-Beru)
v6.0.8
Changelog (v6.0.7...v6.0.8)
- bug #46178 Properly declare #[When] as allowed on functions (nicolas-grekas)
v5.4.8
Changelog (v5.4.7...v5.4.8)
- bug #46178 Properly declare #[When] as allowed on functions (nicolas-grekas)
v4.4.41
Changelog (v4.4.40...v4.4.41)
- no significant changes
v6.1.0-BETA1
Changelog (v6.0.7...v6.1.0-BETA1)
- feature #45878 Add argument type
closure
to help passing closures to services (nicolas-grekas) - feature #45512 Allow using expressions as service factories (nicolas-grekas, jvasseur)
- feature #45783 adjust
Autowire
attribute implementation (kbond) - feature #45377 Bump minimum version of PHP to 8.1 (nicolas-grekas)
- feature #45450 Add an env function to DI expression language (jvasseur)
- feature #44774 Add
exclude
toTaggedIterator
andTaggedLocator
(ruudk)
v6.0.7
Changelog (v6.0.6...v6.0.7)
- no significant changes
v5.4.7
Changelog (v5.4.6...v5.4.7)
- no significant changes