Skip to content

Releases: LMAX-Exchange/disruptor-proxy

3.1.1

Choose a tag to compare

@adacooke adacooke released this 16 Jan 17:14
f6b99be
Merge pull request #24 from LMAX-Exchange/revert-jreleaser

Revert "Disable Releasing to GitHub in JReleaser"

3.1.0

Choose a tag to compare

@adacooke adacooke released this 27 Dec 16:50
b421292

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

Choose a tag to compare

@adacooke adacooke released this 16 Oct 11:30
16a0230

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

Choose a tag to compare

@sea36 sea36 released this 03 Jan 10:27

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

Release 2.0.7

Choose a tag to compare

@epickrram epickrram released this 08 Aug 14:44

Update release number

Release 2.0.5

Choose a tag to compare

@epickrram epickrram released this 05 Aug 14:51

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

Update to 2.0.4

Choose a tag to compare

@epickrram epickrram released this 17 May 11:46

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