Skip to content

Release v1.9.2

Compare
Choose a tag to compare
@kozlovic kozlovic released this 30 Mar 23:56
4d5d5d1

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