Skip to content

Releases: symfony/dependency-injection

v6.1.8

28 Nov 18:25
v6.1.8
Compare
Choose a tag to compare

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

28 Nov 18:20
v6.0.16
Compare
Choose a tag to compare

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

28 Nov 18:13
v5.4.16
Compare
Choose a tag to compare

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

28 Nov 18:04
v4.4.49
Compare
Choose a tag to compare

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

25 Nov 10:41
v6.2.0-RC1
Compare
Choose a tag to compare
v6.2.0-RC1 Pre-release
Pre-release

Changelog (v6.2.0-BETA3...v6.2.0-RC1)

  • bug #48224 Process bindings in ServiceLocatorTagPass (MatTheCat)

v6.2.0-BETA3

19 Nov 16:16
v6.2.0-BETA3
Compare
Choose a tag to compare
v6.2.0-BETA3 Pre-release
Pre-release

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

24 Oct 13:02
v6.2.0-BETA1
Compare
Choose a tag to compare
v6.2.0-BETA1 Pre-release
Pre-release

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

30 Sep 08:17
v6.1.5
Compare
Choose a tag to compare

Changelog (v6.1.4...v6.1.5)

  • bug #47635 EnvPlaceholderParameterBag::get() can't return UnitEnum (jack.shpartko)

v6.0.13

30 Sep 08:10
v6.0.13
Compare
Choose a tag to compare

Changelog (v6.0.12...v6.0.13)

  • bug #47635 EnvPlaceholderParameterBag::get() can't return UnitEnum (jack.shpartko)

v5.4.13

30 Sep 08:03
v5.4.13
Compare
Choose a tag to compare

Changelog (v5.4.12...v5.4.13)

  • no significant changes