Disruptor v3.0.1 Release Notes

    • โœ‚ Remove Sequencer.ensureAvailable() and move functionality into the ProcessingSequenceBarrier.
    • โž• Add get() method and deprecate getPublished() and getPreallocated() from the RingBuffer.
    • โž• Add TimeoutException to SequenceBarrier.waitFor().
    • ๐Ÿ›  Fix off by one bug in MultiProducerSequencer.publish(lo, hi).
    • ๐Ÿ‘Œ Improve testing for Sequencers.