Skip to content

Commit 0398453

Browse files
Version 0.19.1
1 parent d317cb4 commit 0398453

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGES.md

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

3+
### Version 0.19.1 ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.19.1%22)) ###
4+
5+
* [Pull 1357] (https://github.com/Netflix/RxJava/pull/1357) MergeWith, ConcatWith, AmbWith
6+
* [Pull 1345] (https://github.com/Netflix/RxJava/pull/1345) RxScala: Simplify doOnCompleted/Terminate, finallyDo callback usage
7+
* [Pull 1337] (https://github.com/Netflix/RxJava/pull/1337) Make Future receive NoSuchElementException when the BlockingObservable is empty
8+
* [Pull 1335] (https://github.com/Netflix/RxJava/pull/1335) RxAndroid: Bump build tools to 19.1 and android plugin to 0.11
9+
* [Pull 1327] (https://github.com/Netflix/RxJava/pull/1327) Join patterns extension for 4..9 and N arity joins.
10+
* [Pull 1321] (https://github.com/Netflix/RxJava/pull/1321) RxAndroid: Ensuring Runnables posted with delay to a Handler are removed when unsubcribed
11+
* [Pull 1347] (https://github.com/Netflix/RxJava/pull/1347) Allow use of the returned subscription to cancel periodic scheduling
12+
* [Pull 1355] (https://github.com/Netflix/RxJava/pull/1355) Don't add the subscriber to the manager if it unsubscribed during the onStart call
13+
* [Pull 1350] (https://github.com/Netflix/RxJava/pull/1350) Baseline Performance Tests
14+
* [Pull 1316] (https://github.com/Netflix/RxJava/pull/1316) RxScala: Add the rest operators
15+
* [Pull 1324] (https://github.com/Netflix/RxJava/pull/1324) TrampolineScheduler & Unsubscribe
16+
* [Pull 1311] (https://github.com/Netflix/RxJava/pull/1311) Tiny integration test change
17+
18+
319
### Version 0.19.0 ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.19.0%22)) ###
420

521
#### Performance and Object Allocation

0 commit comments

Comments
 (0)