|
2 | 2 |
|
3 | 3 | The changelog of version 1.x can be found at https://github.com/ReactiveX/RxJava/blob/1.x/CHANGES.md
|
4 | 4 |
|
| 5 | +### Version 2.1.9 - January 24, 2018 ([Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.1.9%7C)) |
| 6 | + |
| 7 | +#### API changes |
| 8 | + |
| 9 | +- [Pull 5799](https://github.com/ReactiveX/RxJava/pull/5799): Add missing `{Maybe|Single}.mergeDelayError` variants. |
| 10 | + |
| 11 | +#### Performance improvements |
| 12 | + |
| 13 | +- [Pull 5790](https://github.com/ReactiveX/RxJava/pull/5790): Improve request accounting overhead in `Flowable` `retry`/`repeat`. |
| 14 | + |
| 15 | +#### Documentation changes |
| 16 | + |
| 17 | +- [Pull 5783](https://github.com/ReactiveX/RxJava/pull/5783): Fix JavaDoc wording of `onTerminateDetach`. |
| 18 | +- [Pull 5780](https://github.com/ReactiveX/RxJava/pull/5780): Improve `BehaviorSubject` JavaDoc + related clarifications. |
| 19 | +- [Pull 5781](https://github.com/ReactiveX/RxJava/pull/5781): Describe `merge()` error handling. |
| 20 | +- [Pull 5785](https://github.com/ReactiveX/RxJava/pull/5785): Update `Maybe doOn{Success,Error,Complete}` JavaDoc. |
| 21 | +- [Pull 5786](https://github.com/ReactiveX/RxJava/pull/5786): Add error handling section to `merge()` operator JavaDocs. |
| 22 | +- [Pull 5802](https://github.com/ReactiveX/RxJava/pull/5802): Improved `XSubject` JavaDocs. |
| 23 | +- Marble diagram fixes to `Observable`: |
| 24 | + - [Pull 5795](https://github.com/ReactiveX/RxJava/pull/5795): More marbles 01/08-a. |
| 25 | + - [Pull 5797](https://github.com/ReactiveX/RxJava/pull/5797): `Observable` marble fixes 01/08-b. |
| 26 | + - [Pull 5798](https://github.com/ReactiveX/RxJava/pull/5798): `Observable.replay(Function, ...)` marble fixes. |
| 27 | + - [Pull 5804](https://github.com/ReactiveX/RxJava/pull/5804): More `Observable` marbles, 01/10-a. |
| 28 | + - [Pull 5805](https://github.com/ReactiveX/RxJava/pull/5805): Final planned `Observable` marble additions/fixes. |
| 29 | + - [Pull 5816](https://github.com/ReactiveX/RxJava/pull/5816): Add `Subject` and `Processor` marbles. |
| 30 | + |
| 31 | +#### Bugfixes |
| 32 | + |
| 33 | +- [Pull 5792](https://github.com/ReactiveX/RxJava/pull/5792): Fix `flatMap` inner fused poll crash not cancelling the upstream. |
| 34 | +- [Pull 5811](https://github.com/ReactiveX/RxJava/pull/5811): Fix `buffer(open, close)` not disposing indicators properly. |
| 35 | + |
5 | 36 | ### Version 2.1.8 - December 27, 2017 ([Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.1.8%7C))
|
6 | 37 |
|
7 | 38 | **Warning! Behavior change regarding handling illegal calls with `null` in `Processor`s and `Subject`s.**
|
|
0 commit comments