-
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
Release 1.1.6 preparations #3970
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: