Changelog
Note that we added a deprecation notice for this project. See note here
Go Version
- 1.20.11: Both release executables and Docker images are built with this Go release.
Updated
- Dependencies (#1295)
- github.com/hashicorp/go-msgpack/v2 v2.1.0 -> v2.1.1
- github.com/hashicorp/raft v1.5.0 -> v1.6.0
- github.com/nats-io/nats-server/v2 v2.9.23 -> v2.9.24
- github.com/nats-io/nats.go v1.28.0 -> v1.31.0
- github.com/prometheus/procfs v0.11.0 -> v0.12.0
- go.etcd.io/bbolt v1.3.7 -> v1.3.8
- golang.org/x/crypto v0.14.0 -> v0.15.0
- golang.org/x/sys v0.13.0 -> v0.14.0
Fixed
- Clustering:
- Raft log sync between leader and follower fails. Thanks to @fowlerp-qlik for the report (#1295)