All Versions
70
Latest Version
Avg Release Cycle
37 days
Latest Release
-

Changelog History
Page 4

  • v2.6.8 Changes

    May 27, 2020

    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
  • v2.6.7 Changes

    April 04, 2020
    • Reconnect cleanup #300
  • v2.6.6 Changes

    October 25, 2019

    ๐Ÿ›  [FIXED] - #274 - Added a check to prevent double event notification
    โšก๏ธ [CHANGED] - #276 - Updated TLS certs to match go client
    โšก๏ธ [FIXED] - #275 - Updated connect to randomize with the same code as reconnect

  • v2.6.5 Changes

    September 03, 2019

    ๐Ÿš€ 2.6.5 is a test release to check automated maven releases. No code changes effect the running library.

  • v2.6.4 Changes

    August 31, 2019

    ๐Ÿš€ 2.6.4 is a test release with no code changes but major build changes to support automated release.

  • v2.6.3 Changes

    August 31, 2019

    ๐Ÿš€ Bumped version to test automated deploy.

  • v2.6.2 Changes

    August 30, 2019

    โฌ†๏ธ Bumped version to replace maven packages built with JDK 11 with ones built with JDK 8

  • v2.6.1 Changes

    August 29, 2019
    • ๐Ÿ›  [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
  • v2.6.0 Changes

    July 22, 2019
    • ๐Ÿ›  [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
  • v2.5.2 Changes

    June 19, 2019
    • ๐Ÿš‘ [FIXED] - #244 - fixed a critical issue with parsing ipv6 addresses in the info JSON, added unit test for parser
    • ๐Ÿ›  [FIXED] - #245 - fixed a timing bug in nats bench, now subscribers start timing at the first receive
    • โœ… [FIXED/CHANGED] - #246 - fixed a confusing output from nats bench in CSV mode, now the test count and the total count are printed
    • [ADDED] - spring cache to git ignore file
    • ๐Ÿ‘ [ADDED] - support for running nats bench with conscrypt