Skip to content

v4.0.3

Compare
Choose a tag to compare
@dullage dullage released this 17 Apr 16:58
· 152 commits to develop since this release

๐Ÿ—’๏ธ Notable Changes:

  • A /health API endpoint has been added that simply returns a 200 "OK" response.
  • The Dockerfile now includes a HEALTHCHECK instruction that will check the /health endpoint every 60 seconds.
  • Pip and Pipenv caches are now removed during the build process to reduce the image size. Thanks @Code-Otto!
  • An experimental Dockerfile has been added that uses Alpine to reduce the image size even further. It should also be possible to build for older arm architectures using this file. Thanks again @Code-Otto!
  • All Python dependencies updated.
  • All JS dependencies updated.