Skip to content

v0.6.0

Compare
Choose a tag to compare
@maxpert maxpert released this 19 Oct 14:10
· 196 commits to master since this release
c0d5cbf

Improvements:

  • MAJOR: Implements save and restore for database using purely NATS and blob-storage (Addressing #20).
  • Safer restore and boot time forced wal_checkpoint to prevent any DB corruptions.
  • Introduction of basic SQLite connection pooling to ensure concurrent progress and access won't cause DB corruption.
  • Bug fixes in stream creation.