- Deprecate the
Symfony\Component\Serializer\Normalizer\ObjectNormalizerandSymfony\Component\Serializer\Normalizer\PropertyNormalizerautowiring aliases, type-hint againstSymfony\Component\Serializer\Normalizer\NormalizerInterfaceor implementNormalizerAwareInterfaceinstead - Deprecate
AbstractController::renderForm(), userender()instead
- Deprecate
Request::getContentType(), useRequest::getContentTypeFormat()instead
- Deprecate
{username}parameter use in favour of{user_identifier}
- Deprecate the
OhMySMTPtransport, useMailPaceinstead
- Add maximum username length enforcement of 4096 characters in
UserBadgeto prevent session storage flooding - Deprecate the
Symfony\Component\Security\Core\Securityclass and service, useSymfony\Bundle\SecurityBundle\Security\Securityinstead - Passing empty username or password parameter when using
JsonLoginAuthenticatoris not supported anymore - Add
$lifetimeparameter toLoginLinkHandlerInterface::createLoginLink()
- Deprecate the
loosee-mail validation mode, usehtml5instead