Skip to content

Commit 947b05f

Browse files
authored
Release 2.2.20
1 parent 3d6403b commit 947b05f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: CHANGES.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
The changelog of version 1.x can be found at https://github.com/ReactiveX/RxJava/blob/1.x/CHANGES.md
44

5+
### Version 2.2.20 - October 6, 2020 ([Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.20%7C))
6+
[JavaDocs](http://reactivex.io/RxJava/2.x/javadoc/2.2.20)
7+
8+
:warning: The 2.x version line is now in **maintenance mode** and will be supported only through bugfixes until **February 28, 2021**. No new features, behavior changes or documentation adjustments will be accepted or applied to 2.x. It is recommended to migrate to [3.x](https://github.com/ReactiveX/RxJava/tree/3.x) within this time period.
9+
10+
#### Bugfixes
11+
12+
- Fix `Observable.flatMap` with `maxConcurrency` hangs (#6960)
13+
- Fix `Observable.toFlowable(ERROR)` not cancelling upon `MissingBackpressureException` (#7084)
14+
- Fix `Flowable.concatMap` backpressure with scalars. (#7091)
15+
516
### Version 2.2.19 - March 14, 2020 ([Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.19%7C))
617
[JavaDocs](http://reactivex.io/RxJava/2.x/javadoc/2.2.19)
718

0 commit comments

Comments
 (0)