This repository has been archived by the owner on Mar 2, 2022. It is now read-only.
Releases: spring-attic/reactor-scala-extensions
Releases · spring-attic/reactor-scala-extensions
Release v0.4.0
New
- Deprecated
Flux
andMono
. They are replaced bySFlux
andSMono
respectively. - Upgrade the underlying
reactor-core
to version 3.2.9.RELEASE
Bugfix
- Flux.name does not work with Scannable (#18)
Release v0.3.7
- Added method
SParallelFlux.asJava
to allow caller to use the underlyingParallelFlux
while its underlying method is being added toSParallelFlux
(#21)
Release v0.3.5
Release v0.3.4
Release v0.3.3
Release v0.3.2
- Update reactor-core-3.1.2.RELEASE under the hood
- Add Flux#index operator
- Add Mono#single to enforce the presence of an element in a Mono[T]
- Add Mono#blockOption to block and return an Option
- Add Flux#fromStream(Supplier[Stream])
Release v0.3.1
- Update reactor-core-3.1.1 under the hood
- First release that support scala 2.12 (#3)
- Convert Java Mono/Flux to Scala Mono/Flux (#4)
v0.3.0
First release of scala-extensions against reactor-core-3.1.0.RELEASE
Release v0.2.5
This is the last release based on reactor-core 3.0.x unless there is bug.
New development is based on reactor-core 3.1.x
Another change in this release is that the artifact name contains the scala version it is built against, i.e. reactor-scala-extensions_2.11
Release v0.2.4
Change set:
- Upgraded the underlying reactor-core to v3.0.7
- Completed scaladoc for Mono
- Added FluxProcessor