Skip to content

0.5.4

Compare
Choose a tag to compare
@cescoffier cescoffier released this 24 Jun 18:30
· 2290 commits to main since this release

Major changes

Complete changelog

  • #187 - Uni.onFailure().invoke should enforce the failure predicate
  • #186 - onFailure(..).invoke always called no matter onFailure arguments
  • #185 - Add onItem() / onFailure() invokeUni
  • #184 - Bump reactor-core from 3.3.6.RELEASE to 3.3.7.RELEASE
  • #181 - Avoid leaking CompletionException coming from CompletionStage
  • #180 - Add support for repeat whilst
  • #179 - CompletionStage exceptions leak into Mutiny API
  • #176 - Allow stopping Uni.repeat() during the last retrieval
  • #173 - Bump asciidoctor-maven-plugin from 2.0.0-RC.1 to 2.0.0
  • #172 - Bump bnd-maven-plugin from 5.1.0 to 5.1.1
  • #155 - Provide invoke for async calls