Skip to content

Releases: m3db/m3

v0.4.3

06 Sep 01:08
faee8d9

Choose a tag to compare

Changelog

  • Query: Make compatible with Grafana Prometheus data source (#871, #877)
  • FIX DB: Fix index correctness for multi-segment reads (#883)
  • PERF DB: Index performance improvements (#880)

v0.4.2

30 Aug 15:37
606981d

Choose a tag to compare

Changelog

  • FIX DB: Remove native pooling and remove possibility of it being used by any components (#870)
  • FIX DB: Fix LRU series cache locking during very high throughput (#862)

v0.4.1

27 Aug 18:49
21e8012

Choose a tag to compare

Changelog

  • FIX Coordinator: Add support for negated match and regexp Prometheus remote read queries (#858)

v0.4.0

10 Aug 01:47

Choose a tag to compare

Changelog

  • Coordinator: Add downsampling capabilities (#796)
  • Query: Add dedicated m3query service for serving PromQL and other supported query languages (#817)
  • DB: Add commit log snapshotting support to significantly reduce disk space usage by removing the majority of uncompressed commit logs on a database node and speed up bootstrap time (#757) (#802)

v0.3.0

19 Jul 04:15
f94b19a

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

Changelog

  • Coordinator: Add m3coordinator Dockerfile and update Prometheus test to use standalone coordinator (#792)
  • Coordinator: Add rudimentary multi-cluster support for m3coordinator (#785)
  • DB: Fix documentation for single node walkthrough (#795)

v0.2.0

26 May 09:05

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

Notes

  • Coordinator: Build dedicated m3coordinator binary for release binaries

v0.1.0

25 May 01:04
bf1c485

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

Notes

  • DB: Reverse indexing
  • Coordinator: Prometheus remote read/write support