Skip to content

Release v0.23.0

Compare
Choose a tag to compare
@NATS-CI NATS-CI released this 15 Oct 18:10
· 92 commits to main since this release
fcf3b54

Changelog

Note that we added a deprecation notice for this project. See note here

Go Version

  • 1.16.9: Both release executables and Docker images are built with this Go release.

Updated

  • Dependencies (#1215)
    • Postgres v1.10.2 -> v1.10.3
    • NATS Server v2.3.3 -> v2.6.2

Improved

  • Clustering:
    • Redelivery for queue members is now similar to standalone/FT mode, which means that messages will be redelivered to any member of the group (as opposed to the member that originally received the messages). Thanks to @mihai-tiriplica-f3 for the suggestion (#1214)

Fixed

  • Clustering:
    • A queue member's last_sent in monitoring endpoints may be displayed as 0 on follower nodes, while it is not on the leader node. Thanks to @Xswer and @PBug90 for the report (#1213)

Complete Changes

v0.22.1...v0.23.0