Skip to content

Releases: maxpert/marmot

v0.7.2

01 Dec 14:38
e5fe5d0
Compare
Choose a tag to compare

Support for additional path in S3 storage, this will allow snapshot to use a specific path for doing backups and restore rather than root of the bucket.

v0.7.1

06 Nov 03:48
d0f561b
Compare
Choose a tag to compare

Support for S3 compatible snapshot storage. Checkout config.toml for detailed documentation on configuration.

v0.7.0

02 Nov 13:08
20d2312
Compare
Choose a tag to compare

Moving to TOML based file configuration instead of command line parameters.

v0.7.0-RC.1

22 Oct 16:21
4804673
Compare
Choose a tag to compare
v0.7.0-RC.1 Pre-release
Pre-release

Moving to file based configuration for more fine grained control.

v0.6.0

19 Oct 14:10
c0d5cbf
Compare
Choose a tag to compare

Improvements:

  • MAJOR: Implements save and restore for database using purely NATS and blob-storage (Addressing #20).
  • Safer restore and boot time forced wal_checkpoint to prevent any DB corruptions.
  • Introduction of basic SQLite connection pooling to ensure concurrent progress and access won't cause DB corruption.
  • Bug fixes in stream creation.

v0.6.0-RC.1

12 Oct 13:25
1d0da69
Compare
Choose a tag to compare

Features:

  • MAJOR: Implements save and restore for database using purely NATS and blob-storage (Addressing #20).
  • Safer restore and boot time forced wal_checkpoint to prevent any DB corruptions.

Fixes:

  • Bug fixes in stream creation
  • Introduction of basic connection pooling to ensure concurrent progress and access won't cause DB corruption

v0.6.0-beta.7

12 Oct 02:37
Compare
Choose a tag to compare
v0.6.0-beta.7 Pre-release
Pre-release
Incremental log replication instead of crazy re-apply on every mismatch

v0.6.0-beta.6

11 Oct 05:56
Compare
Choose a tag to compare
v0.6.0-beta.6 Pre-release
Pre-release
Major refactor

v0.6.0-beta.5

11 Oct 01:16
Compare
Choose a tag to compare
v0.6.0-beta.5 Pre-release
Pre-release
Adding lock for eliminating any race conditions between publish and r…

…eplicate

v0.6.0-beta.4

10 Oct 22:34
Compare
Choose a tag to compare
v0.6.0-beta.4 Pre-release
Pre-release
Upgrading SQLite version