Skip to content

Commit

Permalink
[changelog] Changelog for 0.15.17 (#2704)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnikola authored Oct 7, 2020
1 parent 1f20f51 commit 907fc82
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 907fc82

Please sign in to comment.