Skip to content

v0.3.2

Choose a tag to compare

@benbjohnson benbjohnson released this 09 Feb 13:46
· 554 commits to main since this release

This release makes several small quality-of-life improvements and fixes a shadow WAL corruption bug that can occur under certain circumstances with large databases.

  • Fix tabwriter to align using spaces instead of tabs.
  • Reduce s3 sync interval when using replica URL to improve new user experience.
  • Add trace file to replicate command for debugging.
  • Fix shadow WAL corruption on stalled validation.
  • Enforce max WAL index to prevent theoretical overflow.
  • Check checkpoint result during restore.
  • Fix Windows build (although not supported yet).
  • Log WAL frame checksum mismatch.
  • Reduce logging output.