File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1
1
# RxJava Releases #
2
2
3
+ ### Version 1.0.12 – June 9th 2015 ([ Maven Central] ( http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.0.12%7C ) ) ###
4
+
5
+ * [ Pull 2963] (https://github.com/ReactiveX/RxJava/pull/2963 ) Set of standard producers and updated queue implementations
6
+ * [ Pull 2961] (https://github.com/ReactiveX/RxJava/pull/2961 ) fix Amb backpressure bug
7
+ * [ Pull 2960] (https://github.com/ReactiveX/RxJava/pull/2960 ) fix OperatorConcat race condition where request lost
8
+ * [ Pull 2985] (https://github.com/ReactiveX/RxJava/pull/2985 ) improve OperatorSerializeTest.testMultiThreadedWithNPEinMiddle
9
+ * [ Pull 2986] (https://github.com/ReactiveX/RxJava/pull/2986 ) OperatorAll - implement backpressure and include last value in exception cause
10
+ * [ Pull 2987] (https://github.com/ReactiveX/RxJava/pull/2987 ) fix skip() race condition and request overflow
11
+ * [ Pull 2988] (https://github.com/ReactiveX/RxJava/pull/2988 ) Operator exists() - implement backpressure & include last value in exception cause
12
+ * [ Pull 2989] (https://github.com/ReactiveX/RxJava/pull/2989 ) prevent take() from requesting more than needed
13
+ * [ Pull 2991] (https://github.com/ReactiveX/RxJava/pull/2991 ) takeUntil(predicate) - include last value in error cause
14
+ * [ Pull 2992] (https://github.com/ReactiveX/RxJava/pull/2992 ) Fix value rendering in error last cause for primitive types
15
+ * [ Pull 2993] (https://github.com/ReactiveX/RxJava/pull/2993 ) takeWhile(predicate) - include last value in error cause
16
+ * [ Pull 2996] (https://github.com/ReactiveX/RxJava/pull/2996 ) switchIfEmpty - fix backpressure bug and lost requests
17
+ * [ Pull 2999] (https://github.com/ReactiveX/RxJava/pull/2999 ) Fix a wrong assertion in assertError
18
+ * [ Pull 3000] (https://github.com/ReactiveX/RxJava/pull/3000 ) Replace the Java 7 AssertionError(message, cause) with initCause
19
+ * [ Pull 3001] (https://github.com/ReactiveX/RxJava/pull/3001 ) use Subscribers.from()
20
+ * [ Pull 3009] (https://github.com/ReactiveX/RxJava/pull/3009 ) Observable.from(iterable) - ensure it.hasNext() is not called unnecessarily
21
+
3
22
### Version 1.0.11 – May 19th 2015 ([ Maven Central] ( http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.0.11%7C ) ) ###
4
23
5
24
* [ Pull 2948] (https://github.com/ReactiveX/RxJava/pull/2948 ) More assertions for TestSubscriber
You can’t perform that action at this time.
0 commit comments