Releases: m3db/m3
Releases · m3db/m3
v0.14.3
v0.15.0-rc.5
[changelog] Squash changelog for 0.15 unreleased and update for rc.5 …
v0.15.0-rc.4
[changelog] Update changelog for 0.15.0-rc.4 (#2243)
v0.15.0-rc.3
[changelog] Update changelog for 0.15.0-rc.3 (#2215)
v0.15.0-rc.2
[changelog] Update changelog for 0.15.0-rc.2 (#2200)
v0.15.0-rc.1
[changelog] Add changelog for 0.15.0-rc.1 (#2167)
v0.15.0-rc.0
[changelog] Add changelog for 0.15.0-rc.0 release candidate (#2147)
v0.14.2
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
v0.14.0
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)