Skip to content

Commit ce5ce4b

Browse files
authored
Release 2.1.17
1 parent 0155b69 commit ce5ce4b

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGES.md

+34
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
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.1.17 - July 23, 2018 ([Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.1.17%7C))
6+
7+
#### API changes
8+
9+
- [Pull 6079](https://github.com/ReactiveX/RxJava/pull/6079): Add `Completable.takeUntil(Completable)` operator.
10+
- [Pull 6085](https://github.com/ReactiveX/RxJava/pull/6085): Add `Completable.fromMaybe` operator.
11+
12+
#### Performance improvements
13+
14+
- [Pull 6096](https://github.com/ReactiveX/RxJava/pull/6096): Improve `Completable.delay` operator internals.
15+
16+
#### Documentation changes
17+
- [Pull 6066](https://github.com/ReactiveX/RxJava/pull/6066): Fix links for `Single` class.
18+
- [Pull 6070](https://github.com/ReactiveX/RxJava/pull/6070): Adjust JavaDocs `dl`/`dd` entry stylesheet.
19+
- [Pull 6080](https://github.com/ReactiveX/RxJava/pull/6080): Improve class JavaDoc of `Single`, `Maybe` and `Completable`.
20+
- [Pull 6102](https://github.com/ReactiveX/RxJava/pull/6102): Adjust JavaDoc stylesheet of `dt`/`dd` within the method details.
21+
- [Pull 6103](https://github.com/ReactiveX/RxJava/pull/6103): Fix `Completable` `mergeX` JavaDoc missing `dt` before `dd`.
22+
- [Pull 6104](https://github.com/ReactiveX/RxJava/pull/6104): Fixing javadoc's code example of `Observable#lift`.
23+
- Marble diagrams ([Tracking issue 5789](https://github.com/ReactiveX/RxJava/issues/5789))
24+
- [Pull 6074](https://github.com/ReactiveX/RxJava/pull/6074): `Single.never` method.
25+
- [Pull 6075](https://github.com/ReactiveX/RxJava/pull/6075): `Single.filter` method.
26+
- [Pull 6078](https://github.com/ReactiveX/RxJava/pull/6078): `Maybe.hide` marble diagram.
27+
- [Pull 6076](https://github.com/ReactiveX/RxJava/pull/6076): `Single.delay` method.
28+
- [Pull 6077](https://github.com/ReactiveX/RxJava/pull/6077): `Single.hide` operator.
29+
- [Pull 6083](https://github.com/ReactiveX/RxJava/pull/6083): Add `Completable` marble diagrams (07/17a).
30+
- [Pull 6081](https://github.com/ReactiveX/RxJava/pull/6081): `Single.repeat` operators.
31+
- [Pull 6085](https://github.com/ReactiveX/RxJava/pull/6085): More `Completable` marbles.
32+
- [Pull 6084](https://github.com/ReactiveX/RxJava/pull/6084): `Single.repeatUntil` operator.
33+
- [Pull 6090](https://github.com/ReactiveX/RxJava/pull/6090): Add missing `Completable` marbles (+17, 07/18a).
34+
- [Pull 6091](https://github.com/ReactiveX/RxJava/pull/6091): `Single.amb` operators.
35+
- [Pull 6097](https://github.com/ReactiveX/RxJava/pull/6097): Add missing `Completable` marbles (+19, 07/19a).
36+
- [Pull 6098](https://github.com/ReactiveX/RxJava/pull/6098): Several more `Completable` marbles (7/19b).
37+
- [Pull 6101](https://github.com/ReactiveX/RxJava/pull/6101): Final set of missing `Completable` marbles (+26).
38+
539
### Version 2.1.16 - June 26, 2018 ([Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.1.16%7C))
640

741
This is a hotfix release for a late-identified issue with `concatMapMaybe` and `concatMapSingle`.

0 commit comments

Comments
 (0)