You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 13, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
## master / unreleased
2
2
-[REMOVED]`chunks.NewReader` is removed as it wasn't used anywhere.
3
3
-[REMOVED]`FromData` is considered unused so was removed.
4
+
-[FEATURE] Added option WALSegmentSize -1 to disable the WAL.
4
5
5
6
## 0.6.1
6
7
-[BUGFIX] Update `last` after appending a non-overlapping chunk in `chunks.MergeOverlappingChunks`. [#539](https://github.com/prometheus/tsdb/pull/539)
@@ -15,7 +16,7 @@
15
16
- Added `MergeOverlappingChunks` function in `chunks/chunks.go` to merge multiple time-overlapping Chunk Metas.
16
17
- Added `MinTime` and `MaxTime` method for `BlockReader`.
17
18
-[FEATURE] New `dump` command to tsdb tool to dump all samples.
18
-
-[FEATURE] New `encoding` package for common binary encoding/decoding helpers.
19
+
-[FEATURE] New `encoding` package for common binary encoding/decoding helpers.
19
20
- Added to remove some code duplication.
20
21
-[ENHANCEMENT] When closing the db any running compaction will be cancelled so it doesn't block.
21
22
-`NewLeveledCompactor` takes a context.
@@ -41,7 +42,7 @@
41
42
-[CHANGE]`LastCheckpoint()` used to return just the segment name and now it returns the full relative path.
42
43
-[CHANGE]`NewSegmentsRangeReader()` can now read over miltiple wal ranges by using the new `SegmentRange{}` struct.
43
44
-[CHANGE]`CorruptionErr{}` now also exposes the Segment `Dir` which is added when displaying any errors.
44
-
-[CHANGE]`Head.Init()` is changed to `Head.Init(minValidTime int64)`
45
+
-[CHANGE]`Head.Init()` is changed to `Head.Init(minValidTime int64)`
45
46
-[CHANGE]`SymbolTable()` renamed to `SymbolTableSize()` to make the name consistent with the `Block{ symbolTableSize uint64 }` field.
46
47
-[CHANGE]`wal.Reader{}` now exposes `Segment()` for the current segment being read and `Offset()` for the current offset.
47
48
-[FEATURE] tsdbutil analyze subcomand to find churn, high cardinality, etc.
testutil.Assert(t, int64(DefaultOptions.WALSegmentSize) >lastFile.Size(), "last WAL file size is not smaller than the WALSegmentSize option, filename: %v", lastFile.Name())
testutil.Assert(t, int64(segmentSize) >lastFile.Size(), "last WAL file size is not smaller than the WALSegmentSize option, filename: %v", lastFile.Name())
testutil.Assert(t, int64(options.WALSegmentSize) >f.Size(), "last WAL file size is not smaller than the WALSegmentSize option, filename: %v", f.Name())
0 commit comments