Here you can see the full list of changes between nameko-statsd versions, where semantic versioning is used: major.minor.patch.
Backwards-compatible changes increment the minor version number only.
- Drop support for Python < 3.6. Add tests for new Python and Nameko 2.x versions.
- Prevent timer decorator and tests using worker_factory from failing
- Only install enum backport when needed
- Deprecate the
ServiceBaseMeta
metaclass and thename
argument to theStatsD
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
Release 2019-03-21
- Add support for Python 3.7 (#10)
- Add Nameko
2.11
and2.12
support (#10) - Switch to semantic versioning (#10)
Released 2018-11-14
- Fix a bug in the
ServiceBaseMeta
metaclass which caused classes to have the wrong name.
Released 2018-08-10
- Enable use of TCP instead of UDP.
Released 2018-07-25
- Enable use of
timer
as context manager, respecting theenabled
setting.
Released 2017-06-15
- Relax requirements.
Released 2017-06-15
- Amend license.
Released 2017-06-15
- Initial release.