Skip to content

Release v0.25.4

Compare
Choose a tag to compare
@NATS-CI NATS-CI released this 17 Apr 17:39
· 13 commits to main since this release
9b0fea8

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)

Complete Changes

v0.25.3...v0.25.4