Release v2.11.4-RC.2
Pre-release
Pre-release
·
195 commits
to main
since this release
Changelog
Refer to the 2.11 Upgrade Guide for backwards compatibility notes with 2.10.x.
Go Version
- 1.24.3
Improved
JetStream
- Reduced allocations when finding the next message matching a filter in the filestore, which also improves the performance of calculating interest state on streams with an interest/WQ retention policy (#6908)
Fixed
JetStream
- Fixed a deadlock that could occur when using
multi_last
direct gets or when calculating the first sequence number for a consumer with a deliver-last-per-subject deliver policy (#6899) - A spelling error in a store error was fixed (#6895) Thanks to @cjohansen for the contribution!
Tests
- Unit tests have been improved (#6900)