Changelog
Refer to the 2.14 Upgrade Guide for backwards compatibility notes with 2.12.x. Please note that the 2.13.x version was skipped.
Go Version
- 1.26.7
Improved
JetStream
- Reduced the number of heap escapes in subject tree matching (#8526)
Fixed
JetStream
- Fixed a signalling issue that could stall Raft catchups (#8501)
- The pending append entry cache in-memory is now bounded by size as well as entry count (#8501)
- Fixed an issue where a stale snapshot from a previous Raft group could be replayed if the group name was unchanged (#8501)
- Consumer delivery counts will no longer underflow below zero (#8512, contributed by @no-hup)