CHANGELOG.md in statsd-instrument-3.9.5 vs CHANGELOG.md in statsd-instrument-3.9.6
- old
+ new
@@ -4,9 +4,14 @@
creating a pull request, please add an entry to the "unreleased changes"
section below.
## Unreleased changes
+## Version 3.9.6
+
+- [#388](https://github.com/Shopify/statsd-instrument/pull/388) - Properly fixing the bug when using aggregation and sending sampled
+histograms, now the client will respect the sampling rate when sending the metrics and pass it down to the aggregator.
+
## Version 3.9.5
- [#387](https://github.com/Shopify/statsd-instrument/pull/387) - Fixing bug when using aggregation and sending sampled
histogram metrics, they will not be scaled properly because of missing sampling rate in the final sent sample.