Skip to content

Release v2.10.19-RC.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@NATS-CI NATS-CI released this 27 Aug 15:26
· 1117 commits to main since this release
v2.10.19-RC.6
5d3effe

Changelog

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

Go Version

  • 1.22.6

Dependencies

  • golang.org/x/crypto v0.26.0 (#5782)
  • golang.org/x/sys v0.24.0 (#5782)
  • golang.org/x/time v0.6.0 (#5751)

Improved

JetStream

  • Don’t attempt to re-compact blocks that cannot be compacted, reducing unnecessary CPU usage and disk I/Os (#5831)

Fixed

General

  • Corrected an off-by-one condition when growing to or shrinking from node48 in the subject tree (#5826)

JetStream

  • Avoid increasing the cluster last failed sequence when the message was likely deleted (#5821)