github nats-io/nats.go v1.9.2
Release v1.9.2

latest releases: v1.34.1, v1.34.0, v1.33.1...
4 years ago

Changelog

Added

  • Option to set the reply subject in nats-pub example (#539)
  • The queue group name in nats-qsub example (#541)

Improved

  • Reduced lock contention for connections receiving their own messages (#529)

Updated

  • Dependencies, covering the golang crypto package CVE. The CVE mentions the ssh package, which this library does not use, so NATS Go client should not be affected. Thanks to @KauzClay for the contribution (#548)

Fixed

  • Do not use sync.Once.Do() in connection's first request. Thanks to @hubinix for the report (#538)

Complete Changes

v1.9.1...v1.9.2

Don't miss a new nats.go release

NewReleases is sending notifications on new releases.