Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 900 Bytes

UPGRADE-6.2.md

File metadata and controls

26 lines (18 loc) · 900 Bytes

UPGRADE FROM 6.1 to 6.2

FrameworkBundle

  • Deprecate the Symfony\Component\Serializer\Normalizer\ObjectNormalizer and Symfony\Component\Serializer\Normalizer\PropertyNormalizer autowiring aliases, type-hint against Symfony\Component\Serializer\Normalizer\NormalizerInterface or implement NormalizerAwareInterface instead

Mailer

  • Deprecate the OhMySMTP transport, use MailPace instead

Security

  • 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, use Symfony\Bundle\SecurityBundle\Security\Security instead

Validator

  • Deprecate the loose e-mail validation mode, use html5 instead