|
| 1 | +#Reactive Streams 1.0.0 is here! |
| 2 | + |
| 3 | + |
| 4 | +It is with great pleasure that we—the *Reactive Streams Special Interest Group*—are announcing the immediate availability of the final form of _Reactive Streams_—after countless hours of prototyping, discussions, debate, evaluations, programming, testing, specifying requirements, documenting, and refining—we are confident that we have found the essential solution to the problem that we set out to solve: |
| 5 | + |
| 6 | +>[…] provide a standard for asynchronous stream processing with non-blocking back pressure.“ - [reactive-streams.org](http://www.reactive-streams.org) |
| 7 | +
|
| 8 | +Available right now are the following artifacts: |
| 9 | + |
| 10 | +* `org.reactivestreams:reactive-streams:1.0.0`—the Reactive Streams interfaces |
| 11 | + |
| 12 | +* `org.reactivestreams:reactive-streams-tck:1.0.0`—the Reactive Streams TCK |
| 13 | + |
| 14 | +* `org.reactivestreams:reactive-streams-examples:1.0.0`—documented, verified, example implementations to draw inspiration from. |
| 15 | + |
| 16 | + |
| 17 | +We are also proud to let _Reactive Streams_ `1.0.0` be announced to the world accompanied with a multitude of compliant implementations verified by the TCK for 1.0.0, listed below in alphabetical order: |
| 18 | + |
| 19 | +* [Akka](http://akka.io/) Streams *(version `1.0-RC2`)* |
| 20 | + * See this [Activator template](http://www.typesafe.com/activator/template/akka-stream-scala) and the [documentation](http://doc.akka.io/docs/akka-stream-and-http-experimental/1.0-M5/index.html). |
| 21 | +* [MongoDB](http://mongodb.org) *(version `UNKNOWN`)* |
| 22 | + * For the documentation see [here](http://mongodb.github.io/mongo-java-driver-reactivestreams). |
| 23 | +* [Ratpack](http://www.ratpack.io) *(version `0.9.16`)* |
| 24 | + * See the [“Streams”](http://www.ratpack.io/manual/current/streams.html) chapter of the manual. |
| 25 | +* Reactive Rabbit *(version `UNKNOWN`)* |
| 26 | + * Driver for RabbitMQ/AMQP, see [here](https://github.com/ScalaConsultants/reactive-rabbit). |
| 27 | +* [Reactor](http://projectreactor.io/) *(version `2.0.1.RELEASE`)* |
| 28 | + * For the documentation see [here](http://projectreactor.io/docs/reference/streams.html). |
| 29 | +* [RxJava](http://reactivex.io/) *(version `1.0.0`)* |
| 30 | + * See [github.com/ReactiveX/RxJavaReactiveStreams](https://github.com/ReactiveX/RxJavaReactiveStreams). |
| 31 | +* [Slick](http://slick.typesafe.com/) *(version `3.0.0`)* |
| 32 | + * See the ["Streaming"](http://slick.typesafe.com/doc/3.0.0-RC3/dbio.html#streaming) section of the manual. |
| 33 | +* [Vert.x 3.0](http://vertx.io) *(version `UNKNOWN`)* |
| 34 | + * Vert.x 3.0 is currently in alpha. The Reactive Streams implementation can be found [here](https://github.com/vert-x3/vertx-reactive-streams). |
| 35 | + |
| 36 | +##Credits |
| 37 | + |
| 38 | +We'd like to thank everyone involved, all [contributors](https://github.com/reactive-streams/reactive-streams-jvm/graphs/contributors), and everyone who has given feedback during the development of this project. |
| 39 | + |
| 40 | +*Warm regards, |
| 41 | + |
| 42 | +the Reactive Streams Special Interest Group* |
0 commit comments