Skip to content

Release v2.8.4

Compare
Choose a tag to compare
@NATS-CI NATS-CI released this 26 May 17:13
· 4344 commits to main since this release
66524ed

Changelog

Go Version

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

Fixed

  • JetStream:
    • Consumer pending count was not correct when a stream had max messages per subject greater than 1 and a consumer that filtered out part of the stream was created (#3148)
    • Spurious 408 status messages sent to pull consumers. Also made some modifications to reduce lock contention between processing of acknowledgments and delivery of messages (#3149)
  • MQTT:
    • Connections with same client ID but on different domains may have been detected as duplicates (#3150)

Complete Changes

v2.8.3...v2.8.4