Releases: tidwall/wal
Releases · tidwall/wal
1.2.0
What's Changed
- feat: TruncateFront & TruncateBack support truncating all entries by @RangerCD in https://github.com/tidwall/wal/pull/31
New Contributors
- @RangerCD made their first contribution in https://github.com/tidwall/wal/pull/31
Full Changelog: v1.1.8...v1.2.0
Notes
To enable truncating all entries the must AllowEmpty option must be provided, which may change the behavior of some functions.
See 1f6190c