v1.1.3 (2019-02-15)
Improvements
- Improved cleanup of sandbox by deleting stdin, stdout, stderr and meta file before running isolate cleanup.
- Commits: @1dcfaf98
Bug Fixes
- Fixed problem with compile output that contained invalid byte sequence in UTF-8.
- Commits: @37d46b14
- Fixed problem with submissions not changing their post-run attributes after rerun if compile error occured.
- Commits: @37d46b14
Deployment Procedure
- Install Docker and Docker Compose.
- Download and extract release archive:
wget https://github.com/judge0/api/releases/download/v1.1.3/judge0-api-v1.1.3.zip
unzip judge0-api-v1.1.3.zip
- Run all services and wait few seconds until everything is initialized:
cd judge0-api-v1.1.3
docker-compose up -d
sleep 10s
- Your instance of Judge0 API v1.1.3 is now available at
http://<IP OF YOUR SERVER>:3000.