Disruptor Versions Save

High Performance Inter-Thread Messaging Library

3.3.8

6 years ago
  • Performance fix for BlockingWaitStrategy

3.3.7

6 years ago
  • Add batch size to BatchStartAware.onBatchStart()
  • Upgrade to newer versions of gradle, checkstyle and JUnit
  • Deprecate classes & methods for later release
  • Remove JMock and rewrite tests accordingly
  • Javadoc cleanup

3.3.6

7 years ago
  • Support adding gating sequences before calling Disruptor.start()
  • Fix minor concurrency race when dynamically adding sequences
  • Fix wrapping problem when adding work handlers to the Disruptor

3.3.5

7 years ago
  • Fix NPE in TimeoutBlockingWaitStrategy when used with WorkProcessor
  • Add LiteTimeoutBlockingWaitStrategy
  • Resignal any waiting threads when trying to publish to a full ring buffer