Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork93
Releases: symfony/dependency-injection
v8.0.0-BETA2
Changelog (v8.0.0-BETA1...v8.0.0-BETA2)
- no significant changes
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v7.4.0-BETA2
Changelog (v7.4.0-BETA1...v7.4.0-BETA2)
- no significant changes
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v8.0.0-BETA1
Changelog (v7.3.4...v8.0.0-BETA1)
- featuresymfony/symfony#62113 [Config][DependencyInjection] Remove support for the fluent PHP config format (@nicolas-grekas)
- featuresymfony/symfony#62129 [FrameworkBundle] Auto-generate
config/reference.phpto assist in writing and discovering app's configuration (@nicolas-grekas) - featuresymfony/symfony#62092 [Config][DependencyInjection] Deprecate the fluent PHP format for semantic configuration (@nicolas-grekas)
- featuresymfony/symfony#61490 [DependencyInjection][Routing] Define array-shapes to help writing PHP configs using yaml-like arrays (@nicolas-grekas)
- featuresymfony/symfony#61989 [Config][DependencyInjection][Routing] remove ability to access $this and the loader's internal state (@xabbuh)
- featuresymfony/symfony#61986 [DependencyInjection] remove getNamespace() and getXsdValidationBasePath() from ExtensionInterface (@xabbuh)
- featuresymfony/symfony#61930 [DependencyInjection][Routing] Remove support for the XML configuration format (@nicolas-grekas)
- featuresymfony/symfony#61919 [DependencyInjection] Deprecate
ExtensionInterface::getXsdValidationBasePath()andgetNamespace()(@nicolas-grekas) - featuresymfony/symfony#60568 [DependencyInjection][Routing] Deprecate XML configuration format (@MatTheCat)
- featuresymfony/symfony#61894 [DependencyInjection][Routing] Handle declaring services and routes using PHP arrays that follow the same shape as corresponding yaml files (@nicolas-grekas)
- featuresymfony/symfony#61860 [Config][DependencyInjection][Routing] Deprecate using
$thisor the internal scope of the loader from PHP config files (@nicolas-grekas) - featuresymfony/symfony#61885 [DependencyInjection] Handle returning arrays and config-builders from config files (@nicolas-grekas)
- featuresymfony/symfony#61656 [DependencyInjection] Allow
Class::function(...)andglobal_function(...)closures in PHP DSL for factories (@GromNaN) - featuresymfony/symfony#61575 [DependencyInjection] Allow multiple
#[AsDecorator]attributes (@Jean-Beru) - featuresymfony/symfony#61578 [DependencyInjection] Parse attributes found on abstract classes for resource definitions (@nicolas-grekas)
- featuresymfony/symfony#61536 [DependencyInjection] Allow adding resource tags using any config formats (@nicolas-grekas)
- featuresymfony/symfony#61541 [DependencyInjection] throw when a service's id a non-existing FQCN (@xabbuh)
- featuresymfony/symfony#61282 [DependencyInjection][Routing] Add JSON schema for validating and autocompleting YAML config files (@nicolas-grekas)
- featuresymfony/symfony#61270 [DependencyInjection] Deprecate registering a service without a class when its id is a non-existing FQCN (@nicolas-grekas)
- featuresymfony/symfony#61187 Declare new parameters on interfaces and methods explicitly (@nicolas-grekas)
- featuresymfony/symfony#61179 [DependencyInjection] Remove
!taggedtag, use!tagged_iteratorinstead (@nicolas-grekas) - featuresymfony/symfony#60910 [DependencyInjection] Add argument
$targettoContainerBuilder::registerAliasForArgument()(@nicolas-grekas) - featuresymfony/symfony#60597 [DependencyInjection][FrameworkBundle] Use php-serialize to dump the container for debug/lint commands (@nicolas-grekas)
- featuresymfony/symfony#60844 [DependencyInjection] Remove deprecated
ContainerBuilder::getAutoconfiguredAttributes()(@GromNaN) - featuresymfony/symfony#60845 [DependencyInjection] Remove
#[TaggedIterator]and#[TaggedLocator]attributes (@GromNaN) - featuresymfony/symfony#60819 [DependencyInjection] Allow extending
#[AsAlias]attribute (@ruudk) - featuresymfony/symfony#60697 Enforce return types on all components (@nicolas-grekas)
- featuresymfony/symfony#60639 Bump Symfony 8 to PHP >= 8.4 (@nicolas-grekas)
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v7.4.0-BETA1
Changelog (v7.3.4...v7.4.0-BETA1)
- featuresymfony/symfony#62129 [FrameworkBundle] Auto-generate
config/reference.phpto assist in writing and discovering app's configuration (@nicolas-grekas) - featuresymfony/symfony#62092 [Config][DependencyInjection] Deprecate the fluent PHP format for semantic configuration (@nicolas-grekas)
- featuresymfony/symfony#61490 [DependencyInjection][Routing] Define array-shapes to help writing PHP configs using yaml-like arrays (@nicolas-grekas)
- featuresymfony/symfony#61919 [DependencyInjection] Deprecate
ExtensionInterface::getXsdValidationBasePath()andgetNamespace()(@nicolas-grekas) - featuresymfony/symfony#60568 [DependencyInjection][Routing] Deprecate XML configuration format (@MatTheCat)
- featuresymfony/symfony#61894 [DependencyInjection][Routing] Handle declaring services and routes using PHP arrays that follow the same shape as corresponding yaml files (@nicolas-grekas)
- featuresymfony/symfony#61860 [Config][DependencyInjection][Routing] Deprecate using
$thisor the internal scope of the loader from PHP config files (@nicolas-grekas) - featuresymfony/symfony#61885 [DependencyInjection] Handle returning arrays and config-builders from config files (@nicolas-grekas)
- featuresymfony/symfony#61656 [DependencyInjection] Allow
Class::function(...)andglobal_function(...)closures in PHP DSL for factories (@GromNaN) - featuresymfony/symfony#61575 [DependencyInjection] Allow multiple
#[AsDecorator]attributes (@Jean-Beru) - featuresymfony/symfony#61578 [DependencyInjection] Parse attributes found on abstract classes for resource definitions (@nicolas-grekas)
- featuresymfony/symfony#61536 [DependencyInjection] Allow adding resource tags using any config formats (@nicolas-grekas)
- featuresymfony/symfony#61282 [DependencyInjection][Routing] Add JSON schema for validating and autocompleting YAML config files (@nicolas-grekas)
- featuresymfony/symfony#61270 [DependencyInjection] Deprecate registering a service without a class when its id is a non-existing FQCN (@nicolas-grekas)
- featuresymfony/symfony#60910 [DependencyInjection] Add argument
$targettoContainerBuilder::registerAliasForArgument()(@nicolas-grekas) - featuresymfony/symfony#60597 [DependencyInjection][FrameworkBundle] Use php-serialize to dump the container for debug/lint commands (@nicolas-grekas)
- featuresymfony/symfony#60819 [DependencyInjection] Allow extending
#[AsAlias]attribute (@ruudk)
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v7.3.4
Changelog (v7.3.3...v7.3.4)
- bugsymfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (@nicolas-grekas)
- bugsymfony/symfony#61615 [DependencyInjection] Fix optimizing ClassExistenceResource (@nicolas-grekas)
- bugsymfony/symfony#60766 [DependencyInjection] Respect original service class when a proxy is defined (@lyrixx)
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v6.4.26
Changelog (v6.4.25...v6.4.26)
- bugsymfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (@nicolas-grekas)
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v7.3.3
Changelog (v7.3.2...v7.3.3)
- bugsymfony/symfony#61411 [DependencyInjection] Don’t autowire excluded services (@MatTheCat)
- bugsymfony/symfony#61402 Remove calls to deprecated methods of SplObjectStorage (@nicolas-grekas)
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v6.4.25
Changelog (v6.4.24...v6.4.25)
- bugsymfony/symfony#61402 Remove calls to deprecated methods of SplObjectStorage (@nicolas-grekas)
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v7.3.2
Changelog (v7.3.1...v7.3.2)
- bugsymfony/symfony#61276 [DependencyInjection] Escape parameters before resolving env placeholders (@MatTheCat)
- bugsymfony/symfony#61121 [DependencyInjection] Fix proxying services defined with an abstract class and a factory (@nicolas-grekas)
- bugsymfony/symfony#61106 Fix
@varphpdoc (@fabpot)
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v7.2.9
Changelog (v7.2.8...v7.2.9)
- bugsymfony/symfony#61276 [DependencyInjection] Escape parameters before resolving env placeholders (@MatTheCat)
- bugsymfony/symfony#61106 Fix
@varphpdoc (@fabpot)
Assets2
Uh oh!
There was an error while loading.Please reload this page.