-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Description
The following are already merged:
#2892 Fix Observable.range race condition
#2895 Fix Observable.from(Iterable) race condition
#2898 Observable.range - add unit test for eager completion on empty
#2899 Observable.from(empty) to emit onComplete even when 0 requested
#2894 Concat: fixed reentrancy problem in completeInner
#2880 Use singleton reduction functions in count and countLong
#2902 Prevent ExceptionsTest from hanging when testing stack overflow
#2897 Fix for overlapping windows.
#2904 TakeLast - add request overflow check
#2905 Use singleton Operators where we can
#2909 Fix the drainer to check if the queue is empty before quitting.
#2911 OperatorPublish benchmark
#2914 Optimization - use OperatorTakeLastOne for takeLast(1)
#2915 Observable.ignoreElements - optimize
#2883 Proposal: standardized Subject state-peeking methods.
#2901 Operators toList and toSortedList now support backpressure
#2921 OperatorObserveOn - handle request overflow correctly
#2882 OperatorScan - don't call onNext after onError is called
#2875 Fix: NPE in requestFromChild method.
Reviewing a handful of other PRs right now before releasing.