github nats-io/nats-streaming-server v0.24.0
Release v0.24.0

latest releases: v0.25.6, v0.25.5, v0.25.4...
2 years ago

Changelog

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

Go Version

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

Updated

  • Dependencies (#1233, #1234)
    • NATS Server v2.6.6 -> v2.7.1
    • Hashicorp RAFT v1.3.2 -> v1.3.3

Changed

  • The /vendor directory has been removed and the executable is now built with go modules (#1233)
  • The error messages "request missing subject", "request for missing inbox" and "request for missing client" have been respectively replaced by "request for unknown channel", "request for unknown inbox" and "request for unknown client". This is mentioned here in case some users were filtering on those error messages (#1231)

Fixed

  • Clustering:
    • Don't report "sub close request missing subject" during RAFT's log replay. Thanks to @wilstoff for the report (#1231)
  • Link to documentation in README.md. Thanks to @EJTJ3 for the contribution (#1227)
  • Missing log statement when failing to create a channel (#1232)

Complete Changes

v0.23.2...v0.24.0

Don't miss a new nats-streaming-server release

NewReleases is sending notifications on new releases.