From 907fc8296bf091df50c559abe1e3d6a068a25c2f Mon Sep 17 00:00:00 2001 From: arnikola Date: Wed, 7 Oct 2020 18:52:44 -0400 Subject: [PATCH] [changelog] Changelog for 0.15.17 (#2704) --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf62381cfc..7d66198616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +# 0.15.17 + +## Features +- **M3Query**: Add aggregate Graphite function ([#2584](https://github.com/m3db/m3/pull/2584)) +- **M3Query**: Add applyByNode Graphite function ([#2654](https://github.com/m3db/m3/pull/2654)) +- **M3Query**: Graphite ParseTime function support greatly expanded to be more in line with Graphite allowances ([#2621](https://github.com/m3db/m3/pull/2621)) + +## Bug Fixes + +- **M3Aggregator**: Add default m3msg write timeouts to mitigate deadlocking writes with a stale TCP connection ([#2698](https://github.com/m3db/m3/pull/2698)) +- **M3DB**: Fix a bug in bootstrap index caching that would cause long bootstrap times ([#2703](https://github.com/m3db/m3/pull/2703)) +- **M3Query**: Fix Graphite constantLine() function to return 3 steps ([#2699](https://github.com/m3db/m3/pull/2699)) +- **M3Query**: Fix Graphite limit snapping bug in movingAverage and movingMedian functions ([#2694](https://github.com/m3db/m3/pull/2694)) + # 0.15.16 ## Features