v1.1.1 (2019-02-13)
Bug Fixes
- Fixed a problem when
stripmethod was called on anilclass when expected output wasnil.- Commits: @b25153e9
Other Changes
- Don't let worker update submission's
finished_atattribute if it already exists. This allows Judge0 API administrators to manually rerun submissions from command line and preserve initial timestamps if some unexpected error occured.- Commits: @b25153e9
Deployment Procedure
- Install Docker and Docker Compose.
- Download and extract release archive:
wget https://github.com/judge0/api/releases/download/v1.1.1/judge0-api-v1.1.1.zip
unzip judge0-api-v1.1.1.zip
- Run all services and wait few seconds until everything is initialized:
cd judge0-api-v1.1.1
docker-compose up -d
sleep 10s
- Your instance of Judge0 API v1.1.1 is now available at
http://<IP OF YOUR SERVER>:3000.