Judge0 API v1.11.0 Release Notes

Release Date: 2020-09-09 // over 3 years ago
  • v1.11.0 (2020-09-09)

    ๐Ÿ†• New Features

    • โž• Added queue size into response of /workers.

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ”ง Set configuration defaults even if judge0.conf is not present. Thank you @vvalchev.

    Other Changes

    • ๐Ÿ“š Updated documentation with some better explanation on the use of base64_encoded query parameter. Thank you @mejibyte.

    ๐Ÿš€ Deployment Procedure

    ๐Ÿ‘ Judge0 is collecting telemetry data to help understand how to improve the product and to better understand how Judge0 is used in various production environments. Read more about telemetry here.

    ๐Ÿง Please note that Judge0 has only been tested on Linux and might not work on Windows or macOS, thus we do not provide support for these systems.

    With HTTP

    ๐Ÿณ 1. Install Docker and Docker Compose. ๐Ÿš€ 2. Download and extract release archive:

    wget https://github.com/judge0/judge0/releases/download/v1.11.0/judge0-v1.11.0.zip
    unzip judge0-v1.11.0.zip
    
    1. Run all services and wait few seconds until everything is initialized:

      cd judge0-v1.11.0 docker-compose up -d db redis sleep 10s docker-compose up -d sleep 5s

    2. Your instance of Judge0 v1.11.0 is now available at http://<IP ADDRESS OF YOUR SERVER>.

    With HTTPS (SSL/TLS)

    ๐Ÿณ 1. Install Docker and Docker Compose. ๐Ÿš€ 2. Download and extract release archive:

    wget https://github.com/judge0/judge0/releases/download/v1.11.0/judge0-v1.11.0-https.zip
    unzip judge0-v1.11.0-https.zip
    
    1. Change directory to judge0-v1.11.0-https:

      cd judge0-v1.11.0-https

    2. Edit docker-compose.yml and change variables VIRTUAL_HOST, LETSENCRYPT_HOST and LETSENCRYPT_EMAIL.

    3. Run all services and wait few seconds until everything is initialized:

      docker-compose up -d db redis sleep 10s docker-compose up -d sleep 5s

    4. Your instance of Judge0 v1.11.0 is now available at https://<YOUR DOMAIN>.