From a9cba02cc34a4d47d7bad161c014336139ab5d85 Mon Sep 17 00:00:00 2001 From: arnikola Date: Fri, 31 Jul 2020 20:55:06 -0400 Subject: [PATCH] [changelog] 0.15.7 (#2506) --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c5f708781..0220f19800 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +# 0.15.7 + +## Performance + +- **M3DB**: Background cold flush process to no longer block data snapshotting or commit log rotation ([#2460](https://github.com/m3db/m3/pull/2460)) +- **M3DB**: Validate individual index entries on decode instead of entire file on open, to further improve bootstrap speed ([#2468](https://github.com/m3db/m3/pull/2468)) + +## Bug Fixes + +- **M3DB**: Strict JSON unmarshal (disallow unknown fields) for raw HTTP/JSON DB node APIs ([#2490](https://github.com/m3db/m3/pull/2490)) +- **M3Query**: Fix to regex selectors with leading wildcard ([#2505](https://github.com/m3db/m3/pull/#2505)) + +## Documentation + +- **All**: Links to M3 meetup recordings ([#2494](https://github.com/m3db/m3/pull/2494)) + # 0.15.6 ## Features