sprockets.mixins.metrics/docs/history.rst

32 lines
1.2 KiB
ReStructuredText
Raw Normal View History

2016-01-18 15:32:49 -05:00
.. :changelog:
Release History
===============
`1.1.0`_ (9-Mar-2016)
---------------------
- Update InfluxDB mixin to buffer measurements across requests based on a max time and/or length.
2016-02-01 14:53:06 -05:00
`1.0.1`_ (1-Feb-2016)
---------------------
- Fix packaging woes.
2016-02-01 10:17:09 -05:00
`1.0.0`_ (1-Feb-2016)
---------------------
- Remove extraneous quotes from InfluxDB tag values.
- Convert HTTP status code from value to a tag in the InfluxDB mix-in.
2016-01-27 10:50:24 -05:00
`0.9.0`_ (27-Jan-2016)
----------------------
2016-01-19 07:51:09 -05:00
- Add :class:`sprockets.mixins.metrics.StatsdMixin`
2016-01-19 10:04:19 -05:00
- Add :class:`sprockets.mixins.metrics.testing.FakeStatsdServer`
2016-01-21 14:49:11 -05:00
- Add :class:`sprockets.mixins.metrics.testing.FakeInfluxHandler`
- Add :class:`sprockets.mixins.metrics.InfluxDBMixin`
- Add :class:`sprockets.mixins.metrics.influxdb.InfluxDBConnection`
2016-01-18 15:32:49 -05:00
.. _Next Release: https://github.com/sprockets/sprockets.mixins.metrics/compare/1.1.0...master
.. _1.1.0: https://github.com/sprockets/sprockets.mixins.metrics/compare/1.0.1...1.1.0
.. _1.0.1: https://github.com/sprockets/sprockets.mixins.metrics/compare/1.0.0...1.0.1
2016-02-01 10:17:09 -05:00
.. _1.0.0: https://github.com/sprockets/sprockets.mixins.metrics/compare/0.9.0...1.0.0
2016-01-27 10:50:24 -05:00
.. _0.9.0: https://github.com/sprockets/sprockets.mixins.metrics/compare/0.0.0...0.9.0