-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Closed
Labels
Description
Version 1.1.6 - June 18, 2016 (Maven)
API enhancements
- Pull 3934:
TestSubscriberextra info on assertion failures - Pull 3948: add
Completable.andThen(Completable) - Pull 3942: add
Completable.subscribeto be safe, addunsafeSubscribeoption +RxJavaPluginshook support - Pull 3936: promote
UnicastSubjectto be a standard+experimentalSubject - Pull 3971: add
Observable.rebatchRequestsoperator to change and stabilize request amounts of the downstream. - Pull 3986: add
Schedulers.reset()for better testing
requires review 👍
- Pull 3959: add
scanwith an initial factory callback - Pull 3918:
ReplaySubjectnow supports backpressure
API deprecations
- Pull 3948 deprecate
Completable.endWith()in favor ofandThen()
Performance enhancements
- Pull 3470:
replayrequest coordination reduce overhead
Bugfixes
- Pull 3924: fix
RxRingBuffer-pool depending on thecomputationscheduler - Pull 3922: fix
using()resource cleanup when factory throws or being non-eager - Pull 3941: fix
Single.flatMapnot composing subscription through - Pull 3958: fix
just()construction to call theonCreateexecution hook - Pull 3977: Use the correct
Throwableto set the cause forCompositeException - Pull 4005: Fix Spsc queues reporting not empty but then poll() returns null.
vanniktech, lenguyenthanh and notflorian