Skip to content

Releases: spryker/error-handler

2.15.1

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 21 Aug 16:46

Included commits: 2.15.0...2.15.1

Improvements

  • Added PHP 8.5 Support.

2.15.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 06 Jul 13:53

Included commits: 2.14.1...2.15.0

Improvements

  • Adjusted ErrorHandlerEnvironment to honour the @ error suppression operator, preventing intermittent 500 errors (e.g., mkdir(): File exists) caused by suppressed PHP errors being re-thrown as exceptions.

2.14.1

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 24 Feb 16:22

Included commits: 2.14.0...2.14.1

Fixes

  • Adjusted the Zed error page to use inline styles with an embedded base64 background image, removing the dependency on externally built CSS assets to ensure the MP error page always renders correctly.

2.14.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 20 Feb 15:27

Included commits: 2.13.0...2.14.0

Fixes

  • Fixed error page rendering to display 404 and other HTTP error pages correctly by using direct Twig rendering instead of sub-request handling.

Breaking Changes

  • ErrorController::error404Action() is not executed anymore, which may be a breaking change for projects that implement custom logic in this controller.

2.13.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 16 Feb 12:57

Included commits: 2.12.0...2.13.0

Improvements

  • Added default error handlers for 400-500 HTTP errors to provide consistent error responses across the application.

2.12.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 02 Feb 12:12

Included commits: 2.11.1...2.12.0

Improvements

  • Introduced enhanced 404 error page styling with background image, custom fonts, and action buttons to improve back office user experience.
  • Added translation support for 404 error messages with explanatory text and navigation options to help users understand the error and navigate back.

2.11.1

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 04 Nov 15:31

Included commits: 2.11.0...2.11.1

Fixes

  • Adjusted SubRequestExceptionHandlerPlugin and controllers to provide an exception in request attributes.

2.11.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 18 Dec 11:11

Included commits: 2.10.1...2.11.0

Fixes

  • Adjusted ErrorHandler to set a 404 status code for the rendering if the exception thrown has a 404 code.

2.10.1

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 13 Dec 10:41

Included commits: 2.10.0...2.10.1

Fixes

  • Adjusted ErrorHandlerApplicationPlugin::provide() to log an error and send it to monitoring service before execution of registerPrettyErrorHandler.

2.10.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 05 Nov 16:33

Included commits: 2.9.0...2.10.0

Improvements

  • Added PHPUnit 11 support.