Changelog
Refer to the 2.11 Upgrade Guide for backwards compatibility notes with 2.10.x.
Go Version
- 1.24.2
Added
MQTT
- New
js_api_timeout
option controls how long to wait for JetStream operations caused by MQTT calls (#6833)
Improved
JetStream
- Reduced allocations in subject tree matching (#6837)
Fixed
General
- Fixed TLS 1.2 negotiation when using ECDSA certificates from the Windows certificate store (#6803)
JetStream
- Fix a regression introduced in v2.11.2 which can affect calculating consumer subject interest (#6845)
- Consumer state reporting of filtered consumers is now more consistent (#6835)
- Raft nodes will now correctly report to the upper layer when a preferred node does not become the leader, fixing some issues where multiple assets can believe they are the leader after a scale-up operation (#6851)
Monitoring
- The
connz
endpoint will now return open connections correctly withstate
set toall
(#6849)