2.0.1
API enhancements
- Pull 4827: Porting the
Scheduler.whenoperator from 1.x to 2.x - Pull 4831: add
Flowable.doFinally(Action)for handling post-terminal or cancel cleanup. - Pull 4832: add
doFinallyto the rest of the reactive base classes - Pull 4833: add
Flowable.doAfterNextoperator - Pull 4835: add
Observable.doAfterNextand{Single|Maybe}.doAfterSuccess. - Pull 4838: add fluent
TestSubscriber.requestMore
Documentation fixes/enhancements
- Pull 4793: Fix javadoc mentioning
IllegalArgumentExceptioninstead ofNullPointerExceptionfor calling withnullparameter(s). - Pull 4798: Fix
Observable.toFlowabledocumentation - Pull 4803: Fix
ObservableEmittermentioningFlowableEmitter. - Pull 4810: Fix
Completable.retryWhenterminology about signal emission. - Pull 4815: Fix typo in javadoc of
Maybe.toSingle - Pull 4839: fix wording of some operators, remove
@throwsimplications
Bugfixes