Releases: LMAX-Exchange/disruptor-proxy
Releases · LMAX-Exchange/disruptor-proxy
Release 3.0.0
Breaking Changes
Minimum Java version is now 11.
What's Changed
- return the toString of invocation handler when calling toString on thee proxy by @juddgaddie in #16
- Add GitHub Actions for CI by @Palmr in #19
- Update to Gradle 7.6 by @davidcooke2 in #20
- Fix exception handler validation by @davidcooke2 in #20
- Automate Releases Using GitHub Actions by @thebeanogamer in #21
New Contributors
- @juddgaddie made their first contribution in #16
- @Palmr made their first contribution in #19
- @davidcooke2 made their first contribution in #20
Full Changelog: 2.1.0...3.0.0
Release 2.1.0
Introduce BatchSizeListener that will be notified of the size of each disruptor batch
Release 2.0.7
Update release number
Release 2.0.5
Adds the MessagePublicationListener
interface to provide notification of events being published into the ring-buffer by the proxy.
Update to 2.0.4
Minor update adding DropListener
for publishers to receive notification when the ring-buffer is full, and the OverflowStrategy
is DROP
.