NATS client v0.3.1 Release Notes

  • 2016-01-18 Initial public release of java-nats, now available on Maven Central.

    • โž• Added support for TLS v1.2
    • ๐ŸŽ Numerous performance improvements
    • ๐Ÿš€ The DisconnectedEventHandler, ReconnectedEventHandler and ClosedEventHandler classes from the Alpha release have been renamed to DisconnectedCallback, ReconnectedCallback and ClosedCallback, respectively.
    • ๐Ÿ‘ท Travis CI integration
    • ๐Ÿ‘ Coveralls.io support
    • โœ… Increased test coverage