3.2.0
Consistent API Error Responses
All API error responses now have a consistent format:
{
"status": 400,
"message": "a message"
}
OpenAPI Specification
The OpenAPI Specification is now attached as an release asset.
Dependency Updates
- Updated Quarkus to 3.11.0
- Updated Bouncy Castle to 1.78.1
- Updated AssertJ to 3.26.0
- Updated ArchUnit to 1.3.0