Major Changes
- New
t4://driver backed by t4db - t4 is a simple, fast KV store that supports peer-to-peer replication and realtime WAL replay to/from S3. - Extensive performance optimization of SQL-based backends to improve query efficiency, reduce connection management overhead, and address race conditions observed under heavy load.
What's Changed
- Add t4 backend driver by @makhov in #669
- Improve SQL query performance and metrics by @brandond in #668
New Contributors
Automated Bumps
- Bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 by @dependabot[bot] in #675
- Bump docker/login-action from 4.1.0 to 4.2.0 by @dependabot[bot] in #674
- Bump docker/setup-buildx-action from 4.0.0 to 4.1.0 by @dependabot[bot] in #673
- Bump docker/build-push-action from 7.1.0 to 7.2.0 by @dependabot[bot] in #672
- Bump updatecli/updatecli-action from 3.1.3 to 3.2.0 by @dependabot[bot] in #670
- Bump github.com/nats-io/nats.go from 1.51.0 to 1.52.0 by @dependabot[bot] in #666
- Bump the etcd-dependencies group with 4 updates by @dependabot[bot] in #665
- Bump google.golang.org/grpc from 1.80.0 to 1.81.1 by @dependabot[bot] in #671
Full Changelog: v0.15.0...v0.16.0