Skip to content

Release v2.10.24-RC.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@NATS-CI NATS-CI released this 13 Dec 13:33
· 1479 commits to main since this release
v2.10.24-RC.1
376b361

Changelog

Refer to the 2.10 Upgrade Guide for backwards compatibility notes with 2.9.x.

Go Version

  • 1.23.4

Dependencies

  • golang.org/x/crypto v0.31.0 (#6246)

Fixed

General

  • Request/reply tracking with allow_responses permission is now pruned more regularly, fixing performance issues that can get worse over time (#6064)

JetStream

  • Revert a change introduced in 2.10.23 that could potentially cause a consumer info call to fail if it takes place immediately after the consumer was created in some large or heavily-loaded clustered setups (#6250)
  • Minor fixes to subject state tracking (#6226, #6235, #6244)
  • Minor fixes to healthz and healthchecks (#6247, #6248, #6232)

Complete Changes

v2.10.23...v2.10.24-RC.1