Releases: symfony/config
Releases · symfony/config
v8.0.0-BETA2
Changelog (v8.0.0-BETA1...v8.0.0-BETA2)
- bug symfony/symfony#62267 [Config] Use the empty string instead of null as an array offset (@santysisi)
v7.4.0-BETA2
Changelog (v7.4.0-BETA1...v7.4.0-BETA2)
- bug symfony/symfony#62267 [Config] Use the empty string instead of null as an array offset (@santysisi)
v8.0.0-BETA1
Changelog (v7.3.4...v8.0.0-BETA1)
- feature symfony/symfony#62113 [Config][DependencyInjection] Remove support for the fluent PHP config format (@nicolas-grekas)
- feature symfony/symfony#62135 [Config] Deprecate config builder generators (@nicolas-grekas)
- feature symfony/symfony#62129 [FrameworkBundle] Auto-generate
config/reference.phpto assist in writing and discovering app's configuration (@nicolas-grekas) - feature symfony/symfony#62109 [Config] Ensure configuration nodes do not have both
isRequired()anddefaultValue()(@GromNaN) - feature symfony/symfony#62092 [Config][DependencyInjection] Deprecate the fluent PHP format for semantic configuration (@nicolas-grekas)
- feature symfony/symfony#62090 [Config] Deprecate setting a default value to a node that is required (@GromNaN)
- feature symfony/symfony#61989 [Config][DependencyInjection][Routing] remove ability to access $this and the loader's internal state (@xabbuh)
- feature symfony/symfony#61919 [DependencyInjection] Deprecate
ExtensionInterface::getXsdValidationBasePath()andgetNamespace()(@nicolas-grekas) - feature symfony/symfony#61894 [DependencyInjection][Routing] Handle declaring services and routes using PHP arrays that follow the same shape as corresponding yaml files (@nicolas-grekas)
- feature symfony/symfony#61860 [Config][DependencyInjection][Routing] Deprecate using
$thisor the internal scope of the loader from PHP config files (@nicolas-grekas) - feature symfony/symfony#51273 [Config] Add
ArrayNodeDefinition::acceptAndWrap()to list alternative types that should be accepted and wrapped in an array (@nicolas-grekas) - feature symfony/symfony#61718 [Config] Add argument
$singulartoNodeBuilder::arrayNode()to decouple plurals/singulars from XML (@nicolas-grekas) - feature symfony/symfony#61187 Declare new parameters on interfaces and methods explicitly (@nicolas-grekas)
- feature symfony/symfony#61127 [Cache] Add
TagAwareAdapterInterfacetoNullAdapter(@a.dmitryuk) - feature symfony/symfony#60639 Bump Symfony 8 to PHP >= 8.4 (@nicolas-grekas)
v7.4.0-BETA1
Changelog (v7.3.4...v7.4.0-BETA1)
- feature symfony/symfony#62135 [Config] Deprecate config builder generators (@nicolas-grekas)
- feature symfony/symfony#62129 [FrameworkBundle] Auto-generate
config/reference.phpto assist in writing and discovering app's configuration (@nicolas-grekas) - feature symfony/symfony#62092 [Config][DependencyInjection] Deprecate the fluent PHP format for semantic configuration (@nicolas-grekas)
- feature symfony/symfony#62090 [Config] Deprecate setting a default value to a node that is required (@GromNaN)
- feature symfony/symfony#61919 [DependencyInjection] Deprecate
ExtensionInterface::getXsdValidationBasePath()andgetNamespace()(@nicolas-grekas) - feature symfony/symfony#61894 [DependencyInjection][Routing] Handle declaring services and routes using PHP arrays that follow the same shape as corresponding yaml files (@nicolas-grekas)
- feature symfony/symfony#61860 [Config][DependencyInjection][Routing] Deprecate using
$thisor the internal scope of the loader from PHP config files (@nicolas-grekas) - feature symfony/symfony#51273 [Config] Add
ArrayNodeDefinition::acceptAndWrap()to list alternative types that should be accepted and wrapped in an array (@nicolas-grekas) - feature symfony/symfony#61718 [Config] Add argument
$singulartoNodeBuilder::arrayNode()to decouple plurals/singulars from XML (@nicolas-grekas) - feature symfony/symfony#61127 [Cache] Add
TagAwareAdapterInterfacetoNullAdapter(@a.dmitryuk)
v7.3.4
Changelog (v7.3.3...v7.3.4)
- bug symfony/symfony#61808 [Config] Fix incorrect serialized data mangling (@aboks)
- bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (@nicolas-grekas)
- bug symfony/symfony#61714 [SecurityBundle] Fix semantic configuration for singulars/plurals in XML (@nicolas-grekas)
- bug symfony/symfony#61667 [Config] Fix
GlobResourcepattern with trailing slash (@HypeMC) - bug symfony/symfony#61607 [Config] Fix
ReflectionClassResourcehash validation (@HypeMC)
v6.4.26
Changelog (v6.4.25...v6.4.26)
- bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (@nicolas-grekas)
- bug symfony/symfony#61667 [Config] Fix
GlobResourcepattern with trailing slash (@HypeMC)
v7.3.2
Changelog (v7.3.1...v7.3.2)
- bug symfony/symfony#58995 [Config] Do not generate unreachable configuration paths (@bobvandevijver)
- bug symfony/symfony#61079 [Config] Fix support for attributes on class constants and enum cases (@ruudk)
v7.2.9
Changelog (v7.2.8...v7.2.9)
- bug symfony/symfony#58995 [Config] Do not generate unreachable configuration paths (@bobvandevijver)
- bug symfony/symfony#61079 [Config] Fix support for attributes on class constants and enum cases (@ruudk)
v6.4.24
Changelog (v6.4.23...v6.4.24)
- bug symfony/symfony#58995 [Config] Do not generate unreachable configuration paths (@bobvandevijver)
- bug symfony/symfony#61079 [Config] Fix support for attributes on class constants and enum cases (@ruudk)
v7.3.0
Changelog (v7.3.0-RC1...v7.3.0)
- no significant changes