Releases: dmitryesin/diffy-bot
Releases · dmitryesin/diffy-bot
v0.1.2-alpha
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
v0.1.1-alpha
What's Changed
- Refactor result retrieval, unify solution logic, and improve Docker deployment workflow in #11
- Small bugfixes and minor improvements
Full Changelog: v0.1.0-alpha...v0.1.1-alpha
v0.1.0-alpha
This is the first alpha release of the project. This version is intended for early testing and feedback. Feel free to report issues or suggest improvements!