Skip to content

Release v2.10.19-RC.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@NATS-CI NATS-CI released this 23 Aug 21:14
· 1335 commits to main since this release
v2.10.19-RC.5
7ad3b6f

Changelog

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

Go Version

  • 1.22.6

Improved

General

  • Upgrade sort.Slice with slices.sort (#5757)
  • Set ReadTimeout on profiling, monitoring and OCSP HTTP servers (#5790)
  • Log rate limited warnings (#5793)
  • Handling of StatsZ/Ping and Profilez system events (#5816)

JetStream

  • When we detect a bump in clfs try to snapshot (if prior was zero force). (#5812)
  • Do not load blocks unnecessarily when checking if we can skip ahead in LoadNextMsg(). (#5819)

Fixed

JetStream

  • Use correct sequence on duplicate message with no interest (#5818)
  • Fix consumer start sequence when sequence not yet in stream (#5785)
  • Connection type in scoped signing keys not honored (#5789)
  • Fix 0 expected last seq per subject for clustered stream (#5794)
  • Fix install stream snapshots on graceful shutdown (#5809)

Complete Changes

v2.10.19-RC.4...v2.10.19-RC.5