Skip to content

Releases: dmitryesin/diffy-bot

v0.1.2-alpha

27 Jun 10:41
35c1589
Compare
Choose a tag to compare
v0.1.2-alpha Pre-release
Pre-release

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

31 May 19:22
479e70d
Compare
Choose a tag to compare
v0.1.1-alpha Pre-release
Pre-release

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

26 May 08:30
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

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!