Skip to content

Releases: LMAX-Exchange/disruptor-proxy

3.1.1

16 Jan 17:14
f6b99be
Compare
Choose a tag to compare
Merge pull request #24 from LMAX-Exchange/revert-jreleaser

Revert "Disable Releasing to GitHub in JReleaser"

3.1.0

27 Dec 16:50
b421292
Compare
Choose a tag to compare

What's Changed

  • Move generated class packages to enable java 21 support by @davidcooke2 in #23
  • Javassist 3.24 or later is now required

Full Changelog: 3.0.0...3.1.0

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.