Changelog
Refer to the 2.10 Upgrade Guide for backwards compatibility notes with 2.9.x.
Go Version
- 1.23.6
Dependencies
- github.com/klauspost/compress v1.18.0 (#6565)
Added
Leafnodes
- New server option
first_info_timeout
to control how long a leafnode connection should wait for the initial connection info, useful for high latency links (#5424)
Monitoring
- The
gatewayz
monitoring endpoint can now return subscription information (#6525)
Fixed
General
- Publishing through a service import to an account with no interest will now generate a "no responders" error instead of silently dropping the message (#6532)
JetStream
- A bug in the subject state tracking that could result in in consumers skipping messages on interest or WQ streams has been fixed (#6526)
Tests
- Unit tests have been improved (#6524)