Skip to content

Commit 8473c9e

Browse files
Version 0.20.0-RC3
1 parent e194c34 commit 8473c9e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGES.md

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

3+
### Version 0.20.0-RC3 ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.20.0-RC3%22)) ###
4+
5+
Version 0.20.0-RC3 preview release fixes several bugs related to backpressure and adds `retryWhen`, `repeatWhen` for more advanced recursion use cases like retry with exponential backoff.
6+
7+
This version passed the Netflix API production canary process. Please test this against your code to help us find any issues before we release 0.20.0.
8+
9+
* [Pull 1493] (https://github.com/Netflix/RxJava/pull/1493 retryWhen/repeatWhen
10+
* [Pull 1494] (https://github.com/Netflix/RxJava/pull/1494 zipWith
11+
* [Pull 1501] (https://github.com/Netflix/RxJava/pull/1501 blocking synchronous next
12+
* [Pull 1498] (https://github.com/Netflix/RxJava/pull/1498 non-deterministic testUserSubscriberUsingRequestAsync
13+
* [Pull 1497] (https://github.com/Netflix/RxJava/pull/1497 spsc ring buffer concurrency test
14+
* [Pull 1496] (https://github.com/Netflix/RxJava/pull/1496 Change RxRingBuffer Queue Usage
15+
* [Pull 1491] (https://github.com/Netflix/RxJava/pull/1491 Concat Outer Backpressure
16+
* [Pull 1490] (https://github.com/Netflix/RxJava/pull/1490 non-deterministic timeouts on slow machines
17+
* [Pull 1489] (https://github.com/Netflix/RxJava/pull/1489 Backpressure Fixes and Docs
18+
* [Pull 1474] (https://github.com/Netflix/RxJava/pull/1474 Ignore backpressure for OperatorToObservableSortedList
19+
* [Pull 1473] (https://github.com/Netflix/RxJava/pull/1473 OperatorAny needs to handle backpressure
20+
* [Pull 1472] (https://github.com/Netflix/RxJava/pull/1472 Add test of backpressure to OperatorAll
21+
* [Pull 1469] (https://github.com/Netflix/RxJava/pull/1469 ToList operator needs to ignore backpressure
22+
* [Pull 1393] (https://github.com/Netflix/RxJava/pull/1393 Add cache(int capacity) to Observable
23+
* [Pull 1431] (https://github.com/Netflix/RxJava/pull/1431 CompositeException fix for Android
24+
* [Pull 1436] (https://github.com/Netflix/RxJava/pull/1436 Correct warnings
25+
26+
327
### Version 0.20.0-RC2 ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.20.0-RC2%22)) ###
428

529
Version 0.20.0-RC2 preview release adds support for backpressure to the `zip` operators, fixes bugs and removes the `Subscribe.onSetProducer` method.

0 commit comments

Comments
 (0)