File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1
1
# RxJava Releases #
2
2
3
+ ### Version 0.20.3 ([ Maven Central] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.20.3%22 ) ) ###
4
+
5
+ * [ Pull 1648] (https://github.com/ReactiveX/RxJava/pull/1648 ) Operator Scan Backpressure Fix
6
+ * [ Pull 1651] (https://github.com/ReactiveX/RxJava/pull/1651 ) RxScala: Fix the problem that Subscriber.onStart isn't called
7
+ * [ Pull 1641] (https://github.com/ReactiveX/RxJava/pull/1641 ) RxScala: Fix infinite recursive onStart call in Subscriber
8
+ * [ Pull 1646] (https://github.com/ReactiveX/RxJava/pull/1646 ) Deprecate ParallelMerge
9
+
10
+ ### Version 1.0.0-rc.1 ([ Maven Central] http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.0.0-rc.1%7C)) ###
11
+
12
+ The first release candidate for [ 1.0.0] ( https://github.com/ReactiveX/RxJava/issues/1001 ) .
13
+
14
+ This is the same code as version 0.20.2 except:
15
+
16
+ - all deprecated methods and types are deleted
17
+ - now published to groupId ` io.reactivex ` instead of ` com.netflix.rxjava `
18
+ - artifactId is now ` rxjava ` instead of ` rxjava-core `
19
+
20
+ ```
21
+ io.reactivex:rxjava:1.0.0-rc.1
22
+ ```
23
+
24
+ - all sub-projects are separated into their own projects and no longer released along with RxJava
25
+
26
+ The artifacts can be found on maven Central at: http://repo1.maven.org/maven2/io/reactivex/rxjava/1.0.0-rc.1/
27
+
28
+
3
29
### Version 0.20.2 ([ Maven Central] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.20.2%22 ) ) ###
4
30
5
31
* [ Pull 1637] (https://github.com/ReactiveX/RxJava/pull/1637 ) Optimize single BlockingObservable operations
You can’t perform that action at this time.
0 commit comments