Django-healthchecks

Latest version: v1.5.0

Safety actively analyzes 619401 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

2.0.0

==================
- This version now only supports Python 3.5+ and Django > 2.2, although earlier
versions might still work.
- Implemented heartbeat support. With this healthcheck you can write add
'last active' flag to the database which is then used by a healthcheck
endpoint to see if it was updated recently. This is for example really
useful for background tasks (e.g. celery)
- Allow passing in the a custom status code for errors via an HTTP header, by
default 'X-HEALTHCHECK-ERROR-CODE'. This is helpful for kubernetes
healthchecks which can only act on http status codes.

1.4.2

==================
- Fix bumpversion error

1.4.1

==================
- Fix returning non-bool data from the HealthCheckServiceView

1.4.0

==================
- Add support for nested remote healthchecks (10)

1.3.0

==================
- Add Django 2.0 support (9)
- Correctly close the db cursor (6)

1.2.0

==================
- Wrap the basic auth header value in force_text()

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.