NATS client v0.7.0 Release Notes

  • 2016-10-19 GitHub Diff

    • ๐Ÿ”€ [BREAKING CHANGE] SyncSubscription#nextMessage() and its variants now throw InterruptedException if the underlying poll/take operation is interrupted.
    • ๐Ÿ›  Fixed interrupt handling.
    • โœ‚ Removed Channel implementation in favor of directly using BlockingQueue.