Releases: smallrye/smallrye-mutiny
Releases · smallrye/smallrye-mutiny
0.4.3
0.4.2
0.4.1
Major changes
Complete changelog
0.4.0
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
0.3.0
0.2.0
Major changes
Complete changelog
0.1.2
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
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