Skip to content

v0.1.2-alpha

Pre-release
Pre-release

Choose a tag to compare

@dmitryesin dmitryesin released this 27 Jun 10:41
· 9 commits to main since this release
35c1589

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