github judge0/judge0 v1.1.1
Judge0 API v1.1.1

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

v1.1.1 (2019-02-13)

Bug Fixes

  • Fixed a problem when strip method was called on a nil class when expected output was nil.

Other Changes

  • Don't let worker update submission's finished_at attribute 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.

Deployment Procedure

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

Don't miss a new judge0 release

NewReleases is sending notifications on new releases.