Skip to content

Release 2.3.2

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jul 03:30

[v2.3.2] - 2026-07-12

  • Bug fix: Embedded null bytes were dropped in decoder output #69 — the log decoder now preserves embedded null bytes intact.
  • Bug fix: Fixed decoding and recovery in the extreme case where different encryption modes are switched repeatedly within the same log file (mixed-encryption multi-segment), so such files now decode and recover correctly.
  • Robustness: Hardened parsing of corrupted log files (guarding against unexpected-size memory allocations) and improved truncate validation and mmap allocation so disk-space errors surface before mapping access.
  • Docs: Completed missing Java wrapper API comments (Javadoc).