File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 1
1
# RxJava Releases #
2
2
3
+ ### Version 1.0.0-rc.3 ([ Maven Central] ( http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.0.0-rc.3%7C ) ) ###
4
+
5
+ * Merging fixes from 0.20.4 into 1.x branch
6
+
7
+ ### Version 0.20.4 ([ Maven Central] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.20.4%22 ) ) ###
8
+
9
+ * [ Pull 1667] (https://github.com/ReactiveX/RxJava/pull/1667 ) Fix the bug that Switch doesn't propagate 'unsubscribe'
10
+ * [ Pull 1659] (https://github.com/ReactiveX/RxJava/pull/1659 ) OperatorScan should check for MAX_VALUE on request
11
+ * [ Pull 1657] (https://github.com/ReactiveX/RxJava/pull/1657 ) Ignore furthur messages after entering terminate state
12
+ * [ Pull 1669] (https://github.com/ReactiveX/RxJava/pull/1669 ) Error Handling Unsubscribe and Terminal State
13
+ * [ Pull 1656] (https://github.com/ReactiveX/RxJava/pull/1656 ) Make TakeUntil obey Rx serialization contract
14
+ * [ Pull 1664] (https://github.com/ReactiveX/RxJava/pull/1664 ) StringObservable.split NPE fixes
15
+
3
16
### Version 1.0.0-rc.2 ([ Maven Central] ( http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.0.0-rc.2%7C ) ) ###
4
17
5
18
* [ Pull 1652] (https://github.com/ReactiveX/RxJava/pull/1652 ) Operator Scan Backpressure Fix
You can’t perform that action at this time.
0 commit comments