Releases: symfony/dependency-injection
Releases · symfony/dependency-injection
v6.1.8
Changelog (v6.1.7...v6.1.8)
- bug #48224 Process bindings in
ServiceLocatorTagPass
(MatTheCat) - bug #48093 don't move locator tag for service subscriber (RobertMe)
- bug #48027 Don't autoconfigure tag when it's already set with attributes (nicolas-grekas)
v6.0.16
Changelog (v6.0.15...v6.0.16)
- bug #48224 Process bindings in
ServiceLocatorTagPass
(MatTheCat) - bug #48093 don't move locator tag for service subscriber (RobertMe)
- bug #48027 Don't autoconfigure tag when it's already set with attributes (nicolas-grekas)
v5.4.16
Changelog (v5.4.15...v5.4.16)
- bug #48224 Process bindings in
ServiceLocatorTagPass
(MatTheCat) - bug #48093 don't move locator tag for service subscriber (RobertMe)
- bug #48027 Don't autoconfigure tag when it's already set with attributes (nicolas-grekas)
v4.4.49
Changelog (v4.4.48...v4.4.49)
- bug #48224 Process bindings in
ServiceLocatorTagPass
(MatTheCat) - bug #48093 don't move locator tag for service subscriber (RobertMe)
v6.2.0-RC1
Changelog (v6.2.0-BETA3...v6.2.0-RC1)
- bug #48224 Process bindings in
ServiceLocatorTagPass
(MatTheCat)
v6.2.0-BETA3
Changelog (v6.2.0-BETA2...v6.2.0-BETA3)
- bug #48093 don't move locator tag for service subscriber (RobertMe)
- feature #48045 Allow enum as service parameter in php config files (alexndlm)
- bug #48027 Don't autoconfigure tag when it's already set with attributes (nicolas-grekas)
v6.2.0-BETA1
Changelog (v6.1.6...v6.2.0-BETA1)
- feature #47364 Allow array attributes for service tags (aschempp)
- feature #47906 Allow injecting the current env into php config closures (HypeMC)
- feature #47902 Add support for tagged iterators/locators exclude option to xml and yaml (HypeMC)
- feature #47801 Allow array for the value of Autowire attribute (willemverspyck)
- feature #47730 Ban DateTime from the codebase (WebMamba)
- feature #47683 Deprecate numeric parameter names (HeahDude)
- feature #38996 Remove the default values from setters with a nullable parameter (derrabus, nicolas-grekas)
- feature #47236 Generate lazy-loading virtual proxies for non-ghostable lazy services (nicolas-grekas)
- feature #47367 Handle INI arrays (MatTheCat)
- feature #47101 Allow service subscribers to return
SubscribedService[]
(kbond) - feature #47196 Allow extending
#[When]
attribute (ruudk) - feature #46821 Add
resolve-env
option to debug:config command (alexandre-daubois) - feature #46752 Use lazy-loading ghost object proxies out of the box (nicolas-grekas)
- feature #46883 Add
shuffle
env processor (ostrolucky) - feature #46564 Add Enum Env Var Processor (jack-worman)
- feature #46741 Allow using ghost objects for lazy loading services (nicolas-grekas)
- feature #46614 Remove Debug component leftovers (chalasr)
v6.1.5
Changelog (v6.1.4...v6.1.5)
- bug #47635 EnvPlaceholderParameterBag::get() can't return UnitEnum (jack.shpartko)
v6.0.13
Changelog (v6.0.12...v6.0.13)
- bug #47635 EnvPlaceholderParameterBag::get() can't return UnitEnum (jack.shpartko)
v5.4.13
Changelog (v5.4.12...v5.4.13)
- no significant changes