Release v2.10.17-RC.3
Pre-release
Pre-release
Changelog
Refer to the 2.10 Upgrade Guide for backwards compatibility notes with 2.9.x.
Includes everything in v2.10.17-RC.2.
Go Version
- 1.22.4
Improved
Core
- Reorder struct fields in stree for improved memory alignment (#5517)
JetStream
- Reset election timer when leaving observer mode enabling quicker leadership hand-off (#5516)
Fixed
Leafnodes
- Prevent potential message duplication for queue-group subscriptions (#5519) Thanks to @pcsegal for the report!
JetStream
- Fix accounting for consumers with a different replication factor than the parent stream (#5521)
- Fix potential segfault if
mset.mirror
was nil when calculating the last load message (#5522)
Chore
Jetstream
- Added additional memory-based Raft tests (#5515)