Skip to content

Releases: m3db/m3

v0.14.3

22 Apr 19:44
Compare
Choose a tag to compare

Changelog

  • M3DB: Increase default seek concurrency (#2150)
  • M3Query: Add ability to set default query timeout (#2226)
  • M3Query: Log query errors with query params (#2225)

v0.15.0-rc.5

05 Apr 12:46
5e5a155
Compare
Choose a tag to compare
[changelog] Squash changelog for 0.15 unreleased and update for rc.5 …

…(#2250)

v0.15.0-rc.4

02 Apr 15:24
f1498de
Compare
Choose a tag to compare
[changelog] Update changelog for 0.15.0-rc.4 (#2243)

v0.15.0-rc.3

16 Mar 23:00
72ca215
Compare
Choose a tag to compare
[changelog] Update changelog for 0.15.0-rc.3 (#2215)

v0.15.0-rc.2

10 Mar 06:28
527d5f5
Compare
Choose a tag to compare
[changelog] Update changelog for 0.15.0-rc.2 (#2200)

v0.15.0-rc.1

24 Feb 08:37
cc45140
Compare
Choose a tag to compare
[changelog] Add changelog for 0.15.0-rc.1 (#2167)

v0.15.0-rc.0

13 Feb 19:49
8ffa7be
Compare
Choose a tag to compare
[changelog] Add changelog for 0.15.0-rc.0 release candidate (#2147)

v0.14.2

25 Oct 03:59
4e589d5
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • M3DB: Fix the persist cycle not cleaning up state for reuse when flush times cannot be calculated (#2007)
  • M3Query: Add specialized matchers for empty EQ/NEQ matchers (#1986)

Misc

  • M3Aggregator: Do not require aggregator ID to be joined with port and add instance initialization debug logs (#2012)
  • All: Support env var expansion using go.uber.org/config (#2016)
  • All: Deprecate listen address expansion in favor of go.uber.org/config env var expansion (#2017)

v0.14.1

16 Oct 21:39
351e12d
Compare
Choose a tag to compare

Changelog

Features

  • M3Query: Add endpoint that parses query to an AST (#2002)

Bug Fixes

  • M3Query: Fix label replace lazy block function execution (#1985)

Misc

  • Build: Ensure CGO is disabled in release binaries (#2005)

v0.14.0

15 Oct 07:00
Compare
Choose a tag to compare

Changelog

Features

  • M3Query: Add a limit exceeded header if too many series are matched for a query when limit is specified (#1838)
  • M3Query: Graphite datapoint timestamps are now truncated to resolution for deterministic steps independent of start/end query time (#1997)
  • M3Coordinator: Endpoint for /debug/dump now returns placement/namespace of the current configured database (#1981)
  • M3DB: Add support for batching writes across namespaces (#1974)
  • M3DB: Add support for batching fetches across namespaces (#1987)

Performance

  • M3DB: Optimize fetches to avoid decoding more data than required to satisfy consistency (#1966)

Bug Fixes

  • M3DB: Fix merge checksumming logic (#1988)

Misc

  • M3Aggregator: Add aggregator to release binaries (#1943)