Releases: maxpert/marmot
Releases · maxpert/marmot
v0.3.15
Fixing crash due to bug in SQLiteLogDB
causing crash when log compaction is called.
v0.3.13
Now all the tables inside a database will be included as part of CDC. This is required because of fast snapshot restore mechanism, since we do byte by byte copy instead of running hour long transactions in batches to restore a snapshot of database. An endpoint has also been exposed to post a database as multi-part request. This is experimental right now and might be used in future to have boot sequence to download and start database file from remote resource.
v0.3.9
Adding back cleanup logic for published rows
v0.3.7
Pebble DB issues scoping down to arm64
v0.3.5
Pre-release for stress and production testing. Do not use in production.
v0.3.3
Seems like a problem with CGO cross compile
v0.3.1
Fixed all the bugs in SQLite LogDB implementation. Turns out there were very specific checks and edge cases. This should take good care of all those cases.
v0.2.0
Major changes in the way change logs are captured and replicated. No more dependency on rowid
and primary keys are used to do upserts. Much more efficient way to prevent avalanche effect by not touching rowid
.
v0.1.6
Very minor fix on node map update logic
v0.1.5
- Raft log improvements
- Control pane improvements including response payloads