Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 822 Bytes

CHANGELOG.md

File metadata and controls

22 lines (16 loc) · 822 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

  • Nothing so far

v0.2.0 - 2023-03-14

  • Introduce EntryRegistry to improve code readability (#3)
  • Introduce github.com/fgrosse/wal/waltest package (#5)
  • Refactor SegmentReader API for better performance and readability (#5)
  • Drop direct dependency on go.uber.org/atomic

v0.1.0 - 2023-03-12

  • Initial release