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

Commit

Permalink
Release 0.8.0 (#607)
Browse files Browse the repository at this point in the history
Signed-off-by: Krasi Georgiev <[email protected]>
  • Loading branch information
krasi-georgiev authored May 17, 2019
1 parent bce663e commit d48a5e2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
## master / unreleased
- [BUGFIX] Calling `Close` more than once on a querier returns an error instead of a panic.
- [ENHANCEMENT] Add (again) FromData function to easily create a chunk from bytes.


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

## 0.7.1
- [ENHANCEMENT] Reduce memory usage in mergedPostings.Seek

Expand Down

0 comments on commit d48a5e2

Please sign in to comment.