Skip to content

Releases: revsys/django-health-check

3.7.1

05 Oct 07:53
Compare
Choose a tag to compare
  • Fix #199 -- Delete actual filename returned by save method (#200)

3.7.0

05 Aug 09:16
Compare
Choose a tag to compare
  • Add RabbitMQ health check (#197)

3.6.1

13 Jun 13:48
Compare
Choose a tag to compare
  • Add connection error exception for cache backend (#195)

3.6.0

25 May 09:29
ab17802
Compare
Choose a tag to compare
  • Add support for warnings that do not error endpoints (#193)

3.5.1

15 Mar 18:12
Compare
Choose a tag to compare
  • Replace f-strings with standard strings, for Python 3.5 compatibility (#186)

3.5.0

08 Feb 10:11
Compare
Choose a tag to compare
  • Add checks for disk and memory utilization (#169)

3.4.3

07 Feb 12:20
Compare
Choose a tag to compare
  • Close database connection at every health check (#183)

3.4.2

01 Feb 12:57
Compare
Choose a tag to compare
  • Fix #178 -- Close connections when exeting threads (#182)

3.4.1

26 Jan 10:11
ca38778
Compare
Choose a tag to compare
  • Fix #180 -- Limit threads to number of active plugins (#181)

3.4.0

24 Jan 10:42
Compare
Choose a tag to compare
  • Add response status page using w3css