Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Latest commit

 

History

History
6 lines (5 loc) · 386 Bytes

UPGRADE-3.0.md

File metadata and controls

6 lines (5 loc) · 386 Bytes

Upgrade 2.x to 3.0

Changes

A new error handler has been added for handling Symfony validation errors. The default error handler is now set to Fusonic\HttpKernelExtensions\ErrorHandler\ConstraintViolationErrorHandler. If you do not need this behaviour, you should use your own implementation and inject that into the Fusonic\HttpKernelExtensions\Controller\RequestDtoResolver.