NATS Go Client v1.9.2 Release Notes

Release Date: 2020-03-30 // about 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. 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