All Versions
51
Latest Version
Avg Release Cycle
136 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v3.1.0 Changes
- ๐ Fix bug in Disruptor DSL where some consumers wouldn't be included in the gating sequences.
- โ Add support for using the EventTranslator with batch publication.
- ๐ Support timeouts when shutting down the Disruptor using the DSL.
-
v3.0.1 Changes
- โ Remove Sequencer.ensureAvailable() and move functionality into the ProcessingSequenceBarrier.
- โ Add get() method and deprecate getPublished() and getPreallocated() from the RingBuffer.
- โ Add TimeoutException to SequenceBarrier.waitFor().
- ๐ Fix off by one bug in MultiProducerSequencer.publish(lo, hi).
- ๐ Improve testing for Sequencers.
-
v3.0.0 Changes
- โ Add remaining capacity to RingBuffer
- โ Add batch publish methods to Sequencer
- โ Add DataProvider interface to decouple the RingBuffer and BatchEventProcessor
- โฌ๏ธ Upgrade to gradle 1.5
-
v3.0.0.beta5 Changes
- ๐ Make Sequencer public
-
v3.0.0.beta4 Changes
- ๐จ Refactoring, merge Publisher back into Sequencer and some of the gating sequence responsibilities up to the sequencer.
-
v3.0.0.beta3 Changes
- โก๏ธ Significant Javadoc updates (thanks Jason Koch)
- ๐ท DSL support for WorkerPool
- ๐ Small performance tweaks
- โ Add TimeoutHandler and TimeoutBlockingWaitStrategy and support timeouts in BatchEventProcessor
-
v3.0.0.beta2 Changes
- โ Remove millisecond wakeup from BlockingWaitStrategy
- โ Add RingBuffer.claimAndGetPreallocated
- โ Add RingBuffer.isPublished
-
v3.0.0.beta1 Changes
- โ Remove claim strategies and replace with Publishers/Sequences, remove pluggability of claim strategies.
- Introduce new multi-producer publisher algorithm (faster and more scalable).
- Introduce more flexible EventPublisher interface that allow for static definition of translators that can handle local values.
- ๐ Allow for dynamic addition of gating sequences to ring buffer. Default it to empty, will allow messages to be sent and the ring buffer to wrap if there are no gating sequences defined.
- โ Remove batch writes to the ring buffer.
- โ Remove timeout read methods.
- ๐ Switch to gradle build and layout the source maven style.
- ๐ API change, remove RingBuffer.get, add RingBuffer.getPreallocated for producers and RingBuffer.getPublished for consumers.
- ๐ Change maven dependency group id to com.lmax.
- โ Added PhasedBackoffStrategy.
- โ Remove explicit claim/forcePublish and supply a resetTo method.
- โ Added better handling of cases when the gating sequence is ahead of the cursor value.
-
v2.10.3 Changes
- ๐ Bug fix, race condition in SequenceGroup when removing Sequences and getting current value
-
v2.10.2 Changes
- ๐ Bug fix, potential race condition in BlockingWaitStrategy.
- ๐ Bug fix set initial SequenceGroup value to -1 (Issue #27).
- ๐ Deprecate timeout methods that will be removed in version 3.