Skip to content

Releases: maxpert/marmot

v0.6.0-beta.3

10 Oct 19:57
Compare
Choose a tag to compare
v0.6.0-beta.3 Pre-release
Pre-release
Improving interval delay and checkpointing wal

v0.6.0-beta.2

10 Oct 01:13
Compare
Choose a tag to compare
v0.6.0-beta.2 Pre-release
Pre-release
Fixing logs and adding restore snapshot flag

v0.6.0-beta.1

10 Oct 00:03
Compare
Choose a tag to compare
v0.6.0-beta.1 Pre-release
Pre-release

First stress-testable version that should not cause DB corruption.

v0.6.0-alpha.5

09 Oct 23:49
Compare
Choose a tag to compare
v0.6.0-alpha.5 Pre-release
Pre-release
Fixing bug in savesnapshot upload

v0.6.0-alpha.4

09 Oct 23:14
Compare
Choose a tag to compare
v0.6.0-alpha.4 Pre-release
Pre-release
Moving to FNV hash

v0.6.0-alpha.3

09 Oct 19:04
Compare
Choose a tag to compare
v0.6.0-alpha.3 Pre-release
Pre-release
Major refactor in logic to reload connections appropriately after res…

…tore DB has happened

v0.6.0-alpha.2

09 Oct 16:26
Compare
Choose a tag to compare
v0.6.0-alpha.2 Pre-release
Pre-release
Fixing issues with sub issue and removing durablity to ensure logs ge…

…t replayed and snapshot catches up

v0.6.0-alpha.1

05 Oct 23:31
Compare
Choose a tag to compare
v0.6.0-alpha.1 Pre-release
Pre-release

Trail snapshot save and restore

v0.5.0

04 Oct 14:17
ec4bd88
Compare
Choose a tag to compare

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

02 Oct 22:57
38fd867
Compare
Choose a tag to compare
v0.4.5-beta.2 Pre-release
Pre-release

Compression and strict ordering beta