NATS v2.1.9 Release Notes
Release Date: 2020-11-02 // over 4 years ago-
๐ Changelog
Go Version
- ๐ 1.14.10: Both release executables and Docker images are built with this Go release.
๐ Fixed
- Possible panic if server receives a maliciously crafted JWT CVE-2020-26521 (#1624)
- ๐ User and claims activation revocation checks CVE-2020-26892 (#1632, #1635, #1645)
- Panic on shutdown while accepting TLS client connections (6900905)
- โ Added defensive code for handling of Leafnode connections (d99d0eb)
Complete Changes
Previous changes from v2.1.8
-
๐ Changelog
Go Version
- ๐ 1.14.8: Both release executables and Docker images are built with this Go release.
๐ Fixed
- ๐ Allow response permissions to work across accounts (#1487)
- Race condition during implicit Gateway reconnection (#1412)
- Possible stall on shutdown with leafnode setup. Thanks to @HeavyHorst for the report (#1414)
- Possible removal of interest on queue subs with leaf nodes (#1424)
- Unsubscribe may not be propagated through a leaf node (#1455)
- LeafNode solicit failure race could leave conn registered (#1475)
- Handling or real duplicate subscription (#1507)
- ๐ฆ Log file size limit not honored after re-open signal (#1438)
- ๐ฒ Connection name in log statement for some IPv6 addresses (#1506)
- ๐ Better support for distinguishedNameMatch in TLS Auth. Thanks to @nagukothapalli for the report (#1577)
- Error when importing an account results in an error (#1578)
Complete Changes