Skip to content

Release v3.4.1

Compare
Choose a tag to compare
@kozlovic kozlovic released this 12 Oct 17:51
· 137 commits to main since this release
b26143d

Changelog

Fixed

  • JetStream:
  • Removed unnecessary ifdef in _makeTLSConn. Thanks to @npes87184 for the contribution (#597)
  • The library would reconnect to an implicit NATS Server (one that is discovered with gossip protocol) without using the user's provided username/password present in the server URL(s). The option natsOptions_SetUserInfo() was normally recommended for that case, but with the server ability to be configured with a no_auth_user, the past behavior was leading to very hard issues to investigate. Thanks to @kino71 and @julio77it for the report (#603)

Complete Changes

v3.4.0...v3.4.1