From ef83ec4ef2338a3c29ec109c206bb1e231d92c21 Mon Sep 17 00:00:00 2001 From: Rob Skillington Date: Sun, 20 Sep 2020 21:57:26 -0400 Subject: [PATCH] [changelog] Add changelog for 0.15.15 (#2649) --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b60e5f39f8..43d515d434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +# 0.15.15 + +## Features + +- **M3DB**: Add configuration to limit bytes read for historical metrics in a given time window ([#2627](https://github.com/m3db/m3/pull/2627)) +- **M3DB**: Add configuration to toggle block caching ([#2613](https://github.com/m3db/m3/pull/2613)) +- **M3Coordinator**: Add extended configuration of label and tag validation ([#2647](https://github.com/m3db/m3/pull/2647)) + +## Performance + +- **M3DB**: Perform single pass when reading commit log entry and reuse result for second bootstrap phase ([#2645](https://github.com/m3db/m3/pull/2645)) + +## Documentation + +- **M3DB**: Documentation for fileset migrations, the forward and backwards compatibility guarantees and configuring migrations ([#2630](https://github.com/m3db/m3/pull/2630)) + # 0.15.14 ## Features