You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an early release for 3.0.0 to allow preparations for the breaking API changes and cleanups. Please check out the wiki page What's different in 3.0 from time to time for the details and migration guide.
Version 3.0.0-RC8 - January 19, 2020 (Maven)
JavaDocs
This is an early release for 3.0.0 to allow preparations for the breaking API changes and cleanups. Please check out the wiki page What's different in 3.0 from time to time for the details and migration guide.
API changes
fromFuture(..., Scheduler)
overloads. (3.x: Remove fromFuture(..., Scheduler) overloads #6814)concatMapIterable
overload. (3.x: Remove a pointless Observable.concatMapIterable overload #6837)combineLatestArrayDelayError
. (3.x: Rename to combineLatestArrayDelayError #6838)Maybe.onExceptionResumeNext
. (3.x: Remove Maybe.onExceptionResumeNext #6844)Bugfixes
Flowable.flatMap
not canceling the inner sources on outer error. (3.x: Fix Flowable.flatMap not canceling the inner sources on outer error #6826)Documentation enhancements
Flowable
JavaDocs + validator. (3.x: Prettify Flowable javadoc + validator #6806)Completable
and some others. (3.x: Improve Javadocs of Completable and some others #6809)Single
(3.x: Improve Javadocs of Single #6812)Maybe
(3.x: Improve JavaDocs of Maybe #6815)Observable
and fix similar issues elsewhere (3.x: Improve JavaDocs of Observable and fix similar issues elsewhere #6831)@return
sentences in JavaDocs (3.x: Simplify @return sentences in Flowable JavaDocs #6847)Other changes
junit
from 4.12 to 4.13 (Bump junit from 4.12 to 4.13 #6810)build-info-extractor-gradle
from 4.12.0 to 4.13.0 (Bump build-info-extractor-gradle from 4.12.0 to 4.13.0 #6808)The text was updated successfully, but these errors were encountered: