- Drop support for Python 3.5. - Add support for ``enum`` metrics. - [snap] Add initial snap support. - Rework project setup and use pytest.
1.4.0
===================
- Support for python3.7. - Use asynctest for asynchronous tests. - Updated toolrack dependency.
1.3.0
===================
- Support aperiodic queries, which are run at every request for the metrics endpoint.
1.2.2
===================
- Fix tests for latest prometheus_aioexporter.
1.2.1
===================
- Documentation cleanups (and conversion to reST).
1.2.0
===================
- Switch to SQLAlchemy. Multiple database engines are now supported. - Needed database libraries must now be installed separately, as there is no explicit dependency in SQLAlchemy.