Changelog
Note that we added a deprecation notice for this project. See note here
Go Version
- 1.19.8: Both release executables and Docker images are built with this Go release.
Updated
- Dependencies
- github.com/hashicorp/go-msgpack v1.1.5 -> v2.1.0. Thanks to @karlmutch for the report (#1285)
- github.com/hashicorp/raft v1.3.11 -> v1.4.0
- github.com/lib/pq v1.10.4 -> v1.10.8
- NATS Server v2.9.11 -> v2.9.16
- NATS Go client v1.22.1 -> v1.25.0
- go.etcd.io/bbolt v1.3.6 -> v1.3.7 (#1287, #1288)
Fixed
- Clustering:
- The server could get stuck while performing leadership acquired actions. This would make the cluster unavailable to clients (#1287)