Changelog
Refer to the 2.11 Upgrade Guide for backwards compatibility notes with 2.10.x.
Go Version
- 1.25.5
Added
Monitoring
- Added
tls_cert_not_afterto thevarzmonitoring endpoint for showing when TLS certificates are due to expire (#7709)
Fixed
JetStream
- Fixed an issue where a single truncated block could prevent storing new messages in the filestore (#7704)
- Fixed a concurrent map iteration/write panic that could occur on WorkQueue streams during partitioning (#7708)
- Fixed a deadlock that could occur on shutdown when adding streams (#7710)
- A data race on mirror consumers has been fixed (#7716)
- JetStream no longer leaks subscriptions in a cluster when a stream import/export is set up that overlaps the
$JS.>namespace (#7720) - The filestore will no longer waste CPU time rebuilding subject state for WALs (#7721)
- Configuring
cluster_trafficin config mode has been fixed (#7723) - A subject interest check bug that could exit early due to a partial wildcard has been fixed (#7728)