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-RC9 - January 31, 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
Single.equals
toSingle.sequenceEqual
. (Rename Single.equals to Single.sequenceEqual #6856)Flowable.buffer
overload signatures to usePublisher
as input. (3.x: Fix groupBy not requesting more if a group is cancelled w/ items #6895)delayError
overload toMaybe.delay
. (Adding delayError to Maybe.delay #6864)Maybe
/Single
/Completable
blockingSubscribe
. (3.x: Add Maybe/Single/Completable blockingSubscribe #6862)onErrorComplete
toFlowable
,Observable
andSingle
. (3.x: Add onErrorComplete to Flowable, Observable and Single #6867)Completable.onErrorResumeWith
. (3.x: Add Completable.onErrorResumeWith #6868)Single
/Completable
retryUntil
. (3.x: Add Single/Completable retryUntil + marbles #6869)Maybe
/Single
/Completable
switchOnNext
&switchOnNextDelayError
. (3.x: Add Maybe/Single/Completable switchOnNext & switchOnNextDelayError #6870)Maybe.dematerialize
. (3.x: Add Maybe.dematerialize #6871)fromX
operators. (3.x: Add many fromX operators + marbles #6873)Maybe
/Single
timeInterval
×tamp
. (3.x: Add timeInterval & timestamp to M/S #6874)Maybe
/Completable
toFuture
. (3.x: Add Maybe/Completable toFuture #6875)Single.ofType
. (3.x: Add Single.ofType #6876)Maybe
/Single
/Completable
doOnLifecycle
. (3.x: Add doOnLifecycle to Maybe, Single & Completable #6877)concatMapX
operators (aliases). (3.x: Add concatMapX operators (aliases) #6879)concatXDelayError
operators. (3.x: Add various concatXDelayError operators #6881)Single.mergeArray
&mergeArrayDelayError
. (3.x: Add Single.mergeArray & mergeArrayDelayError #6882)Completable.sequenceEqual
. (3.x: Add Completable.sequenceEqual #6884)startWith
overloads. (3.x: Add missing startWith overloads #6885)Completable.onErrorReturn[Item]
. (3.x: Add Completable.onErrorReturn[Item] #6886)safeSubscribe
toMaybe
,Single
&Completable
. (3.x: Add safeSubscribe to Maybe, Single & Completable #6887)Maybe.flatMapSingle
andMaybe.flatMapSingleElement
, remove the latter. (3.x: Swap Maybe.flatMapSingle and Maybe.flatMapSingleElement #6891)Single.flatMap
overloads with combiner and notification selector mode (3.x: Reenable XFlatMapTest.maybeSingle, add missing Single operators #6893)concatEager(Iterator, int)
toMaybe
andSingle
. (3.x: Add concatEagerDelayError across #6899)concatEagerDelayError
toFlowable
,Observable
,Maybe
andSingle
. (3.x: Add concatEagerDelayError across #6899)Bugfixes
Flowable.groupBy
not requesting more if a group is cancelled with items still buffered. (3.x: Fix groupBy not requesting more if a group is cancelled w/ items #6895)Documentation enhancements
@throws
tag to JavaDocs. (3.x: Add last missing throws tag to JavaDocs #6860)Maybe
. (3.x: Fix many marbles in Maybe #6866)Maybe.retryUntil
marble. (3.x: Add Single/Completable retryUntil + marbles #6869)Maybe
marble diagrams. (3.x: Add remaining Maybe marbles (+50) #6897)Other changes
biz.aQute.bnd.gradle
from 4.3.1 to 5.0.0 (Bump biz.aQute.bnd.gradle from 4.3.1 to 5.0.0 #6861)Flowable
operators. (3.x: Use more appropriate operators when delegating to Flowable ops #6888)The text was updated successfully, but these errors were encountered: