Skip to content

Releases: maxpert/marmot

v0.1.4

31 Aug 20:56
Compare
Choose a tag to compare
  • Removing dependency on debounce, using lock instead
  • Improved debug tracing for message logging on notification errors

v0.1.3

31 Aug 19:32
Compare
Choose a tag to compare
  • Improving propose speed
  • Adding capability to shuffle clusters

v0.1.2

31 Aug 05:46
Compare
Choose a tag to compare

First working stable version (tested out in production). Implements:

  • SQLite CDC via triggers and tables
  • Ability to run state machine on top of SQLite to apply and discard changes
  • Multi-group Raft with configurable shards
  • Control pane with basic auth to control the cluster
  • Ability to pass tables to replicate
  • Replication is distributed based on hash of table, RowID pairs

v0.1.1

31 Aug 04:56
Compare
Choose a tag to compare
Fixing Upsert with manual query