------------- * Drop support for Python < 3.6. Add tests for new Python and Nameko 2.x versions.
0.1.3
------------- * Prevent timer decorator and tests using worker_factory from failing
0.1.2
------------- * Only install enum backport when needed
0.1.1
-------------
* Deprecate the `ServiceBaseMeta` metaclass and the `name` argument to the `StatsD` dependency provider. * Add support for pipeline when disabled * Test on older Nameko versions (back to 2.7) and against pre-release versions of dependencies. * Test on Python 3.8
0.1.0
-------------
Release 2019-03-21
* Add support for Python 3.7 (10) * Add Nameko ``2.11`` and ``2.12`` support (10) * Switch to semantic versioning (10)
0.0.6
-------------
Released 2018-11-14
* Fix a bug in the `ServiceBaseMeta` metaclass which caused classes to have the wrong name.