NATS v2.1.0 Release Notes

Release Date: 2019-09-20 // over 4 years ago
  • ๐Ÿ”„ Changelog

    Go Version

    • ๐Ÿš€ 1.12.9: Both release executables and Docker images are built with this Go release.

    โž• Added

    • RTT in /routez details (#1101)
    • ๐Ÿ†• New /leafz monitoring endpoint (#1108)
    • ๐Ÿšค Latency tracking for exported services (BETA) (#1111, #1112, #1122, #1125, #1130, #1132, #1136, #1137)
    • System level services for debugging (BETA). Exported services to the system account for debugging of blackbox systems. Ability to get the number fo subscribers for a given subject and optionally queue group (#1127)

    ๐Ÿ›  Fixed

    • โœ๏ธ Some typos in code. Thanks to @beautytiger for the contribution (#1105)
    • Some Leafnode issues (#1106)
    • Issue when there is a circular dependency in account server import (#1119)
    • ๐Ÿ”ง MaxPending configured to more than 2GB. Thanks to @cv711 for the report (#1121)
    • โšก๏ธ Some internal locking issues related to accounts lookup and updates (#1126, #1131)
    • โœ… Ability to pass to the command line -cluster nets://<host>:-1 for a random port, which is used in some NATS libraries for testing. This was broken due to changes in Golang (#1128)
    • 0๏ธโƒฃ Ensure server uses default if ResponsesPermissions's values are set to 0 (#1135)

    ๐Ÿ‘Œ Improved

    Complete Changes

    v2.0.4...v2.1.0