NATS v1.5.0 Release Notes

Release Date: 2018-03-23 // about 6 years ago
  • ๐Ÿ”„ Changelog

    โž• Added

    • Conn.Barrier() API. This is an advance API that can be useful in some specific situations. Thanks to @nussjustin for reporting an issue during development of this feature (#338, #346)
    • ReconnectBufSize() option setter. Thanks to @ripienaar (#340)

    ๐Ÿ‘Œ Improved

    • โฌ‡๏ธ Reduce memory usage during reconnect. Thanks to @charlievieth (#341)
    • No need for regex in Connect(). Thanks to @charlievieth (#342)
    • โšก๏ธ List of servers is now updated when the cluster topology changes. Will require server at version 1.0.7+ (#344, #352)

    ๐Ÿ›  Fixed

    • Protocol(s) received right after initial PONG may be missed. This would manifest with the handling of cluster topology state on connect with server 1.0.7+ (#348)

    ๐Ÿ”„ Changed

    • ๐Ÿšš Moved to Apache 2.0 License as part of the move to CNCF (#354)

    Complete Changes

    nats-io/[email protected]