All Versions
13
Latest Version
Avg Release Cycle
186 days
Latest Release
1196 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.2.5.0 Changes
June 14, 2020- Bugfix: when reporting counter values to statsd, send only the increments (#23).
-
v0.2.4.1 Changes
May 21, 2020- Sanitize metric names by replacing
:
with_
to adhere to the StatsD protocol (#26). - Add support for GHC 8.10 in base bounds and CI.
- Sanitize metric names by replacing
-
v0.2.4.0 Changes
August 01, 2018- Don't rethrow
ThreadKilled
exceptions to the thread that invokedforkStatsd
, so that the statsd thread can be safely killed (#20).
- Don't rethrow
-
v0.2.3.0 Changes
April 10, 2018- API addition: 'statsdFlush', allows to flush the sample to statsd server manually (#18).
-
v0.2.2.0 Changes
September 25, 2017- Remove internal
diffSample
optimisation and always report the full state of theStore
instead of only what's changed between iterations (#17).
- Remove internal
-
v0.2.1.1 Changes
July 31, 2017- Support GHC 8.2.1.
- Suppress errors when sending to a non-existent receiver (#6).
-
v0.2.1.0 Changes
August 10, 2016- Send distributions as gauges and counters.
- Update examples.
-
v0.2.0.4 Changes
May 27, 2016- GHC 8.0 support.
-
v0.2.0.3 Changes
June 06, 2015- Support GHC 7.10.
-
v0.2.0.2 Changes
April 09, 2015- Add support for network-2.6.