v0.1.2-alpha
Pre-release
Pre-release
What's Changed
Refactor services and unify backend–bot integration
- Switched to async processing in
SolverServicewith method selection logic - Reorganized
ApplicationProcessingServicefor clearer async flow - Introduced
NotFoundExceptionfor missing resources - Replaced
SolverExceptionwhere appropriate - Added centralized exception handling in
GlobalExceptionHandler - Updated routing in
SolverController, including parameter types (e.g.Integer → Long) - Improved logging and error responses
- Changed column types and added constraints in
schema.sql - Updated
DBServicequeries for history filtering and limiting - Adjusted
Dockerfile, versioning, and jar paths - Made log directory path relative in
logback-spring.xml - Synced API usage with updated backend routes and parameters
- Minor formatting/styling improvements
Full Changelog: v0.1.1-alpha...v0.1.2-alpha