Releases: maxpert/marmot
Releases · maxpert/marmot
v0.6.0-beta.3
Improving interval delay and checkpointing wal
v0.6.0-beta.2
Fixing logs and adding restore snapshot flag
v0.6.0-beta.1
First stress-testable version that should not cause DB corruption.
v0.6.0-alpha.5
Fixing bug in savesnapshot upload
v0.6.0-alpha.4
Moving to FNV hash
v0.6.0-alpha.3
Major refactor in logic to reload connections appropriately after res…
v0.6.0-alpha.2
Fixing issues with sub issue and removing durablity to ensure logs ge…
v0.6.0-alpha.1
Trail snapshot save and restore
v0.5.0
New:
- Compression support with zstd - This needs to be enabled explicitly by passing
-compress
flag. By default it has been kept off to stay backwards compatible. - Global transaction ordering - This will allow every node to publish changes in exact order. Still far from exact consistent ordering. But this will allow us in future to use distributed locks to strictly order transactions.
v0.4.5-beta.2
Compression and strict ordering beta