--------------------- - Add authentication environment variables for InfluxDB
2.0.1
---------------------- - Make it possible to call methods (e.g., :meth:`~sprockets.mixins.metrics.influxdb.InfluxDBMixin.set_metric_tag`) during the Tornado request handler initialization phase.
2.0.0
---------------------- - Rework InfluxDB buffering to use a periodic callback instead of flushing the buffer upon request.
1.1.1
--------------------- - Fix packaging woes part deux.
1.1.0
--------------------- - Update InfluxDB mixin to buffer measurements across requests based on a max time and/or length.