Skip to content

Releases: maxpert/marmot

v0.3.15

17 Sep 23:17
Compare
Choose a tag to compare
v0.3.15 Pre-release
Pre-release

Fixing crash due to bug in SQLiteLogDB causing crash when log compaction is called.

v0.3.13

12 Sep 23:35
Compare
Choose a tag to compare
v0.3.13 Pre-release
Pre-release

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

11 Sep 23:45
Compare
Choose a tag to compare
v0.3.9 Pre-release
Pre-release
Adding back cleanup logic for published rows

v0.3.7

11 Sep 23:18
Compare
Choose a tag to compare
v0.3.7 Pre-release
Pre-release
Pebble DB issues scoping down to arm64

v0.3.5

11 Sep 06:06
61f0c57
Compare
Choose a tag to compare
v0.3.5 Pre-release
Pre-release

Pre-release for stress and production testing. Do not use in production.

v0.3.3

10 Sep 18:15
270d94f
Compare
Choose a tag to compare
v0.3.3 Pre-release
Pre-release
Seems like a problem with CGO cross compile

v0.3.1

07 Sep 18:43
Compare
Choose a tag to compare

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

04 Sep 18:44
Compare
Choose a tag to compare

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

02 Sep 01:21
Compare
Choose a tag to compare

Very minor fix on node map update logic

v0.1.5

01 Sep 21:07
Compare
Choose a tag to compare
  • Raft log improvements
  • Control pane improvements including response payloads