Files
iTop/lib/symfony/error-handler/CHANGELOG.md
bdalsass 27ce51ab07 N°6934 - Symfony 6.4 - upgrade Symfony bundles to 6.4 (#580)
* Update Symfony lib to version ~6.4.0
* Update code missing return type
* Add an iTop general configuration entry to store application secret (Symfony mandatory parameter)
* Use dependency injection in ExceptionListener & UserProvider classes
2023-12-05 13:56:56 +01:00

936 B

CHANGELOG

6.4

  • FlattenExceptionNormalizer no longer implements ContextAwareNormalizerInterface

6.3

  • Display exception properties in the HTML error page

6.1

  • Report overridden @final constants and properties
  • Read environment variable SYMFONY_IDE to configure file link format

5.4

  • Make DebugClassLoader trigger deprecation notices on missing return types
  • Add SYMFONY_PATCH_TYPE_DECLARATIONS='force=2' mode to DebugClassLoader to turn annotations into native return types

5.2.0

  • added the ability to set HtmlErrorRenderer::$template to a custom template to render when not in debug mode.

5.1.0

  • The HtmlErrorRenderer and SerializerErrorRenderer add X-Debug-Exception and X-Debug-Exception-File headers in debug mode.

4.4.0

  • added the component
  • added ErrorHandler::call() method utility to turn any PHP error into \ErrorException