---------------------- - Fix influxdb test that fails intermittently.
3.0.1
---------------------- - Add README.rst to MANIFEST.in
3.0.0
---------------------- - Add install usage pattern for using mixin within Tornado app - Strip down statsd mixin adding a collector class to do metric recording - Add path prefix for the metric type, eg. counters, timers, etc - Add configuration parameters to enable/disable metric type prefix
2.1.1
--------------------- - Fix InfluxDB URL creation from environment variables
2.1.0
--------------------- - 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.