Releases
0.16.0
jponge
released this
27 Apr 16:35
Changelog
#531 - Fix incomplete AssertJ API usage
#530 - Change the default infrastructure pool to be a cached thread pool instead of the fork/join
#528 - Update MicroProfile Reactive Streams Operators to version 2.0
#526 - New approach for the awaitItems method in the AssertSubscriber
#525 - Multiple upstream requests in the multi.collect().last() operator
#524 - Fix duplicate items issue when create a multi from a collection
#522 - Bump mockito-core from 3.8.0 to 3.9.0
#520 - Fix race condition when waiting for items in the MultiGroupTest
#518 - Fix race condition when waiting for items in the MultiGroupTest
#517 - #516 Let MultiMerge.streams accept Iterable<? extends Publisher>
#516 - Discrepancy between MultiConcat and MultiMerge
Breaking Changes
parameter <T> io.smallrye.mutiny.Multi<T> io.smallrye.mutiny.groups.MultiMerge::streams(===java.lang.Iterable<org.reactivestreams.Publisher<T>>===)
updated to parameter <T> io.smallrye.mutiny.Multi<T> io.smallrye.mutiny.groups.MultiMerge::streams(===java.lang.Iterable<? extends org.reactivestreams.Publisher<T>>===)
: Align concatenation and merge APIs
You can’t perform that action at this time.