This is the first release of the v3.x.x series. This release series will host ongoing development of go-dqlite. There are no breaking changes between go-dqlite v1.22.0 and this release; the major version bump is just to accomodate the use of the v2.x.x version range for go-dqlite LTS. To track this series, follow the v3
branch, and update paths in require
and import
, e.g. import "github.com/canonical/go-dqlite/client"
becomes import "github.com/canonical/go-dqlite/v3/client"
.
What's Changed
- dqlite-demo: Reflect operation status in HTTP code by @cole-miller in #309
- feat: tab writer by @SimonRichardson in #314
- node: Document usage of ReconfigureMembership and ReconfigureMembershipExt by @cole-miller in #310
- Propagate dqlite_node_recover_ext errors by @petrutlucian94 in #318
- Add a wrapper for dqlite_node_describe_last_entry by @cole-miller in #312
- Add security policy by @cole-miller in #321
- Enable client session cache for App TLS by @cole-miller in #339
- Speed up leader search by @cole-miller in #320