We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
TestSubscriber
Completable.andThen(Completable)
Completable.subscribe
unsafeSubscribe
RxJavaPlugins
UnicastSubject
Subject
Observable.rebatchRequests
Schedulers.reset()
requires review 👍
scan
ReplaySubject
Completable.endWith()
andThen()
replay
RxRingBuffer
computation
using()
Single.flatMap
just()
onCreate
Throwable
CompositeException
The text was updated successfully, but these errors were encountered:
@akarnokd ping me after you merge #3470 I'll do the release.
Sorry, something went wrong.
Any chance for Pull #3918: ReplaySubject now supports backpressure?
Reviewing...
👍
Closing via #4008.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Version 1.1.6 - June 18, 2016 (Maven)
API enhancements
TestSubscriber
extra info on assertion failuresCompletable.andThen(Completable)
Completable.subscribe
to be safe, addunsafeSubscribe
option +RxJavaPlugins
hook supportUnicastSubject
to be a standard+experimentalSubject
Observable.rebatchRequests
operator to change and stabilize request amounts of the downstream.Schedulers.reset()
for better testingrequires review 👍
scan
with an initial factory callbackReplaySubject
now supports backpressureAPI deprecations
Completable.endWith()
in favor ofandThen()
Performance enhancements
replay
request coordination reduce overheadBugfixes
RxRingBuffer
-pool depending on thecomputation
schedulerusing()
resource cleanup when factory throws or being non-eagerSingle.flatMap
not composing subscription throughjust()
construction to call theonCreate
execution hookThrowable
to set the cause forCompositeException
The text was updated successfully, but these errors were encountered: