Skip to content

Version 4.0.0 (2026-04-01)

Choose a tag to compare

@ngandrass ngandrass released this 01 Apr 10:23
· 72 commits to master since this release
10c6874

Changelog

  • Add PDF/A-3b compliant PDF file export
  • Add parallel job execution capability
  • Add support for MathJax 4 (used by default by Moodle >= 5.2)
  • Fix the status field of the GET /status request: The status will no longer be IDLE while processing exactly one job.
  • Changed response of GET /status route
    • Adding field jobs_processing: Array containing the IDs of all the jobs currently being processed
    • Adding field jobs_queued: Array containing the IDs of all the jobs currently in the queue (in order)
    • Adding field jobs_max: Number of maximal jobs that can be run in parallel
    • Adding field queue_max: Number of maximal queue size
  • Automatically build linux/amd64 and linux/arm64 variants of the Docker image
  • Update GitHub actions workflow for Docker image build and release
  • Update Python dependencies