Major changes
- #165 - Improve onItem/onFailure produceX method
Complete changelog
- #205 - Add eventually methods to Uni
- #204 - Add the Uni.chain and Uni.then shortcuts
- #203 - Add Uni/Multi onItem().transformToUni and onItem().transformToMulti
- #199 - Add invoke and invokeUni shortcut on Uni and Multi
- #197 - Deprecate Uni/Multi 'then' in favor of 'stage'
- #196 - Rename Uni/Multi apply to transform
- #195 - Add the onSubscribe group to both Uni and Multi
- #194 - Deprecate Uni.and / Uni.or
- #193 - Mark functional interfaces in Functions
- #190 - Use suppressed exception instead of explicit list in CompositeException
- #189 - Improvement around Uni creation and subscription
- #188 - Improve CompositeException to override getCause()
- #183 - Reduce duplication between the 2 MultiRepeat operators
- #178 - Uni API improvements
- #165 - Improve onItem/onFailure produceX method
- #160 - onSubscribed should allow async result
- #151 - New operator to chain a Uni
b
after a Unia
while ignoring Unib
's return value - #146 - Uni.invoke() (or call() or handle())
- #143 - Improve operation chaining (produceUni/produceMulti)
- #132 - Add javadoc to UniOnResultDelay
- #83 - Invoke CompletionStage