github judge0/judge0 v1.1.3
Judge0 API v1.1.3

latest releases: v1.13.1, v1.13.1-extra, v1.13.0...
6 years ago

v1.1.3 (2019-02-15)

Improvements

  • Improved cleanup of sandbox by deleting stdin, stdout, stderr and meta file before running isolate cleanup.

Bug Fixes

  • Fixed problem with compile output that contained invalid byte sequence in UTF-8.
  • Fixed problem with submissions not changing their post-run attributes after rerun if compile error occured.

Deployment Procedure

  1. Install Docker and Docker Compose.
  2. 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
  1. Run all services and wait few seconds until everything is initialized:
cd judge0-api-v1.1.3
docker-compose up -d
sleep 10s
  1. Your instance of Judge0 API v1.1.3 is now available at http://<IP OF YOUR SERVER>:3000.

Don't miss a new judge0 release

NewReleases is sending notifications on new releases.