- Allow executing checks multiple times with different parameters;
ALIVE_CHECKS
should now be a list of tuples (setting it to a dictionary results in a deprecation warning).
- Add GitHub Action for running tests against supported versions
- Release from GitHub Actions
- Update PyPI metadata
- Updated test matrix. Python 2 no longer "officially" supported.
- Prevent Traceback in middleware if URLs are not setup
- Added
healthcheck
management command - Added optional
check_migrations
healthcheck
- Documentation improvements
- Python 3.7 support
- Initial release