Skip to content

v2.0.1

Compare
Choose a tag to compare
@fushar fushar released this 25 Jun 14:07
· 290 commits to master since this release
891e553

Judgels server

Breaking changes

  • Removed unused POST /api/v2/contests/import and POST /api/v2/contests/export endpoints (#456, #457).
  • Removed unused POST /api/v2/profiles endpoint (#462).

Enhancements

  • Removed premature caching optimizations (#454).

Bugfixes

  • Fixed hack where we cannot infer https for showing media files from problem statement, and thus hard-coding https for non-localhost deployment (#461).

For developers

  • Decoupled Dropwizard resources from JAX-RS contract interfaces (#458, #459).
  • Use @DefaultValue annotations in resources (#460).
  • Don't return Optional<> from update operations in store layer (#455).
  • UserClient => JophielClient. ProblemClient, LessonClient => SandalphonClient. ContestClient => UrielClient (#464).