Skip to content
This repository was archived by the owner on Aug 13, 2019. It is now read-only.

Commit 4b3a5ac

Browse files
release 0.7.0 (#580)
Signed-off-by: Krasi Georgiev <[email protected]>
1 parent dfed85e commit 4b3a5ac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## master / unreleased
2+
3+
## 0.7.0
24
- [CHANGE] tsdb now requires golang 1.12 or higher.
35
- [REMOVED] `chunks.NewReader` is removed as it wasn't used anywhere.
46
- [REMOVED] `FromData` is considered unused so was removed.
@@ -7,6 +9,9 @@
79
- [BUGFIX] Fsync the meta file to persist it on disk to avoid data loss in case of a host crash.
810
- [BUGFIX] Fix fd and vm_area leak on error path in chunks.NewDirReader.
911
- [BUGFIX] Fix fd and vm_area leak on error path in index.NewFileReader.
12+
- [BUGFIX] Force persisting the tombstone file to avoid data loss in case of a host crash.
13+
- [BUGFIX] Keep series that are still in WAL in checkpoints.
14+
- [ENHANCEMENT] Fast path for EmptyPostings cases in Merge, Intersect and Without.
1015
- [ENHANCEMENT] Be smarter in how we look at matchers.
1116
- [ENHANCEMENT] PostListings and NotMatcher now public.
1217

0 commit comments

Comments
 (0)