Changelog (v6.3.6...v6.4.0-BETA1)
- feature symfony/symfony#52079 [HttpKernel] Add parameters
kernel.runtime_mode
andkernel.runtime_mode.*
, all set from env varAPP_RUNTIME_MODE
(@nicolas-grekas) - feature symfony/symfony#51832 [DependencyInjection] Add
#[AutowireIterator]
attribute and improve#[AutowireLocator]
(@nicolas-grekas, @kbond) - feature symfony/symfony#51712 Deprecate
Kernel::stripComments()
(@alamirault) - feature symfony/symfony#51392 [DependencyInjection] add
#[AutowireLocator]
attribute (@kbond) - feature symfony/symfony#50718 [DependencyInjection] Improve reporting named autowiring aliases (@nicolas-grekas)
- feature symfony/symfony#50842 Add missing return types to magic methods (@wouterj)
- feature symfony/symfony#50791 [DependencyInjection] Add
defined
prefix for env var processor (@GaryPEGEOT) - feature symfony/symfony#50615 [DependencyInjection] Deprecate
ContainerAwareInterface
,ContainerAwareTrait
andContainerAwareLoader
(@alexandre-daubois)