Releases: LMAX-Exchange/disruptor
Releases · LMAX-Exchange/disruptor
Release 3.3.8
- Performance fix for BlockingWaitStrategy
Release 3.3.7
- 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
- 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
- Fix NPE in TimeoutBlockingWaitStrategy when used with WorkProcessor
- Add LiteTimeoutBlockingWaitStrategy
- Resignal any waiting threads when trying to publish to a full ring buffer