Releases: revsys/django-health-check
Releases · revsys/django-health-check
3.7.1
- Fix #199 -- Delete actual filename returned by save method (#200)
3.7.0
- Add RabbitMQ health check (#197)
3.6.1
- Add connection error exception for cache backend (#195)
3.6.0
- Add support for warnings that do not error endpoints (#193)
3.5.1
- Replace f-strings with standard strings, for Python 3.5 compatibility (#186)
3.5.0
- Add checks for disk and memory utilization (#169)
3.4.3
- Close database connection at every health check (#183)
3.4.2
- Fix #178 -- Close connections when exeting threads (#182)
3.4.1
- Fix #180 -- Limit threads to number of active plugins (#181)
3.4.0
- Add response status page using w3css