Skip to content

Commit

Permalink
0.9.0 Changelog (#1605)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Artoul authored May 6, 2019
1 parent 98044ad commit 43bc39d
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
# Changelog

# 0.8.5 (TBD)
# 0.9.0

## Features

- **M3Coordinator**: Emit caller I.P address in error logs (#1583)
- **M3Query**: Add a list tags endpoint that displays every unique tag name stored in M3DB to match the Prometheus [/labels endpoint](https://prometheus.io/docs/prometheus/latest/querying/api/#getting-label-names) (#1565)
- **M3DB**: Add native support for running M3DB in "index-only" mode (#1596)
- **M3DB**: Reduce M3DB log spam for normal operations like cleanup (#1592)

## Bug Fixes

- **M3DB**: Prevent active commit log from appearing like a corrupt file during bootstrap.
- **M3DB**: Filter out commit log files that were not present on disk before the process started when determining if files are corrupt in the commitlog bootstrapper. This will prevent a race in which the commitlog bootstrapper would interpret the current commitlog file as corrupt (#1581)
- **M3Query**: Fixed binary arithmetic to properly ignore names when checking for matching series (#1604)
- **M3Query**: Add start and end time to tag values endpoint to fix an issue preventing Grafana tag completion (#1601)

## Performance

- **M3DB**: Optimize some types aggregation queries in M3DB to not require materializing intermediary documents. This should substantially improve query performance for certain types of aggregation queries such as those used to perform auto-complete in Prometheus and Grafana (#1545)
- **M3DB**: Open new commitlog files asynchronously. This should prevent large spikes in the commitlog queue during snapshotting / commitlog rotation for write-heavy workloads (#1576)

# 0.8.4 (2019-04-20)

Expand Down

0 comments on commit 43bc39d

Please sign in to comment.