NATS v1.4.0 Release Notes

Release Date: 2017-12-20 // over 6 years ago
  • ๐Ÿ”„ Changelog

    โž• Added

    • CustomDialer interface and SetCustomDialer option setter. Thanks to @joyhope and @mdevan for the report (#334)

    ๐Ÿ‘Œ Improved

    • โฌ‡๏ธ Reduce memory allocations for subscription protocol. Thanks to @nussjustin (#319)

    ๐Ÿ›  Fixed

    • โฑ Possible repeated timeout of Flush/FlushTimeout and inability to dispatch (#322)
    • โœ๏ธ Some typos and unnecessary type conversion. Thanks to @marmotini (#324)
    • ErrorHandler not always reporting proper error (#326)
    • TLSConfig cloning for Go 1.8+. Thanks to @johanbrandhorst (#336)

    ๐Ÿ—„ Deprecated

    • Dialer option/setter, which deals with a *net.Dialer. Use CustomDialer instead (#334)

    Complete Changes

    nats-io/[email protected]