Releases: spryker/error-handler
Releases · spryker/error-handler
Release list
2.15.1
2.15.0
Included commits: 2.14.1...2.15.0
Improvements
- Adjusted
ErrorHandlerEnvironmentto 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
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
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
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
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
Included commits: 2.11.0...2.11.1
Fixes
- Adjusted
SubRequestExceptionHandlerPluginand controllers to provide an exception in request attributes.
2.11.0
Included commits: 2.10.1...2.11.0
Fixes
- Adjusted
ErrorHandlerto set a 404 status code for the rendering if the exception thrown has a 404 code.
2.10.1
Included commits: 2.10.0...2.10.1
Fixes
- Adjusted
ErrorHandlerApplicationPlugin::provide()to log an error and send it to monitoring service before execution ofregisterPrettyErrorHandler.