DoctrineDbalAdapternow takes an optional$isSameDatabaseparameter
- Return int or false from
SignalableCommandInterface::handleSignal()instead of void and add a second argument$previousExitCode
- Deprecate
PhpDumperoptionsinline_factories_parameterandinline_class_loader_parameter, useinline_factoriesandinline_class_loaderinstead - Deprecate undefined and numeric keys with
service_locatorconfig, use string aliases instead - Deprecate
#[MapDecorated], use#[AutowireDecorated]instead - Deprecate the
@requiredannotation, use theSymfony\Contracts\Service\Attribute\Requiredattribute instead
- Deprecate passing Doctrine subscribers to
ContainerAwareEventManagerclass, use listeners instead - Deprecate
DoctrineDbalCacheAdapterSchemaSubscriberin favor ofDoctrineDbalCacheAdapterSchemaListener - Deprecate
MessengerTransportDoctrineSchemaSubscriberin favor ofMessengerTransportDoctrineSchemaListener - Deprecate
RememberMeTokenProviderDoctrineSchemaSubscriberin favor ofRememberMeTokenProviderDoctrineSchemaListener DoctrineTransportnow takes an optional$isSameDatabaseparameterDoctrineTokenProvidernow takes an optional$isSameDatabaseparameter
- Deprecate not configuring the "widget" option of date/time form types, it will default to "single_text" in v7
-
Deprecate
framework:exceptionstag, unwrap it and replaceframework:exceptiontags'nameattribute byclassBefore:
<!-- config/packages/framework.xml --> <framework:config> <framework:exceptions> <framework:exception name="Symfony\Component\HttpKernel\Exception\BadRequestHttpException" log-level="info" status-code="422" /> </framework:exceptions> </framework:config>
After:
<!-- config/packages/framework.xml --> <framework:config> <framework:exception class="Symfony\Component\HttpKernel\Exception\BadRequestHttpException" log-level="info" status-code="422" /> </framework:config>
- Deprecate the
notifier.logger_notification_listenerservice, use thenotifier.notification_logger_listenerservice instead - Deprecate the
Http\Client\HttpClientservice, usePsr\Http\Client\ClientInterfaceinstead
- The minimum TLS version now defaults to v1.2; use the
crypto_methodoption if you need to connect to servers that don't support it - The default user agents have been renamed from
Symfony HttpClient/Amp,Symfony HttpClient/CurlandSymfony HttpClient/NativetoSymfony HttpClient (Amp),Symfony HttpClient (Curl)andSymfony HttpClient (Native)respectively to comply with the RFC 9110 specification
Response::sendHeaders()now takes an optional$statusCodeparameter
- Deprecate conversion of invalid values in
ParameterBag::getInt()andParameterBag::getBoolean() - Deprecate ignoring invalid values when using
ParameterBag::filter(), unless flagFILTER_NULL_ON_FAILUREis set
- Deprecate parameters
container.dumper.inline_factoriesandcontainer.dumper.inline_class_loader, use.container.dumper.inline_factoriesand.container.dumper.inline_class_loaderinstead
- Deprecate the
gcProbablityoption to fix a typo in its name, use thegcProbabilityoption instead
- Deprecate
Symfony\Component\Messenger\Transport\InMemoryTransportandSymfony\Component\Messenger\Transport\InMemoryTransportFactoryin favor ofSymfony\Component\Messenger\Transport\InMemory\InMemoryTransportandSymfony\Component\Messenger\Transport\InMemory\InMemoryTransportFactory - Deprecate
StopWorkerOnSigtermSignalListenerin favor ofStopWorkerOnSignalsListener
- [BC BREAK] The following data providers for
TransportTestCaseare now static:toStringProvider(),supportedMessagesProvider()andunsupportedMessagesProvider() - [BC BREAK] The
TransportTestCase::createTransport()method is now static
- Deprecate passing a secret as the 2nd argument to the constructor of
Symfony\Component\Security\Http\RememberMe\PersistentRememberMeHandler
- Deprecate enabling bundle and not configuring it
- Deprecate the
security.firewalls.logout.csrf_token_generatorconfig option, usesecurity.firewalls.logout.csrf_token_managerinstead
- Implementing the
ConstraintViolationInterfacewithout implementing thegetConstraint()method is deprecated
- Deprecate
CacheableSupportsMethodInterfacein favor of the newgetSupportedTypes(?string $format)methods - The following Normalizer classes will become final in 7.0:
ConstraintViolationListNormalizerCustomNormalizerDataUriNormalizerDateIntervalNormalizerDateTimeNormalizerDateTimeZoneNormalizerGetSetMethodNormalizerJsonSerializableNormalizerObjectNormalizerPropertyNormalizer