- 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 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
- Deprecate the
loose
e-mail validation mode, usehtml5
instead