Releases: superfly/ltx
Releases · superfly/ltx
v0.3.6
What's Changed
- Add replication position helpers by @benbjohnson in #44
Full Changelog: v0.3.5...v0.3.6
v0.3.5
v0.3.4
What's Changed
- Add Decoder.DecodeDatabaseTo() by @benbjohnson in #41
- compactor: use Timestamp from the last LTX by @pborzenkov in #42
New Contributors
- @pborzenkov made their first contribution in #42
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- Expose Compactor's header/trailer by @benbjohnson in #37
- Fix Pos.String() formatting by @benbjohnson in #38
- Add NewPos() by @benbjohnson in #39
- Add header flags to compactor by @benbjohnson in #40
Full Changelog: v0.3.2...v0.3.3
v0.3.2
v0.3.1
What's Changed
- Add WAL fields to CLI by @benbjohnson in #21
- Add Node ID to LTX header by @benbjohnson in #31
- Move Pos to LTX repository by @benbjohnson in #32
- Customize FileSpec GoString for easier debugging by @benbjohnson in #33
- Add PosMismatchError by @benbjohnson in #34
- Skip pages past commit on compaction by @benbjohnson in #35
Full Changelog: v0.3.0...v0.3.1
v0.3.0
This release adds an LZ4 compression flag to the ltx.Header
to enable compression of the data portion of the LTX file. This still works with v0.2.x files but the version number has been bumped to indicate that a significant feature has been added.
What's Changed
- Implement LZ4 compression by @benbjohnson in #29
- Remove Reader implementation by @benbjohnson in #30
Full Changelog: v0.2.13...v0.3.0
v0.2.13
What's Changed
- Fix timestamp column in 'ltx list' by @benbjohnson in #27
- Show timestamp w/ millisecond precision by @benbjohnson in #28
Full Changelog: v0.2.12...v0.2.13
v0.2.12
What's Changed
- Add 'commit' field to 'ltx list' command by @benbjohnson in #26
Full Changelog: v0.2.11...v0.2.12
v0.2.11
What's Changed
- Benchmark XOR of map of checksums by @benbjohnson in #24
- Disallow encoding of lock page by @benbjohnson in #25
Full Changelog: v0.2.10...v0.2.11