2.0.9
API enhancements
- Pull 5302: Add
Single.unsubscribeOn().
Bugfixes
- Pull 5247: Fix
Flowable.toList()onNext/cancelrace. - Pull 5256: Fix
flatMapIterableappearing to be empty when fused. - Pull 5277: Fix
Single.subscribe(BiConsumer)to be consistent withisDisposed. - Pull 5281: Fix
BehaviorProcessor&BehaviorSubjectterminate-subscribe race. - Pull 5287: Fix
Flowable.flatMapMaybe/Flowable.flatMapSinglemaxConcurrencynot requesting more.
Documentation
- Pull 5271: enable link to external JDK, fix
Schedulersstyle. - Pull 5286: Cleanup for text and Javadoc 04/15.
- Commit 7c95808: Fix
DisposableXcopy-paste error in Javadoc. - Pull 5296: Improve
doOnDisposeJavaDoc. - Pull 5297: Fix JavaDoc image for
Single.flatMapObservable(). - Pull 5304: Correct documented return type of
Single.flatMapObservable()'s function argument.
Other
- Pull 5255: Add
NullPointerExceptioncomments andObjectHelpertest code. - Pull 5251: More nullability annotations.
- Pull 5257: Remove
@NonNullannotations fromBiConsumer. - Pull 5268: Remove commented out code from
IoScheduler. - Pull 5301: More detailed no-multi-subscribe error message with the standard consumer types (such as
DisposableObserver).