- Deprecate the
Symfony\Component\Serializer\Normalizer\ObjectNormalizer
andSymfony\Component\Serializer\Normalizer\PropertyNormalizer
autowiring aliases, type-hint againstSymfony\Component\Serializer\Normalizer\NormalizerInterface
or implementNormalizerAwareInterface
instead - Deprecate
AbstractController::renderForm()
, userender()
instead
- Deprecate
Request::getContentType()
, useRequest::getContentTypeFormat()
instead
- Deprecate
{username}
parameter use in favour of{user_identifier}
- Deprecate the
OhMySMTP
transport, useMailPace
instead
- Add maximum username length enforcement of 4096 characters in
UserBadge
to prevent session storage flooding - Deprecate the
Symfony\Component\Security\Core\Security
class and service, useSymfony\Bundle\SecurityBundle\Security\Security
instead - Passing empty username or password parameter when using
JsonLoginAuthenticator
is not supported anymore - Add
$lifetime
parameter toLoginLinkHandlerInterface::createLoginLink()
- Deprecate the
loose
e-mail validation mode, usehtml5
instead