Changelog
Added
- Core NATS:
TLSHandshakeFirst
option to perform TLS handshake before receiving theINFO
protocol message. Note: This option is not yet available innats-server
(#1433)
- JetStream:
Fixed
- Test (dev) dependencies are no longer added to
go.mod
when usingnats.go
. Thanks to @masumomo for the contribution (#1441) - JetStream:
- Legacy JetStream:
- Panic on
ConsumerInfo()
when empty response and errors are returned (#1426)
- Panic on
Improved
- Fixed typos in
jetstream/README.md
. Thanks @cbrake for the contribution (#1436) - Updated client dependencies list (#1439, #1440)