Skip to content

Releases: krivolapovdev/code-output-quiz

Release 1.0.5

23 Aug 00:11
Compare
Choose a tag to compare

Fixed

  • Updated refresh token endpoint in API base (frontend).
  • Updated refresh token endpoint in CookieService and related tests (backend).

Changed

  • Bumped actions/setup-java from 4 to 5.

Release 1.0.4

21 Aug 20:06
Compare
Choose a tag to compare

Added

  • Persist quiz preferences on the frontend.

Fixed

  • Added unique constraint on quiz_answer_choices(quiz_id, text) to prevent duplicate answers.

Release 1.0.3

19 Aug 23:06
Compare
Choose a tag to compare

Changed

  • Updated default difficulty level in quiz store to ADVANCED.

Added

  • Added foreign key constraint to solved_quizzes.quiz_id referencing quizzes(id) with
    ON DELETE CASCADE.

Release 1.0.2

11 Aug 16:19
Compare
Choose a tag to compare

Added

  • Nginx configuration updated to support additional server_name addresses:
    www.code-output-quiz.ru and grafana.code-output-quiz.ru.

Release 1.0.1

09 Aug 20:07
Compare
Choose a tag to compare

Changed

  • Improved scheduler to handle all errors gracefully and ensure continuous execution.
  • Updated generateNewQuizzes to use delayElement for consistent delay after each iteration.
  • Refactored scheduler start method to simplify retry logic and add safer error handling.

Release 1.0.0

09 Aug 17:05
Compare
Choose a tag to compare

Added

  • Added basic functionality.
  • Automatic publication of a release from CHANGELOG.md .