All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support for Django 5.1
- Management command to export module data
- Support for Python 3.11 and 3.12
- Support for Django 4.2 and 5.0
- Distinguish between errors and warnings on up-check
- Register built-in up-checks via the
monitor_up_check
signal
- Support for Python 3.7
- Support for Django 3.2, 4.0, 4.1
- Support for Django 4.1
- Pin updatable to
>=0.7
- Pin updatable to
>=0.6,<0.7
- Support for Python 3.10
- Support for Django 4.0
- Support for Django 2.2
- Support for Django 3.1
- Support for Python 3.5
- Support for Python 3.6
- Created CHANGELOG
- Compatibility matrix
- Support for Python 3.9
- Support for Django 3.2
- Enhanced README with GitHub shields (badges)
- Support for Django 3.0
- New setting: ANX_MONITORING_TEST_QUERY_USERS (Default: True)
- New setting: ANX_MONITORING_TEST_DB_CONNECTIONS (Default: True)
- Support for Python 3.7
- Support for Python 3.8
- Test project
- GitHub workflow action to run tests
- Pinned dependency
updatable
to a version >= 0.4.1 and < 0.5 - Converted README from RST to MD
- README file name in setup
- Support for Python 3.4
- Pinned dependency
updatable
to a version >= 0.3 and < 0.4
- Support for Python 2.6
- Support for Python 3.3
- Removing previous builds in setup
- License fields to modules endpoint
- Pinned dependency
updatable
to a version >= 0.2 and < 0.3 - Overhauled setup.py
- Improved README
- Removed file
setup.cfg
- Renamed key
platform
toruntime
in module response
- Initial Release