NATS client v2.6.0 Release Notes

Release Date: 2019-07-22 // almost 5 years ago
    • ๐Ÿ›  [FIXED/ADDED] - #197 - the ability to use a single dispatcher for multiple message handlers, including multiple subscriptions on a single subject
    • ๐Ÿ—„ [FIXED] - #252 - deprecated strings for username/pass/token and use char arrays instead, required changing some other code to CharBuffer
    • ๐Ÿ›  [FIXED] - #255 - added special ioexception when possible to indicate an authentication problem on connect
    • ๐Ÿ›  [FIXED] - cleaned up use of "chain" instead of "creds"
    • โšก๏ธ [ADDED] - Openjdk11 to travis build and updated gradle wrapper to 5.5
    • โœ… [ADDED] - an option to trace connect timing, including a test and example