2018-11-30 14:46:16 +00:00
|
|
|
## master / unreleased
|
|
|
|
|
2018-12-04 13:50:11 +00:00
|
|
|
## 0.3.0
|
|
|
|
|
|
|
|
- [CHANGE] `LastCheckpoint()` used to return just the segment name and now it returns the full relative path.
|
|
|
|
- [CHANGE] `NewSegmentsRangeReader()` can now read over miltiple wal ranges by using the new `SegmentRange{}` struct.
|
|
|
|
- [CHANGE] `CorruptionErr{}` now also exposes the Segment `Dir` which is added when displaying any errors.
|
|
|
|
- [CHANGE] `Head.Init()` is changed to `Head.Init(minValidTime int64)`
|
|
|
|
- [CHANGE] `SymbolTable()` renamed to `SymbolTableSize()` to make the name consistent with the `Block{ symbolTableSize uint64 }` field.
|
|
|
|
- [CHANGE] `wal.Reader{}` now exposes `Segment()` for the current segment being read and `Offset()` for the current offset.
|