This repository has been archived by the owner on Apr 21, 2023. It is now read-only.
Releases: alimate/errors-spring-boot-starter
Releases · alimate/errors-spring-boot-starter
Release 1.4.0
- Supporting Error Fingerprinting (See here)
- Supporting Named Message Interpolation (See here)
- Handling Type Mismatches
- Exposing Error Arguments (See here)
- Executing Post Processing Actions after Handling Errors (See here)
- A few bugfixes
See the milestone for more details.
Release 1.3.0
- Adding Support for Centralized Logging
- Supporting the Reactive Web
- Encapsulate more information into
HttpError
- Handling the
ResponseStatusException
s - Dependency Upgrade
- Fixed the Duplicate Key exception bug thrown when two of the same error is reported inside a list
Version 1.2.0
- Adding support for
ConstraintViolationException
s - Adding support for new servlet exceptions defined in Spring Framework 5.1:
MissingRequestHeaderException
MissingRequestCookieException
MissingMatrixVariableException
- Adding support for Spring Boot 2.1.0
- Java 11
Version 1.1.0
Release 1.1.0 [ci skip] Signed-off-by: Ali Dehghani <[email protected]>
Version 1.0.0
Preparing for Maven Central (#9) * Licensed under Apache 2.0 license * Added basic info to pom.xml * Updating the README * Added javadoc plugin * Preparing for maven deployment * Sign artifacts on deploy * Put signing into a separate profile * Added the markdown! * Upgrade to Spring Boot 2.0.5. * Added a maven central badge