Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 972 Bytes

UPGRADE-6.2.md

File metadata and controls

27 lines (19 loc) · 972 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
  • Deprecate AbstractController::renderForm(), use render() 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