NATS client v2.6.8 Release Notes

Release Date: 2020-05-27 // almost 4 years ago
  • 2.6.8 - reconnect improvements.

    ๐Ÿ”„ Changed the reconnect logic so it does not try to connect to a server that it just lost the connection to.

    ๐Ÿšš With the randomization algorithm, there's a chance the client will immediately try the server it just lost connection with. Move the last connected server to the end of the list when reconnecting.

    • ๐Ÿšš [FIXED] - #309 - Removed some debug printf statements
    • [CHANGED] - Allow disable reconnect buffer by using size of zero
    • [CHANGED] - Added option to set the max unsent size at the writer and fail or discard messages
    • โšก๏ธ [CHANGED] - Updated build.gradle to not fail if TRAVIS_BRANCH isn't set