Skip to content

Commit a310b12

Browse files
0.20.3
1 parent d6b20cb commit a310b12

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGES.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# RxJava Releases #
22

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+
329
### 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)) ###
430

531
* [Pull 1637] (https://github.com/ReactiveX/RxJava/pull/1637) Optimize single BlockingObservable operations

0 commit comments

Comments
 (0)