Skip to content

Releases: revsys/django-health-check

3.3.0

18 Jan 20:26
Compare
Choose a tag to compare
  • Use futures and parallel execution to improve performan

3.2.0

16 Jan 12:12
Compare
Choose a tag to compare
  • Add support for multiple celery queues

3.1.0

16 Jan 10:29
Compare
Choose a tag to compare
  • Add boto3 storage check

3.0.0

13 Dec 10:50
5891aea
Compare
Choose a tag to compare
  • Drop Python 2 support
  • Drop Django 1.8 support
  • Add Django 2.0 support
  • Switch to pbr for package setup (#160)
  • Switch to CodeCov for coverage tracking

0.3

20 Dec 09:15
Compare
Choose a tag to compare
0.3

This version is compatible with newer django version and drop support for anything less than Django 1.4

New exception based interface

02 Jul 21:23
Compare
Choose a tag to compare

With this version it is now possible to write health checks using exceptions.