NATS client v2.6.1 Release Notes

Release Date: 2019-08-29 // over 4 years ago
    • ๐Ÿ›  [FIXED] - #263 - Added server URLs to connect exception (not to auth exception)
    • ๐Ÿ—„ [FIXED] - #262 - Added @deprecated as needed
    • ๐Ÿ›  [FIXED] - #261 - Added a static credentials implementation that uses char arrays
    • ๐Ÿšš [FIXED] - #260 - Moved to nats-server from gnatsd for testing
    • ๐Ÿ›  [FIXED/CHANGED] - #259 - Double authentication errors from a server during reconnect attempts will result in the connection being closed.
    • ๐Ÿ›  [FIXED] - #257 - Added connection method to messages that come from subscriptions, dispatchers and requests
    • ๐Ÿ›  [FIXED] - #243 - Added check for whitespace in subjects and queue names
    • โœ… [FIXED] - Improved a couple flaky tests