- Compatibility with Django 4.1
- Rename django app label from
pyhermes.django
topyhermes_django
- Compatibility with Django 3.2
- Retry publishing to hermes in case of failure (default: 3x)
- Support for Python3.6, Django 1.10 and Django development version in tests
- Configure custom label for django app #11
- Fix ambiguity with pyhermes.decorators.subscriber (rename subscriber module to subscription)
- Allow for custom wrapper around subcriber function
- Additional logging for event id and retry count
- Added support for Django <= 1.7
- Raw data is dumped only to debug logs.
- New management command for testing Hermes connection
- First release on PyPI.