Skip to content

Commit

Permalink
[changelog] 0.15.7 (#2506)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnikola authored Aug 1, 2020
1 parent efd2505 commit a9cba02
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a9cba02

Please sign in to comment.