-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.1 API promotions #5243
Labels
Milestone
Comments
What about the |
Thanks, added to the experimental -> standard section. |
I'd like to define what should happen with the
/**
* The operator ...
* <p>History: 2.0.6 - experimental.
* @param x ...
* @since 2.1
*/
@CheckReturnValue
public final Flowable<R> operator(...) This small addendum should help quickly pinpoint when certain features were added and were promoted without the need to scan through release logs, commits and PRs. |
This was referenced Apr 21, 2017
Closing via #5307. |
This was referenced Jun 16, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Planned release date: April 29, 2017
Experimental to Standard
CheckReturnValue
(since 2.0.2)Scheduler.when()
(since 2.0.1)CompletableSubject
(since 2.0.5)MaybeSubject
(since 2.0.5)SingleSubject
(since 2.0.5)TestSubscriber.requestMore()
(since 2.0.1)Completable
cache()
(since 2.0.4)doFinally()
(since 2.0.1)hide()
(since 2.0.5)Flowable
doAfterNext()
(since 2.0.1)doFinally()
(since 2.0.1)sample()
with emitLast option (since 2.0.5)Maybe
doAfterSuccess()
(since 2.0.1)doFinally()
(since 2.0.1)flatMapSingleElement()
(since 2.0.2)Observable
doAfterNext()
(since 2.0.1)doFinally()
(since 2.0.1)sample()
with emitLast option (since 2.0.5)Single
doAfterSuccess()
(since 2.0.1)doAfterTerminate()
(since 2.0.6)doFinally()
(since 2.0.1)BaseTestConsumer
assertNever()
(since 2.0.5) 2 overloadsassertNoTimeout()
(since 2.0.7)assertTimeout()
(since 2.0.7)awaitCount()
(since 2.0.7) 3 overloadsclearTimeout()
(since 2.0.7)isTimeout()
(since 2.0.7)TestWaitStrategy
(since 2.0.7)withTag()
(since 2.0.7)RxJavaPlugins
createComputationScheduler()
(since 2.0.5)createIoScheduler()
(since 2.0.5)createNewThreadScheduler()
(since 2.0.5)createSingleScheduler()
(since 2.0.5)getOnBeforeBlocking()
(since 2.0.5)isFailOnBlockingScheduler()
(since 2.0.5)onBeforeBlocking
(since 2.0.5)setFailOnBlockingScheduler()
(since 2.0.5)setOnBeforeBlocking()
(since 2.0.5)Beta to Standard
There are no components marked with
@Beta
in the 2.0.x version additions.Experimental to Beta
FlowableSubscriber
(since 2.0.7)Flowable.parallel()
(since 2.0.5) 3 overloadsFlowable.subscribe(FlowableSubscriber)
(since 2.0.7)OnErrorNotImplementedException
(since 2.0.6)ProtocolViolationException
(since 2.0.6)UndeliverableException
(since 2.0.6)ParallelFlowable
(since 2.0.5)RxJavaPlugins.getOnParallelAssembly()
(since 2.0.6)RxJavaPlugins.onAssembly(ParallelFlowable)
(since 2.0.6)RxJavaPlugins.setOnParallelAssembly()
(since 2.0.6)Leave as is
Observable.switchMapSingle()
(since 2.0.8 - experimental)Observable.switchMapSingleDelayError()
(since 2.0.8 - experimental)ParallelFailureHandling
(since 2.0.8 - experimental)ParallelFlowable.doOnNext(Consumer, ParallelFailureHandling)
(since 2.0.8 - experimental)ParallelFlowable.map(Consumer, ParallelFailureHandling)
(since 2.0.8 - experimental)-
ParallelFlowable.filter(Consumer, ParallelFailureHandling)
(since 2.0.8 - experimental)ParallelTransformer
(since 2.0.8 - experimental)BehaviorProcessor.offer()
(since 2.0.8 - experimental)PublishProcessor.offer()
(since 2.0.8 - experimental)UnicastProcessor.create(boolean)
(since 2.0.8 -experimental) 2 overloads of fail-fast modeUnicastSubject.create(boolean)
(since 2.0.8 -experimental) 2 overloads of fail-fast modeSingle.unsubscribeOn(Scheduler)
(since 2.0.9 - experimental)Remove
Flowable.strict()
(since 2.0.5, deprecated in 2.0.7)The text was updated successfully, but these errors were encountered: