Skip to content

Commit 747bd20

Browse files
Version 0.20.0-RC4
1 parent 9ec3baf commit 747bd20

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGES.md

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

3+
### Version 0.20.0-RC4 ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.20.0-RC4%22)) ###
4+
5+
Version 0.20.0-RC4 continues bug fixes and completing work related to "reactive pull" backpressure. This release updates `amb` and `concat` to connect the backpressure `request`.
6+
7+
Internal uses of `RxRingBuffer` migrated to using `SpmcArrayQueue` which significantly reduces object allocations. See [#1526](https://github.com/Netflix/RxJava/pull/1526) for details.
8+
9+
The `multicast` operators were updated to use a `Subject` factory so that `Observable` sequences can be reused. See [#1515](https://github.com/Netflix/RxJava/pull/1515) for details.
10+
11+
12+
* [Pull 1534] (https://github.com/Netflix/RxJava/pull/1534) Concat Backpressure
13+
* [Pull 1533] (https://github.com/Netflix/RxJava/pull/1533) Amb + Backpressure
14+
* [Pull 1527] (https://github.com/Netflix/RxJava/pull/1527) Failing unit test for reduce, showing it does not implement backpressure correctly
15+
* [Pull 1528] (https://github.com/Netflix/RxJava/pull/1528) Add operators to create Observables from BroadcastReceiver (rebased)
16+
* [Pull 1523] (https://github.com/Netflix/RxJava/pull/1523) Fix issue #1522: takeLast
17+
* [Pull 1530] (https://github.com/Netflix/RxJava/pull/1530) Fix the unbounded check for merge
18+
* [Pull 1526] (https://github.com/Netflix/RxJava/pull/1526) Restore use of SpmcArrayQueue in RxRingBuffer
19+
* [Pull 1468] (https://github.com/Netflix/RxJava/pull/1468) RxScala: Update CompletenessTest.scala
20+
* [Pull 1515] (https://github.com/Netflix/RxJava/pull/1515) Support Subject Factory with Multicast
21+
* [Pull 1518] (https://github.com/Netflix/RxJava/pull/1518) Fix typos in javadoc comments
22+
* [Pull 1521] (https://github.com/Netflix/RxJava/pull/1521) Fix toIterator Exception Handling
23+
* [Pull 1520] (https://github.com/Netflix/RxJava/pull/1520) Fix non-deterministic RxRingBuffer test
24+
25+
326
### 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)) ###
427

528
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.

0 commit comments

Comments
 (0)