github smallrye/smallrye-mutiny 0.16.0

latest releases: 2.7.0-RC2, 2.7.0-RC1, 2.6.2...
3 years ago

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

Don't miss a new smallrye-mutiny release

NewReleases is sending notifications on new releases.