Skip to content

Releases: smallrye/smallrye-mutiny

0.4.2

17 Mar 08:55
Compare
Choose a tag to compare

Major changes

Complete changelog

  • #81 - Implement Multi and Uni retry backOff and retry until

0.4.1

13 Mar 07:10
Compare
Choose a tag to compare

Major changes

Complete changelog

  • #80 - Add support for retry back-off in Multi
  • #78 - Add requested and isCancelled method to the MultiEmitter.
  • #77 - Remove static for Uni
  • #76 - Use a static for an Uni with a null item
  • #75 - Provide easier way to create Uni
  • #74 - When a group subscriber cancels, requesting must be re-attempted.

0.4.0

19 Feb 17:43
Compare
Choose a tag to compare

Major changes

Complete changelog

  • #73 - Catch Throwable instead of Exception
  • #72 - Uni creation in AbstractUni must call the onUniCreation hook
  • #71 - Fix typo
  • #70 - Improvements around event handlers
  • #69 - Provides the Multi.createFrom().resource() builder
  • #68 - Add build step to check the behavior on OpenJ9 (Java 11)
  • #67 - Provide an implementation of Multi consuming a java.util.Stream in a lazy fashion
  • #58 - Fix documentation update during the release process

0.3.1

14 Jan 08:22
Compare
Choose a tag to compare

Major changes

Complete changelog

  • #66 - Multi.flatMap should cancel the inners when the upstream fires a failure

0.3.0

12 Jan 15:49
Compare
Choose a tag to compare

Major changes

Complete changelog

  • #65 - Implementation of the new release process
  • #64 - Add Multi.repeating

0.2.0

08 Jan 17:15
Compare
Choose a tag to compare

Major changes

Complete changelog

  • #62 - Add a variant of Uni.createFrom().deferred allowing passing a shared state
  • #61 - Add jandex index in the mutiny implementation artifact
  • #60 - bump master version to 0.2.0-SNAPSHOT
  • #59 - Explain and improve how to use "paginated" API
  • #21 - Integrate with MicroProfile Context Propagation

0.1.2

19 Dec 15:11
Compare
Choose a tag to compare

Major changes

  • #56 - Add repeat operator and explain how to use poll-able sources

Complete changelog

  • #57 - Automate release process
  • #56 - Add repeat operator and explain how to use poll-able sources
  • #55 - Add MultiSubscriber
  • #54 - Missing generic parameter in UniOr
  • #53 - Fix javadoc incorrect method in javadoc
  • #52 - docs: minor documentation fixes
  • #51 - Remove the AbstractMulti.publisher() method
  • #50 - Make small doc fixes

0.1.1

19 Dec 13:03
Compare
Choose a tag to compare

Major changes

Complete changelog

  • #48 - Misc. typo and grammar fixes in FAQ
  • #47 - Seems like it should be 0..* not 0..n
  • #46 - Fix typo
  • #45 - Uni, Multi but mono and multi in doc too
  • #44 - Update philosophy.adoc
  • #43 - Fix #28 - It should not be possible to not set the timeout
  • #42 - Implement Uni.onItem().produceMulti()
  • #41 - Contribution guide and ribbon
  • #40 - Update intro.adoc
  • #38 - Add the then structural operator
  • #35 - Renaming to Mutiny
  • #28 - Able to access recoverWith() without providing a timeout