Skip to content

Release v2.11.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 May 10:20
· 8 commits to main since this release
v2.11.3
a82cfda

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 with state set to all (#6849)

Complete Changes

v2.11.2...v2.11.3