You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
Changelog
Added
Core NATS:
TLSHandshakeFirst option to perform TLS handshake before receiving the INFO protocol message. Note: This option is not yet available in nats-server (#1433)
JetStream:
CreateOrUpdateStream helper function to create a stream if it does not exist or update an existing stream. Thanks to @samanebi for the contribution (#1395)
Fixed
Test (dev) dependencies are no longer added to go.mod when using nats.go. Thanks to @masumomo for the contribution (#1441)
JetStream:
Panic on Consumer.Info() when empty response and errors are returned (#1426)
Invalid handling of heartbeats in Consume and Messages (#1428)
Properly recreating ordered consumers on server restart (#1425)
Legacy JetStream:
Panic on ConsumerInfo() when empty response and errors are returned (#1426)
Improved
Fixed typos in jetstream/README.md. Thanks @cbrake for the contribution (#1436)