Skip to content

Release v2.9.3

Compare
Choose a tag to compare
@NATS-CI NATS-CI released this 10 Oct 21:12
· 3768 commits to main since this release
25e82d7

Changelog

Go Version

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

Fixed

  • JetStream:
    • Unresponsiveness (health check failures, routes being blocked) while creating a RAFT group when disk performance if very slow. Thanks to @TomasVojacek for the report (#3519)
    • Purge with additional options may leave some messages in the stream (#3529)
    • Prevent stack overflow when an account imports its own export. CVE-2022-42709 (#3538)
    • Prevent panic on negative replicas count. CVE-2022-42708 (#3539)
    • User-provided ephemeral consumer name was not used in cluster mode, that is, the server would still pick a random name (#3537)
  • Added missing command line options in the -help section. Thanks to @ariel-zilber for the contributions (#3523, #3527)

Complete Changes

v2.9.2...v2.9.3