Changelog
Overview
This release bumps the minimal go version in go.mod
to 1.22
.
Added
- JetStream:
- KeyValue:
- Added
ListKeysFiltered
for listing keys with multiple filters. Thanks @somratdutta for the contribution (#1711)
- Added
Fixed
- JetStream:
- Fixed invalid heartbeat timer for
Consumer.Messages()
(#1786)
- Fixed invalid heartbeat timer for
- ObjectStore:
- Fixed invalid error being returned from
DeleteObjectStore
(#1762)
- Fixed invalid error being returned from
- WebSockets:
- Fixed protocol parsing errors with websocket compression and PONGs. Thanks @rsafonseca for the contribution (#1790)
- Core NATS:
- Protect against possible nil pointer panic (#1771)
Changed
- Bump go version to v1.22 (#1773)
Improved
- Fixed typo in JetStream docs. Thanks @davydog187 for the contribution (#1758)
- Improved documentation of JetStream
Consume
andMessages
options (#1770) - Removed obsolete build tags (#1787)