* Fix UDP socket leak (thanks to jrwren) * Some refreshs for CI tests, packaging, ownership
0.3.0
------------------
* Add support for GAUGE metrics.
0.2.0
------------------
* Change API of MetricsUtility.timing to use second(float) rather than ms(int) * Add a timer as a context-manager * Add functional tests
0.1.5
------------------
* Add get_current_metrics to get the metrics utility from the thread-local data if the current request object is not otherwise available (for example, in the context of a model method.) * Raise an exception if get_current_metrics is called and no request is active
0.1.4
------------------
* Fix exception when no context is attached to request object