All Versions
51
Latest Version
Avg Release Cycle
136 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v3.3.6 Changes
October 06, 2016- ๐ 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
-
v3.3.5 Changes
July 20, 2016- ๐ Fix NPE in TimeoutBlockingWaitStrategy when used with WorkProcessor
- โ Add LiteTimeoutBlockingWaitStrategy
- ๐ฆ Resignal any waiting threads when trying to publish to a full ring buffer
-
v3.3.4 Changes
- ๐จ Small build fixes and refactorings
- โ Removed unused MutableLong class
-
v3.3.3 Changes
- ๐ Support ThreadFactory in Disruptor DSL
- ๐ Make use of the Executor deprecated
-
v3.3.2 Changes
- ๐ Minor Javadoc fixes, example code and file renames.
- โ Additional generics for parametrised ExceptionHandler.
-
v3.3.1 Changes
- ๐ Minor Javadoc fixes, example code and file renames.
- ๐ Make ExceptionHandler type parametrised.
-
v3.3.0 Changes
- Inheritance based Padding for RingBuffer and Sequencers.
- ๐ Better DSL support for adding custom EventProcessors.
- โ Remove deprecated methods (slightly breaking change)
- Experimental LiteBlockingWaitStrategy
- Experimental EventPoller for polling for data instead of waiting.
-
v3.2.1 Changes
- โก๏ธ Minor build and IDE updates
- ๐ Rewrite of performance tests to run without JUnit and separate Queues in to their own tests
- โ Remove old throttled performance test
- โ Add performance tests for immutable message example
- โ Add performance tests for off-heap example
- โ Remove old Caliper tests
- โ Remove some stray yield() calls
-
v3.2.0 Changes
- ๐ Fix performance bug in WorkProcessor with MultiProducerSequencer
- โ Add EventRelease support to WorkProcessor (experimental)
- โ Add PingPongLatencyTest
- ๐ค Switch to HdrHistogram for latency measurement
-
v3.1.1 Changes
- ๐ Fix bug in WorkProcessor where consumers could get ahead of publishers