Skip to content

Releases: symfony/dependency-injection

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

v6.1.3

29 Jul 13:08
v6.1.3
Compare
Choose a tag to compare

Changelog (v6.1.2...v6.1.3)

  • bug #46973 Fail gracefully when attempting to autowire composite types (derrabus)
  • bug #46800 Spaces in system temp folder path cause deprecation errors in php 8 (demeritcowboy)

v6.0.11

29 Jul 12:59
v6.0.11
Compare
Choose a tag to compare

Changelog (v6.0.10...v6.0.11)

  • bug #46973 Fail gracefully when attempting to autowire composite types (derrabus)
  • bug #46800 Spaces in system temp folder path cause deprecation errors in php 8 (demeritcowboy)

v5.4.11

29 Jul 12:37
v5.4.11
Compare
Choose a tag to compare

Changelog (v5.4.10...v5.4.11)

  • bug #46973 Fail gracefully when attempting to autowire composite types (derrabus)
  • bug #46800 Spaces in system temp folder path cause deprecation errors in php 8 (demeritcowboy)

v4.4.44

29 Jul 12:27
v4.4.44
Compare
Choose a tag to compare

Changelog (v4.4.43...v4.4.44)

  • bug #46973 Fail gracefully when attempting to autowire composite types (derrabus)
  • bug #46800 Spaces in system temp folder path cause deprecation errors in php 8 (demeritcowboy)

v6.1.2

26 Jun 17:09
v6.1.2
Compare
Choose a tag to compare

Changelog (v6.1.1...v6.1.2)

  • no significant changes