mirror of
https://github.com/sprockets/sprockets.mixins.metrics.git
synced 2024-11-21 19:28:34 +00:00
Update history
This commit is contained in:
parent
0e8b29f034
commit
fda8a86074
1 changed files with 10 additions and 1 deletions
|
@ -3,6 +3,15 @@
|
|||
Release History
|
||||
===============
|
||||
|
||||
`Next`_
|
||||
-------
|
||||
- Add support for Tornado 5
|
||||
- Remove support for Tornado < 5
|
||||
- Remove support for Python < 3.7
|
||||
- Remove InfluxDB support (use `sprockets-influxdb`_)
|
||||
|
||||
.. _sprockets-influxdb: https://github.com/sprockets/sprockets-influxdb
|
||||
|
||||
`3.1.1`_ (07-Aug-2018)
|
||||
----------------------
|
||||
- Fixed bad formatted TCP StatsD messages by appending a newline
|
||||
|
@ -79,7 +88,7 @@ Release History
|
|||
- Add :class:`sprockets.mixins.metrics.InfluxDBMixin`
|
||||
- Add :class:`sprockets.mixins.metrics.influxdb.InfluxDBConnection`
|
||||
|
||||
.. _Next Release: https://github.com/sprockets/sprockets.mixins.metrics/compare/3.1.1...master
|
||||
.. _Next: https://github.com/sprockets/sprockets.mixins.metrics/compare/3.1.1...master
|
||||
.. _3.1.1: https://github.com/sprockets/sprockets.mixins.metrics/compare/3.1.0...3.1.1
|
||||
.. _3.1.0: https://github.com/sprockets/sprockets.mixins.metrics/compare/3.0.4...3.1.0
|
||||
.. _3.0.4: https://github.com/sprockets/sprockets.mixins.metrics/compare/3.0.3...3.0.4
|
||||
|
|
Loading…
Reference in a new issue