NATS client v0.5.0 Release Notes

  • 2016-08-10 GitHub Diff

    • ⏪ Reverted to Java 1.7 compatibility to avoid Android incompatibility
    • 🛠 Fixed an issue that was preventing TLS connections from reconnecting automatically.
    • 🛠 Fixed an issue with asynchronous subscriptions not terminating their feeder thread.
    • 🔦 Exposed pending limits APIs
    • ⚡️ Updated examples to match Go client and added benchmark program
    • ↔ Integrated NATS parent POM
    • ↔ Integrated check style
    • ↔ Integrated maven-bundle-plugin to provide OSGI compliant java-nats bundle
    • ⚡️ Miscellaneous minor bug fixes and javadoc updates