Select Git revision
CHANGELOG 798 B
1.1.4
-----
* Add stackmaxima versions 2021010100, 2021120900
* Add `HEALTHCHECK` to Dockerfile
* Add docker-compose.yml
* Update dependencies
1.1.3
-----
* Fix bug where occasionally under load, timeouts would return error 500 instead of 416
1.1.2
-----
* Update sbcl to 2.1.4
* Add argument to Dockerfile which allows setting the maximum number of concurrent users
* Add GOEMAXIMA_EXTRA_PACKAGES variable which allows loading extra maxima packages after
docker image has been built
* Add lsquares and coma package
* Fix incorrect parsing of environment variables
1.1.1
-----
* Add stackmaxima versions 2020100900, 2020101501, 2020120600
* Increase maximum number of threads to 32
* Add `/goemaxima` as a request path
* Add the ability to do a healthcheck by querying `/goemaxima?health=1`