Releases: revsys/django-health-check
Releases · revsys/django-health-check
3.12.2
- Fix #242 -- Close all (even non default) db connections after check suite (#244)
3.12.1
- Fix #233 -- Include original exception data #235
3.12.0
- Add health_check Django command (CLI) (#217, #234)
3.11.1
- Resolve #232 -- Change license information to MIT
The license did not change. The license was MIT before but was falsely advertised as BSD.
3.11.0
- Add Redis Health Check (#225)
3.10.2
- Improve accept header handling for unknown types (#222)
3.10.1
- Allow more valid accept headers (#221)
3.10.0
- Add
format
GET attribute to override response content type.
You can now use ?format=json
to override the content type specified
in the request's accept
header.
- Add support for weighted
accept
header content type serving.
Now weights the accept header are respecced. Also support for
multiple content types has been added.
3.9.0
- Adds 'app_name' to urlconf (#211)
This might break your setup in certain cases, please see #218
3.8.0
- Add a NotImplementedError warning to celery health check (#201)