Skip to content

Commit

Permalink
0.12.0 changelog (#1935)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Artoul authored Sep 10, 2019
1 parent 6fbf836 commit 77b59e5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog

# 0.11.1 (pending)
# 0.12.0

## Features

- **M3DB**: Add support for limiting the amount of outstanding repaired data that can be held in memory at once (#1885)
- **M3Coordinator**: Add namespace and placement information to the dump returned by the debug endpoint (#1896)
- **M3Coordinator**: Add DELETE api for the /topic endpoint (#1926)

## Performance

- **M3Query**: Improve performance of temporal functions (#1917)
- **M3DB**: Only trigger bootstrap during topology change if a node receives new shards. This should significantly reduce the amount of time certain topology changes (such as node removes) took when performed on larger clusters (#1868)

## Features

Expand Down

0 comments on commit 77b59e5

Please sign in to comment.