Skip to content

Releases: symfony/dependency-injection

v5.4.0-RC1

24 Nov 08:57
v5.4.0-RC1
Compare
Choose a tag to compare
v5.4.0-RC1 Pre-release
Pre-release

Changelog (v5.4.0-BETA3...v5.4.0-RC1)

  • no significant changes

v5.3.11

22 Nov 14:32
v5.3.11
Compare
Choose a tag to compare

Changelog (v5.3.10...v5.3.11)

  • bug #44012 fix inlining when non-shared services are involved (nicolas-grekas)

v4.4.34

22 Nov 14:16
v4.4.34
Compare
Choose a tag to compare

Changelog (v4.4.33...v4.4.34)

  • bug #44012 fix inlining when non-shared services are involved (nicolas-grekas)

v6.0.0-BETA3

18 Nov 15:36
v6.0.0-BETA3
Compare
Choose a tag to compare
v6.0.0-BETA3 Pre-release
Pre-release

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

18 Nov 15:46
v5.4.0-BETA3
Compare
Choose a tag to compare
v5.4.0-BETA3 Pre-release
Pre-release

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

14 Nov 17:23
v6.0.0-BETA2
Compare
Choose a tag to compare
v6.0.0-BETA2 Pre-release
Pre-release

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

14 Nov 16:54
v5.4.0-BETA2
Compare
Choose a tag to compare
v5.4.0-BETA2 Pre-release
Pre-release

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

05 Nov 08:16
v6.0.0-BETA1
Compare
Choose a tag to compare
v6.0.0-BETA1 Pre-release
Pre-release

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 current ServiceSubscriberTrait 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

05 Nov 07:19
v5.4.0-BETA1
Compare
Choose a tag to compare
v5.4.0-BETA1 Pre-release
Pre-release

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 current ServiceSubscriberTrait 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

29 Oct 08:39
v5.3.10
Compare
Choose a tag to compare

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)