Releases: symfony/dependency-injection
Releases · symfony/dependency-injection
v5.4.0-RC1
Changelog (v5.4.0-BETA3...v5.4.0-RC1)
- no significant changes
v5.3.11
Changelog (v5.3.10...v5.3.11)
- bug #44012 fix inlining when non-shared services are involved (nicolas-grekas)
v4.4.34
Changelog (v4.4.33...v4.4.34)
- bug #44012 fix inlining when non-shared services are involved (nicolas-grekas)
v6.0.0-BETA3
Changelog (v6.0.0-BETA2...v6.0.0-BETA3)
- bug #44098 fix preloading (nicolas-grekas)
- bug #44063 fix creating 2nd container instances (nicolas-grekas)
- bug #44056 Fix YamlFileLoader return type (1ed)
v5.4.0-BETA3
Changelog (v6.0.0-BETA2...v5.4.0-BETA3)
- bug #44098 fix preloading (nicolas-grekas)
- bug #44063 fix creating 2nd container instances (nicolas-grekas)
v6.0.0-BETA2
Changelog (v6.0.0-BETA1...v6.0.0-BETA2)
- bug #44012 fix inlining when non-shared services are involved (nicolas-grekas)
- bug #44010 fix auto-refresh when inline_factories is enabled (nicolas-grekas)
- bug #43930 Fix support for unions/intersections together with
ServiceSubscriberInterface
(kbond)
v5.4.0-BETA2
Changelog (v5.4.0-BETA1...v5.4.0-BETA2)
- bug #44012 fix inlining when non-shared services are involved (nicolas-grekas)
- bug #44010 fix auto-refresh when inline_factories is enabled (nicolas-grekas)
- bug #43930 Fix support for unions/intersections together with
ServiceSubscriberInterface
(kbond)
v6.0.0-BETA1
Changelog (v5.3.10...v6.0.0-BETA1)
- feature #42471 Add generic types to traversable implementations (derrabus)
- feature #43788 Require Composer's runtime API to be present (derrabus)
- feature #43804 Deprecate Composer 1 (derrabus)
- feature #42238 Add
SubscribedService
attribute, deprecate currentServiceSubscriberTrait
usage (kbond) - feature #43386 Extend TaggedIterator and TaggedLocator Attributes with able to specify defaultIndexMethod for #[TaggerIterator] and #[TaggedLocator] (fractalzombie)
- feature #43479 autowire union and intersection types (nicolas-grekas)
- feature #43015 Allow injecting tagged iterator as service locator arguments (IonBazan)
- feature #42959 Make auto-aliases private by default (nicolas-grekas)
- feature #42532 Sort services in service locator according to priority (BoShurik)
- feature #41321 Remove deprecate session service (jderusse)
- feature #42039 Autoconfigurable attributes on methods, properties and parameters (ruudk)
- feature #42625 Add service_closure() to the PHP-DSL (HypeMC)
- feature #42088 add return types and bump to v3 (nicolas-grekas)
- feature #41963 remove deprecated features (nicolas-grekas)
- feature #41932 Remove deprecated code (derrabus)
- feature #41282 Bump Symfony 6 to PHP 8 (nicolas-grekas)
v5.4.0-BETA1
Changelog (v5.3.10...v5.4.0-BETA1)
- feature #42471 Add generic types to traversable implementations (derrabus)
- feature #43804 Deprecate Composer 1 (derrabus)
- feature #42238 Add
SubscribedService
attribute, deprecate currentServiceSubscriberTrait
usage (kbond) - feature #43386 Extend TaggedIterator and TaggedLocator Attributes with able to specify defaultIndexMethod for #[TaggerIterator] and #[TaggedLocator] (fractalzombie)
- feature #43479 autowire union and intersection types (nicolas-grekas)
- feature #43015 Allow injecting tagged iterator as service locator arguments (IonBazan)
- feature #42959 Make auto-aliases private by default (nicolas-grekas)
- feature #42532 Sort services in service locator according to priority (BoShurik)
- feature #42039 Autoconfigurable attributes on methods, properties and parameters (ruudk)
- feature #42625 Add service_closure() to the PHP-DSL (HypeMC)
v5.3.10
Changelog (v5.3.9...v5.3.10)
- bug #43579 Fix autowiring tagged arguments from attributes (Okhoshi)
- bug #43545 fix "url" env var processor (nicolas-grekas)
- bug #43277 fix support for "new" in initializers on PHP 8.1 (nicolas-grekas)