Releases: ekino/spring-boot-starter-errors
Releases · ekino/spring-boot-starter-errors
3.0.0
2.2.0
fix: map BadCredentialsException to an unauthorized status
2.1.1
Fix for Spring Boot 2.2.5: modify HttpMessageNotReadableException handling to HttpMessageConvertionException
2.1.0
This release contains only technical changes:
- Kotlin 1.3.70
- Gradle 6.2.2
2.0.0
Spring Boot 2.2 is now required.
1.2.0
Feature
- Handle spring security request rejected exception
Chore
- Migrate to Github Actions
- Migrate to Gradle 6
1.1.0
Feature
Add timestamp to generated json
1.0.3
Features :
- Handle
MissingServletRequestParameterException
as bad request (highly unlikely breaking change)
Chores :
- Upgrade to Gradle 5.6.1
- Upgrade to Kotlin 1.3.50
- Migrate tests to JCV
1.0.2
- Fix Github assets deployment
- Fix documentation generation
1.0.1
Minor improvements to the release process.