Skip to content

Releases: LMAX-Exchange/disruptor-proxy

Release 3.0.0

16 Oct 11:30
16a0230
Compare
Choose a tag to compare

Breaking Changes

Minimum Java version is now 11.

What's Changed

New Contributors

Full Changelog: 2.1.0...3.0.0

Release 2.1.0

03 Jan 10:27
Compare
Choose a tag to compare

Introduce BatchSizeListener that will be notified of the size of each disruptor batch

Release 2.0.7

08 Aug 14:44
Compare
Choose a tag to compare

Update release number

Release 2.0.5

05 Aug 14:51
Compare
Choose a tag to compare

Adds the MessagePublicationListener interface to provide notification of events being published into the ring-buffer by the proxy.

Update to 2.0.4

17 May 11:46
Compare
Choose a tag to compare

Minor update adding DropListener for publishers to receive notification when the ring-buffer is full, and the OverflowStrategy is DROP.