1.0.10
- Pull 2892 Fix Observable.range race condition
- Pull 2895 Fix Observable.from(Iterable) race condition
- Pull 2898 Observable.range - add unit test for eager completion on empty
- Pull 2899 Observable.from(empty) to emit onComplete even when 0 requested
- Pull 2894 Concat: fixed reentrancy problem in completeInner
- Pull 2880 Use singleton reduction functions in count and countLong
- Pull 2902 Prevent ExceptionsTest from hanging when testing stack overflow
- Pull 2897 Fix for overlapping windows.
- Pull 2904 TakeLast - add request overflow check
- Pull 2905 Use singleton Operators where we can
- Pull 2909 Fix the drainer to check if the queue is empty before quitting.
- Pull 2911 OperatorPublish benchmark
- Pull 2914 Optimization - use OperatorTakeLastOne for takeLast(1)
- Pull 2915 Observable.ignoreElements - optimize
- Pull 2883 Proposal: standardized Subject state-peeking methods.
- Pull 2901 Operators toList and toSortedList now support backpressure
- Pull 2921 OperatorObserveOn - handle request overflow correctly
- Pull 2882 OperatorScan - don't call onNext after onError is called
- Pull 2875 Fix: NPE in requestFromChild method.
- Pull 2814 Operator Publish full rewrite
- Pull 2820 Backpressure for window(size)
- Pull 2912 Fix the Scheduler performance degradation
Artifacts: Maven Central