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)