Reactor BISMUTH-SR7 is out!
On behalf of the whole Reactor Team, it is my pleasure to announce that the Reactor BISMUTH-SR7
release train is now available. As always, we recommend using the reactor-bom
Bill Of Material.
In time for Spring Boot 2, this release train comes with improvements and bugfixes to core, extras, and reactor-netty.
This blog post highlights the most significant changes in both SR7 and last week’s SR6 release trains.
Reactor-Core 3.1.5
What’s new since
3.1.3
? See the full release notes of the3.1.4.RELEASE
and the3.1.5.RELEASE
. Core changes include more than 15 improvements and bugfixes.
A few new operators have landed in this release: For example, mergeOrdered
has been added to Flux
and ParallelFlux
. It lets you merge multiple sources by continuously picking the smallest available value among all the sources, as defined by a provided Comparator
…