Skip to content

v0.16.0

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Mar 05:01
· 4 commits to main since this release
a610fa8

highlights

database fingerprint checksum — a new database fingerprint checksum mechanism for verifying database state integrity, along with WAL checksum gauge metrics for improved observability. (#877, #890, #891)

control request replication via WAL — control requests are now replicated through the WAL state machine, ensuring consistency across the cluster. (#882)

leader hint support — when a client sends a request to a non-leader node, the response now includes a hint pointing to the actual leader, reducing unnecessary round-trips. (#883)

negotiated features — support for feature negotiation between client and server, enabling safe rollout of new capabilities. (#878)


bug fixes


improvements


ci & build


full changelog: v0.15.3...v0.16.0