Releases: symfony/dependency-injection
Releases · symfony/dependency-injection
v5.4.40
Changelog (v5.4.39...v5.4.40)
- no significant changes
v7.1.0
Changelog (v7.1.0-RC1...v7.1.0)
- bug symfony/symfony#54977 [DependencyInjection] Fix prepending strategy for php config loader (@yceruto)
v7.1.0-RC1
Changelog (v7.1.0-BETA1...v7.1.0-RC1)
- bug symfony/symfony#54970 [DependencyInjection] Process PHP configs using the ContainerConfigurator (@MatTheCat)
- bug symfony/symfony#54908 [DependencyInjection] Fix "Cannot replace arguments" errors caused by ResolveAutowireInlineAttributesPass (@nicolas-grekas)
v7.1.0-BETA1
Changelog (v7.0.7...v7.1.0-BETA1)
- feature symfony/symfony#54666 [DependencyInjection] Reset env vars when resetting the container (@faizanakram99)
- feature symfony/symfony#52820 [DependencyInjection] Add
#[AutowireInline]
attribute to allow service definition at the class level (@DaDeather, @nicolas-grekas) - feature symfony/symfony#54371 [DependencyInjection] Deprecate
#[TaggedIterator]
and#[TaggedLocator]
(@GromNaN) - feature symfony/symfony#53971 Cast env vars to null or bool when referencing them using
#[Autowire(env: '...')]
depending on the signature of the corresponding parameter (@ruudk) - feature symfony/symfony#54496 [Contracts] Rename ServiceSubscriberTrait to ServiceMethodsSubscriberTrait (@nicolas-grekas)
- feature symfony/symfony#54414 [DependencyInjection] Improve the error message when there is no extension to load some configuration (@javiereguiluz)
- feature symfony/symfony#52843 [DependencyInjection] Prepending extension configs with file loaders (@yceruto)
- feature symfony/symfony#54365 [DependencyInjection] Apply attribute configurator to child classes (@GromNaN)
- feature symfony/symfony#54016 [DependencyInjection] Add
#[AutowireMethodOf]
attribute to autowire a method of a service as a callable (@nicolas-grekas) - feature symfony/symfony#50745 [DependencyInjection] Add
CheckAliasValidityPass
to check interface compatibility (@n-valverde) - feature symfony/symfony#52922 [DependencyInjection] Add Lazy attribute for classes and arguments (@Tiriel)
- feature symfony/symfony#53163 [Contracts][DependencyInjection] Add
ServiceCollectionInterface
(@kbond) - feature symfony/symfony#52948 Use faster hashing algorithms when possible (@javiereguiluz)
- feature symfony/symfony#52636 [DependencyInjection] Prepend extension config with
ContainerConfigurator
(@yceruto) - feature symfony/symfony#52369 [DependencyInjection] Add
urlencode
function toEnvVarProcessor
(@crtl)
v7.0.7
Changelog (v7.0.6...v7.0.7)
- no significant changes
v6.4.7
Changelog (v6.4.6...v6.4.7)
- no significant changes
v5.4.39
Changelog (v5.4.38...v5.4.39)
- no significant changes
v7.0.6
Changelog (v7.0.5...v7.0.6)
- bug symfony/symfony#54273 [DependencyInjection] fix XmlDumper when a tag contains also a 'name' property (@lyrixx)
v6.4.6
Changelog (v6.4.5...v6.4.6)
- bug symfony/symfony#54273 [DependencyInjection] fix XmlDumper when a tag contains also a 'name' property (@lyrixx)
v5.4.38
Changelog (v5.4.37...v5.4.38)
- no significant changes