NATS Go Client v1.9.2 Release Notes
Release Date: 2020-03-30 // over 3 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. 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
- Option to set the reply subject in