mirror of
https://github.com/sprockets/sprockets.mixins.metrics.git
synced 2024-11-21 19:28:34 +00:00
Merge pull request #16 from sprockets/release-2.0.0
Mention 2.0.0 in the changelog.
This commit is contained in:
commit
c11ba26790
1 changed files with 9 additions and 2 deletions
|
@ -3,13 +3,19 @@
|
|||
Release History
|
||||
===============
|
||||
|
||||
`2.0.0`_ (11-Mar-2016)
|
||||
----------------------
|
||||
- Rework InfluxDB buffering to use a periodic callback instead of flushing
|
||||
the buffer upon request.
|
||||
|
||||
`1.1.1`_ (9-Mar-2016)
|
||||
---------------------
|
||||
- Fix packaging woes part deux.
|
||||
|
||||
`1.1.0`_ (9-Mar-2016)
|
||||
---------------------
|
||||
- Update InfluxDB mixin to buffer measurements across requests based on a max time and/or length.
|
||||
- Update InfluxDB mixin to buffer measurements across requests based on a
|
||||
max time and/or length.
|
||||
|
||||
`1.0.1`_ (1-Feb-2016)
|
||||
---------------------
|
||||
|
@ -28,7 +34,8 @@ 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/1.1.1...master
|
||||
.. _Next Release: https://github.com/sprockets/sprockets.mixins.metrics/compare/2.0.0...master
|
||||
.. _2.0.0: https://github.com/sprockets/sprockets.mixins.metrics/compare/1.1.1...2.0.0
|
||||
.. _1.1.1: https://github.com/sprockets/sprockets.mixins.metrics/compare/1.1.0...1.1.1
|
||||
.. _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
|
||||
|
|
Loading…
Reference in a new issue