2.0.2
API enhancements
- Pull 4858: add
Maybe.flatMapSingleElementreturningMaybe - Pull 4881: Add
@CheckReturnValueannotation to aid static verification tools
Performance enhancements
- Pull 4885: Dedicated
reduce()op implementations
Bugfixes
- Pull 4873:
TestObservershouldn't clear the upstream disposable on terminated - Pull 4877: Apply missing
RxJavaPlugins.onAssemblyon ops - Commit bf0c: Fix
firstOrErrorconverted back toObservable/Flowablenot reportingNoSuchElementException.