Releases: maxpert/marmot
Releases · maxpert/marmot
v0.7.2
v0.7.1
v0.7.0
v0.7.0-RC.1
Moving to file based configuration for more fine grained control.
v0.6.0
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.
v0.6.0-RC.1
Features:
- 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.
Fixes:
- Bug fixes in stream creation
- Introduction of basic connection pooling to ensure concurrent progress and access won't cause DB corruption
v0.6.0-beta.7
Incremental log replication instead of crazy re-apply on every mismatch
v0.6.0-beta.6
Major refactor
v0.6.0-beta.5
Adding lock for eliminating any race conditions between publish and r…
v0.6.0-beta.4
Upgrading SQLite version