Changelog
Refer to the 2.11 Upgrade Guide for backwards compatibility notes with 2.10.x.
Go Version
- 1.24.2
Dependencies
- github.com/nats-io/jwt/v2 v2.7.4 (#6813)
Improved
General
- Auth tokens are now redacted in trace-level logs for enhanced security (#6808)
- Trapped signals are now logged at notice level instead of debug (#6800)
JetStream
- Allow setting per-message TTLs to values lower than the configured
SubjectDeleteMarkerTTL
when the stream has a max messages per subject limit of 1 (#6818)
Fixed
JetStream
- Push consumers are no longer incorrectly marked as inactive after a delivery failure if there is continued interest (#6807)
- The
jsz
response now contains atotal
counter field and reinstates non-paginated response behaviour that was removed in RC.1 (#6816) - Internal clients for JetStream are no longer closed unexpectedly after updating an expired account claim (#6817)
- Fixed a panic that could potentially occur when starting clustered consumers when the metalayer is shutting down (#6823)