Dqlite Versions Save

Embeddable, replicated and fault-tolerant SQL engine.

v1.11.0

1 year ago
  • Fixed a bug that causes a node to crash under certain conditions after losing leadership in the middle of a transaction.
  • Minor cleanups.

v1.10.0

2 years ago
  • The main change is that raft snapshots no longer copy the whole database, but instead a snapshot will copy the WAL, which is reasonably small, and pass page pointers to raft. This change requires raft v0.13.0.
  • Bugfixes

v1.9.1

2 years ago
  • Bugfixes

v1.9.0

2 years ago
  • Added dqlite_node_set_network_latency_ms which deprecates the old dqlite_node_set_network_latency.
  • Added dqlite_node_recover_ext which deprecates the old dqlite_node_recover and takes node roles into account.

v1.8.0

2 years ago
  • Expose raft snapshot settings through dqlite_node_set_snapshot_params.
  • Add DQLITE_VERSION_XXXXX macros to perform feature detection.

v1.7.0

3 years ago
  • Lowering of default HeartBeat timeout
  • Multi platform fixes
  • Various bugfixes

v0.1.0

5 years ago