Disruptor v2.5.1 Release Notes

    • ๐Ÿ›  Bugfix for supporting SequenceReportingEventHandler from DSL. (issue 9)
    • ๐Ÿ›  Bugfix for multi-threaded publishing to multiple ring buffers (issue 10)
    • ๐Ÿ”„ Change SequenceBarrier to always check alert status before entering waitFor cycle. Previously this was only checked when the requested sequence was not available.
    • ๐Ÿ”„ Change ClaimStrategy to not spin when the buffer has no available capacity, instead go straight to yielding to allow event processors to catch up.