Changelog
Added
- Service API:
- Core NATS:
- Added
ForceReconnect
method on connection for manually triggering reconnect (#1624)
- Added
Fixed
- KeyValue:
- JetStream:
- Fixed validation for streams, consumers and KV buckets to avoid protocol errors (#1613)
- Core NATS:
- Fixed
ConnectedCB
not being invoked when usingRetryOnFailedConnect: true
and the initialnats.Connect
fails (#1619)
- Fixed
Improved
- Core NATS:
- Remove unnecessary allocations from
readMIMEHeader
(#1609)
- Remove unnecessary allocations from
- KeyValue:
- Added json tags to KeyValueConfig struct. Thanks @pricelessrabbit for the contribution (#1630)
- Legacy JetStream:
- Added documentation for
StreamConfig
in jsm.go. Thanks @kazmerdome for the contribution (#1625)
- Added documentation for