Skip to content

Releases: symfony/dependency-injection

v3.4.40

28 Apr 18:46
v3.4.40

Choose a tag to compare

Changelog (v3.4.39...v3.4.40)

  • bug #36441 fix loading defaults when using the PHP-DSL (nicolas-grekas)

v5.0.7

30 Mar 15:09
v5.0.7

Choose a tag to compare

Changelog (v5.0.6...v5.0.7)

  • bug #36262 fix generating TypedReference from PriorityTaggedServiceTrait (nicolas-grekas)

v4.4.7

30 Mar 15:04
v4.4.7

Choose a tag to compare

Changelog (v4.4.6...v4.4.7)

  • bug #36262 fix generating TypedReference from PriorityTaggedServiceTrait (nicolas-grekas)

v3.4.39

30 Mar 06:41
v3.4.39

Choose a tag to compare

Changelog (v3.4.38...v3.4.39)

  • no changes

v5.0.6

27 Mar 16:28
v5.0.6

Choose a tag to compare

Changelog (v5.0.5...v5.0.6)

  • bug #36108 Fix CheckTypeDeclarationPass (guillbdx)
  • bug #36103 fix preloading script generation (nicolas-grekas)
  • bug #35949 Fix container lint command when a synthetic service is used in an expression (HypeMC)
  • bug #35957 ignore extra tags added by autoconfiguration in PriorityTaggedServiceTrait (nicolas-grekas)

v4.4.6

27 Mar 08:52
v4.4.6

Choose a tag to compare

Changelog (v4.4.5...v4.4.6)

  • bug #36108 Fix CheckTypeDeclarationPass (guillbdx)
  • bug #36103 fix preloading script generation (nicolas-grekas)
  • bug #35949 Fix container lint command when a synthetic service is used in an expression (HypeMC)
  • bug #35957 ignore extra tags added by autoconfiguration in PriorityTaggedServiceTrait (nicolas-grekas)

v5.0.5

29 Feb 12:31
v5.0.5

Choose a tag to compare

Changelog (v5.0.4...v5.0.5)

  • bug #35772 don't throw on missing excluded paths (nicolas-grekas)
  • bug #33960 Unknown env prefix not recognized as such (ro0NL)
  • bug #35342 Fix support for multiple tags for locators and iterators (Alexandre Parent)

v4.4.5

29 Feb 10:35
v4.4.5

Choose a tag to compare

Changelog (v4.4.4...v4.4.5)

  • bug #35772 don't throw on missing excluded paths (nicolas-grekas)
  • bug #33960 Unknown env prefix not recognized as such (ro0NL)
  • bug #35342 Fix support for multiple tags for locators and iterators (Alexandre Parent)

v3.4.38

29 Feb 10:31
v3.4.38

Choose a tag to compare

Changelog (v3.4.37...v3.4.38)

  • bug #35772 don't throw on missing excluded paths (nicolas-grekas)

v5.0.4

13 Feb 07:53
v5.0.4

Choose a tag to compare

Changelog (v5.0.3...v5.0.4)

  • bug #35429 CheckTypeDeclarationsPass now checks if value is type of parameter type (pfazzi)