Skip to content

dqlite v1.16.4

Latest
Compare
Choose a tag to compare
@cole-miller cole-miller released this 23 Feb 15:32
· 183 commits to master since this release

This release fixes some bugs in dqlite's build system that were introduced when developing the --enable-build-raft option:

  • Fix building without --enable-build-raft when liblz4 is not available: #603
  • Fix building with vendored sqlite3.c: #607

It also introduces code for a new thread pool that will be used in future versions of dqlite, but is not currently enabled: