Releases: coding-eval-platform/evaluations-service
1.0.1-RELEASE
Change version to 1.0.1-RELEASE
1.0.0-RELEASE
Change version to 1.0.0-RELEASE
0.3.0-RELEASE
This release fixes the following issues:
https://github.com/coding-eval-platform/evaluations-service/milestone/4?closed=1
The main change is the adoption of the new executor's service protocol, allowing to send stdin and compiler flags, and receiving the exit code, the stdout and the stderr, for all kind of execution results.
0.2.2-RELEASE
This release fixes the following issues:
https://github.com/coding-eval-platform/evaluations-service/milestone/7?closed=1
The main changes are related to bugs introduced in the previous versions, and stuff that was missing (scoring of submissions and submitting unplaced solutions when an exam was finished)
0.2.1-RELEASE
This release fixes the following issues:
https://github.com/coding-eval-platform/evaluations-service/milestone/6?closed=1
0.2.0-RELEASE
This release fixes the following issues:
https://github.com/coding-eval-platform/evaluations-service/milestone/3?closed=1
0.1.0-RELEASE
This release fixes the following issues:
https://github.com/coding-eval-platform/evaluations-service/milestone/2?closed=1
Main changes
- Integration with Executor Service
- Add
Language
support forExercises
- Add
timeout
support forTestCases
0.0.2-RELEASE
This release includes Docker from Maven, and CircleCI integration
0.0.1-RELEASE
This release includes the initial project with basic features.
See https://github.com/coding-eval-platform/evaluations-service/milestone/1?closed=1 for more information