Skip to content

Releases: LMAX-Exchange/disruptor

Release 3.3.8

12 Feb 03:22
Compare
Choose a tag to compare
  • Performance fix for BlockingWaitStrategy

Release 3.3.7

28 Sep 22:40
Compare
Choose a tag to compare
  • 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

Release 3.3.6

06 Oct 22:57
Compare
Choose a tag to compare
  • 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

Release 3.3.5

20 Jul 23:01
Compare
Choose a tag to compare
  • Fix NPE in TimeoutBlockingWaitStrategy when used with WorkProcessor
  • Add LiteTimeoutBlockingWaitStrategy
  • Resignal any waiting threads when trying to publish to a full ring buffer