Skip to content

3.7.3

Choose a tag to compare

@joshuawheelock joshuawheelock released this 08 Jun 20:02
· 153 commits to main since this release
c81b5d4

[3.7.3] - 2026-06-08

Changed

  • Performance: \heal\ and \�volve\ rebuild now replays events into a temporary database inside a single
    transaction, then swaps it over the original on success. Delivers ~4-5x replay speedup from batched writes and
    guarantees the original database is untouched if a corrupt event causes replay to fail. Contributed by Allan Kimmer
    Jensen
    .