Skip to content

Releases: eclipse/microprofile-reactive-streams-operators

MicroProfile Reactive Streams Operators 3.0

16 Sep 18:28
Compare
Choose a tag to compare

Javadocs | Spec PDF |Spec html

The list of changes went to this release are documented here.
This release can be consumed by adding the following dependency to your build:

<dependency>
    <groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
    <artifactId>microprofile-reactive-streams-operators-api</artifactId>
    <version>3.0</version>
</dependency>

MicroProfile Reactive Streams Operators 3.0-RC1

25 Jan 17:38
Compare
Choose a tag to compare

Javadocs | Spec PDF |Spec html

The list of changes went to this release are documented here.
This release can be consumed by adding the following dependency to your build:

<dependency>
    <groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
    <artifactId>microprofile-reactive-streams-operators-api</artifactId>
    <version>3.0-RC1</version>
</dependency>

MicroProfile Reactive Streams Operators 2.0

27 Apr 10:45
Compare
Choose a tag to compare

Javadocs | Spec PDF |Spec html

The list of changes went to this release are documented here.
This release can be consumed by adding the following dependency to your build:

<dependency>
    <groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
    <artifactId>microprofile-reactive-streams-operators-api</artifactId>
    <version>2.0</version>
</dependency>

2.0-RC1

23 Feb 10:58
Compare
Choose a tag to compare
2.0-RC1 Pre-release
Pre-release

This release only contains one change, which is to bring in Reactive Stream newly released 2.0-RC1.
Javadocs | Spec PDF |Spec html
This release can be consumed by adding the following dependency to your build:

<dependency>
    <groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
    <artifactId>microprofile-reactive-streams-operators-api</artifactId>
    <version>2.0-RC1</version>
</dependency>

MicroProfile Reactive Streams 1.0.1 Final Release

02 Sep 22:29
Compare
Choose a tag to compare

This release only contains one change, which is to bring in Reactive Stream newly released 1.0.3.
Javadocs | Spec PDF |Spec html
This release can be consumed by adding the following dependency to your build:

<dependency>
    <groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
    <artifactId>microprofile-reactive-streams-operators-api</artifactId>
    <version>1.0.1</version>
</dependency>

1.0.1-RC1

31 Aug 21:40
Compare
Choose a tag to compare
1.0.1-RC1 Pre-release
Pre-release

This release only contains one change, which is to bring in Reactive Stream newly released 1.0.3.
Javadocs | Spec PDF |Spec html
This release can be consumed by adding the following dependency to your build:

<dependency>
    <groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
    <artifactId>microprofile-reactive-streams-operators-api</artifactId>
    <version>1.0.1-RC1</version>
</dependency>

1.0

17 Jan 23:36
Compare
Choose a tag to compare
1.0

This is 1.0 final release of MicroProfile Reactive Streams Operators.
Javadocs | Spec PDF |Spec html
This release can be consumed by adding the following dependency to your build:

<dependency>
    <groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
    <artifactId>microprofile-reactive-streams-operators-api</artifactId>
    <version>1.0</version>
</dependency>

Implementations of the spec are available at:

https://github.com/lightbend/microprofile-reactive-streams
https://github.com/smallrye/smallrye-reactive-streams-operators

1.0-RC4

12 Dec 18:33
Compare
Choose a tag to compare
1.0-RC4 Pre-release
Pre-release

This is the fourth release candidate of MicroProfile Reactive Streams Operators.

There are two changes since RC3:

  • #116 - Rename packageId, groupId and packages to be in line with the other MicroProfile specifications

This release can be consumed by adding the following dependency to your build:

<dependency>
    <groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
    <artifactId>microprofile-reactive-streams-operators-api</artifactId>
    <version>1.0-RC4</version>
</dependency>

(GroupId and ArtifactID have been updated)

Javadocs are available at:
https://download.eclipse.org/microprofile/microprofile-reactive-streams-1.0-RC4/apidocs/?org/eclipse/microprofile/reactive/streams/operators/package-summary.html

(Package has been updated)

The specification can be found at:

http://download.eclipse.org/microprofile/microprofile-reactive-streams-1.0-RC4/microprofile-reactive-streams-operators-spec.html

Implementations of the spec are available at:

https://github.com/lightbend/microprofile-reactive-streams
https://github.com/smallrye/smallrye-reactive-streams-operators

1.0-RC3

05 Dec 03:00
Compare
Choose a tag to compare
1.0-RC3 Pre-release
Pre-release

This is the third release candidate of MicroProfile Reactive Streams Operators.

There are two changes since RC2:

  • 107 - A coupled operator was added for creating a processor builder from a publisher and subscriber.
  • 115 - The spi artifact was merged into the api.

This release can be consumed by adding the following dependency to your build:

<dependency>
    <groupId>org.eclipse.microprofile.reactive.streams</groupId>
    <artifactId>microprofile-reactive-streams-operators</artifactId>
    <version>1.0-RC3</version>
</dependency>

Javadocs are available at:

http://download.eclipse.org/microprofile/microprofile-reactive-streams-1.0-RC3/apidocs/?org/eclipse/microprofile/reactive/streams/package-summary.html

The specification can be found at:

http://download.eclipse.org/microprofile/microprofile-reactive-streams-1.0-RC3/microprofile-reactive-streams-operators-spec.html

Implementations of the spec are available at:

https://github.com/lightbend/microprofile-reactive-streams
https://github.com/smallrye/smallrye-reactive-streams-operators

1.0-RC2

22 Nov 23:34
Compare
Choose a tag to compare
1.0-RC2 Pre-release
Pre-release

This is the second release candidate of MicroProfile Reactive Streams Operators.

The major change here is a restructuring of the APIs, such that the builders are interfaces rather than final classes, and the top level method definitions for operations are shared between PublisherBuilder and ProcessorBuilder.

This release can be consumed by adding the following dependency to your build:

<dependency>
    <groupId>org.eclipse.microprofile.reactive.streams</groupId>
    <artifactId>microprofile-reactive-streams-operators</artifactId>
    <version>1.0-RC2</version>
</dependency>

Javadocs are available at:

http://download.eclipse.org/microprofile/microprofile-reactive-streams-1.0-RC2/apidocs/?org/eclipse/microprofile/reactive/streams/package-summary.html

The specification can be found at:

http://download.eclipse.org/microprofile/microprofile-reactive-streams-1.0-RC2/microprofile-reactive-streams-operators-spec.html

Implementations of the spec are available at:

https://github.com/lightbend/microprofile-reactive-streams
https://github.com/smallrye/smallrye-reactive-streams-operators