Releases: symfony/dependency-injection
Releases · symfony/dependency-injection
Release list
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
Changelog (v8.0.13...v8.0.14)
- minor #64694 Fix service _instanceof type (@philbates35)
- minor #64476 Unsafe unserialize phpstan rule (@jack-worman)
v7.4.14
Changelog (v7.4.13...v7.4.14)
- minor #64694 Fix service _instanceof type (@philbates35)
- minor #64476 Unsafe unserialize phpstan rule (@jack-worman)
v6.4.42
Changelog (v6.4.38...v6.4.42)
- minor #64476 Unsafe unserialize phpstan rule (@jack-worman)
v8.1.0
Changelog (v8.1.0-RC1...v8.1.0)
- no significant changes
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
Changelog (v8.0.10...v8.0.13)
- bug #64311 Fix
service()as invokable factory in array-based PHP config (@nicolas-grekas)
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
Changelog (v8.1.0-BETA1...v8.1.0-BETA3)
- bug #64301 Various fixes and hardenings (@nicolas-grekas)
- bug #64276 Various fixes and hardenings (@nicolas-grekas)
- bug #64254 Various fixes and hardenings (@nicolas-grekas)
v8.1.0-BETA1
Immutable
release. Only release title and notes can be modified.
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
Stringablewhen 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
DeepClonerfor 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:containercommand (@ayyoub-afwallah) - feature #62638 Add tag decoration support (@mtarld)
- feature #63181 Add
targetparameter to#attribute (@ayyoub-afwallah) - feature #63111 Add argument
excludetoContainerConfigurator::import()(@tilaven) - feature #62835 Allow environment variables with
.in them (Max Baldanza) - feature #62538 Add support for
SOURCE_DATE_EPOCHenvironment 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)