* Add support for ``Timer`` and ``Consumer`` entrypoints. Thanks to Omer Faruk Mendi for the patch. * Require prometheus-client >= 0.15. * Move to pyproject.toml-based build.
1.5.0
------------------
* Add ``reset_prometheus_registry`` helper function for use in tests.
1.4.0
------------------
* Add support for nameko 3.0 RC.
1.3.0
------------------
* Drop support for Python 3.6 and 3.7. * Add support for Python 3.10. * Add compatibility with prometheus-client >= 0.14.
1.2.0
------------------
* Added support for Python 3.9. * Moved CI infrastructure to Github Actions.
1.1.1
------------------
* Lowered log level for debug messages to actually DEBUG.