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
SolverService
with method selection logic - Reorganized
ApplicationProcessingService
for clearer async flow - Introduced
NotFoundException
for missing resources - Replaced
SolverException
where 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
DBService
queries 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!