Skip to content

Releases: conversant/disruptor

1.2.21

18 Oct 15:53
0803a76
Compare
Choose a tag to compare

maintenance release: dependabot

1.2.20

31 May 19:27
9cfab66
Compare
Choose a tag to compare

Update junit for dependabot

1.2.19

09 Sep 17:50
Compare
Choose a tag to compare

Improvements to build and release process

1.2.18

07 Sep 18:21
Compare
Choose a tag to compare
  • remove dependency on slf4j - scope test
  • fix and update many long standing build issues
  • build and deploy is now using GitHub Actions

1.2.17 - Java Modules with exports

26 Mar 00:11
Compare
Choose a tag to compare

updated modules to use exports

1.2.16 - Java Modules

25 Mar 14:04
Compare
Choose a tag to compare

This release includes support for the Java module system

1.2.15: Fixes stack peek when empty

20 Dec 14:44
Compare
Choose a tag to compare

Closes #12 stack peek on empty

Release 1.2.14

13 Dec 03:42
Compare
Choose a tag to compare

Catching up on a few small changes

Conversant Disruptor 1.2.11

17 Aug 18:02
Compare
Choose a tag to compare

Performance improvements for Java 8 and above.

Improved techniques to avoid cache line sharing
 - using @sun.misc.Contended in some key locations
 - -XX:-RestrictContended is now required for best performance

Initial Support for Java 9
- Provide a callback for handling PAUSE instruction in JVM
- onSpinWait is currently commented out for jdk8 build

Java 7 is no longer supported!

Conversant Disruptor 1.2.10

05 Jan 17:40
Compare
Choose a tag to compare

Release for JAVA 7 and JAVA 8

  • Support for MPMC style queue
  • Java @contended annotation on Java 8
  • bug fixes and improvements to the BlockingQueue api

It is recommended that all users upgrade to this version.