Skip to content

Releases: symfony/dependency-injection

v8.1.1

Choose a tag to compare

@fabpot fabpot released this 27 Jun 09:30
Immutable release. Only release title and notes can be modified.
v8.1.1

Changelog (v8.1.0...v8.1.1)

  • minor #64694 Fix service _instanceof type (@philbates35)
  • minor #64629 Fix deprecation when handling tagged iterator YAML short syntax (@MatTheCat)
  • bug #64572 Fix decorating an event listener no longer replacing it (@nicolas-grekas)
  • minor #64476 Unsafe unserialize phpstan rule (@jack-worman)
  • bug #64523 Keep behavior-describing tags 'proxy' and 'container.service_subscriber.locator' on decorated services (@ousamabenyounes)
  • minor #64417 Improve TaggedIteratorArgument deprecation warning (@jbafford)
  • minor #64416 Clarify # attribute in UPGRADE-8.1 (@jbafford)

v8.0.14

Choose a tag to compare

@fabpot fabpot released this 27 Jun 09:28
Immutable release. Only release title and notes can be modified.
v8.0.14

Changelog (v8.0.13...v8.0.14)

v7.4.14

Choose a tag to compare

@fabpot fabpot released this 27 Jun 09:16
Immutable release. Only release title and notes can be modified.
v7.4.14

Changelog (v7.4.13...v7.4.14)

v6.4.42

Choose a tag to compare

@fabpot fabpot released this 27 Jun 09:14
Immutable release. Only release title and notes can be modified.
v6.4.42

Changelog (v6.4.38...v6.4.42)

  • minor #64476 Unsafe unserialize phpstan rule (@jack-worman)

v8.1.0

Choose a tag to compare

@fabpot fabpot released this 29 May 08:53
v8.1.0

Changelog (v8.1.0-RC1...v8.1.0)

  • no significant changes

v8.1.0-RC1

Choose a tag to compare

@fabpot fabpot released this 27 May 11:34
v8.1.0-RC1

Changelog (v8.1.0-BETA3...v8.1.0-RC1)

  • bug #64311 Fix service() as invokable factory in array-based PHP config (@nicolas-grekas)

v8.0.13

Choose a tag to compare

@fabpot fabpot released this 27 May 10:31
v8.0.13

Changelog (v8.0.10...v8.0.13)

  • bug #64311 Fix service() as invokable factory in array-based PHP config (@nicolas-grekas)

v7.4.13

Choose a tag to compare

@fabpot fabpot released this 27 May 08:45
v7.4.13

Changelog (v7.4.10...v7.4.13)

  • bug #64311 Fix service() as invokable factory in array-based PHP config (@nicolas-grekas)

v8.1.0-BETA3

Choose a tag to compare

@fabpot fabpot released this 20 May 12:11
v8.1.0-BETA3

Changelog (v8.1.0-BETA1...v8.1.0-BETA3)

v8.1.0-BETA1

Choose a tag to compare

@fabpot fabpot released this 06 May 14:29
Immutable release. Only release title and notes can be modified.
v8.1.0-BETA1

Changelog (v8.0.13...v8.1.0-BETA1)

  • bug #64311 Fix service() as invokable factory in array-based PHP config (@nicolas-grekas)
  • feature #63751 Add support for resetting non-shared services (@Pechynho)
  • feature #64055 Add FRANKENPHP_RESET_KERNEL to reset the kernel between requests (@nicolas-grekas)
  • feature #63988 Support autowiring env vars as closures or Stringable when using # (@nicolas-grekas)
  • feature #63910 Allow inline Definition as factory and configurator (@GromNaN)
  • bug #63962 Fix empty bundle cache when container is rebuilt (@HypeMC)
  • bug #63921 Fix bundles cache freshness check (@HypeMC)
  • feature #63880 Add #, ServicesBundle and ConsoleBundle (@nicolas-grekas)
  • feature #63877 Add AddBehaviorDescribingTagsPass (@nicolas-grekas)
  • feature #63710 Add Kernel and Bundle infrastructure for HTTP-less DI-powered apps (@nicolas-grekas)
  • feature #63590 Add support for using service stacks as decorators (@nicolas-grekas)
  • feature #63612 Add DeepCloner for COW-friendly deep cloning (@nicolas-grekas)
  • feature #63426 Deprecate named autowiring alias that don't use # (@nicolas-grekas)
  • feature #63242 Add decoration stack to debug:container command (@ayyoub-afwallah)
  • feature #62638 Add tag decoration support (@mtarld)
  • feature #63181 Add target parameter to # attribute (@ayyoub-afwallah)
  • feature #63111 Add argument exclude to ContainerConfigurator::import() (@tilaven)
  • feature #62835 Allow environment variables with . in them (Max Baldanza)
  • feature #62538 Add support for SOURCE_DATE_EPOCH environment variable (Charles-Édouard Coste)
  • feature #62339 Deprecate default index/priority methods when defining tagged locators/iterators (@nicolas-grekas)
  • feature #62483 Deprecate invalid options when using from_callable (@yoeunes)