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

Commit d48a5e2

Browse files
Release 0.8.0 (#607)
Signed-off-by: Krasi Georgiev <[email protected]>
1 parent bce663e commit d48a5e2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
## master / unreleased
2-
- [BUGFIX] Calling `Close` more than once on a querier returns an error instead of a panic.
3-
- [ENHANCEMENT] Add (again) FromData function to easily create a chunk from bytes.
42

53

4+
## 0.8.0
5+
- [BUGFIX] Calling `Close` more than once on a querier returns an error instead of a panic.
6+
- [BUGFIX] Don't panic and recover nicely when running out of disk space.
7+
- [BUGFIX] Correctly handle empty labels.
8+
- [BUGFIX] Don't crash on an unknown tombstone ref.
9+
- [ENHANCEMENT] Re-add FromData function to create a chunk from bytes. It is used by Cortex and Thanos.
10+
- [ENHANCEMENT] Simplify mergedPostings.Seek.
11+
- [FEATURE] Added `currentSegment` metric for the current WAL segment it is being written to.
12+
613
## 0.7.1
714
- [ENHANCEMENT] Reduce memory usage in mergedPostings.Seek
815

0 commit comments

Comments
 (0)