This release brings a new option for dqlite's configure script, --enable-build-raft
. When this option is passed, dqlite will build and use a private Raft implementation instead of linking to an external libraft. --enable-build-raft
is the preferred way to use dqlite going forward, but linking to an external libraft remains supported for now, and is the default if the new flag is not passed.
One other internal change is included in this release:
- Fix many cases of arithmetic on void pointers (#569)