Skip to content

Commit

Permalink
[changelog] Update changelog for v1.5 release (#4096)
Browse files Browse the repository at this point in the history
  • Loading branch information
robskillington authored Apr 7, 2022
1 parent 68be4dd commit e7df2b9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

# 1.5.0

## Features and Performance

- **M3DB**: Optimize snapshotting by 30x or more which can speedup bootstrapping for workloads with large snapshots. ([#4093](https://github.com/m3db/m3/pull/4093))

## Bug Fixes

- **M3DB**: Fix multi-segment field iterator support of double underscore prefixed fields alphanumerically before `__m3ninx_id`. ([#4095](https://github.com/m3db/m3/pull/4095))
- **M3DB**: Proactively GC Index entries belonging to a closed shard after cluster topology change. ([#4094](https://github.com/m3db/m3/pull/4094))

# 1.4.2

## Bug Fixes
Expand Down

0 comments on commit e7df2b9

Please sign in to comment.