File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 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.2.6 - January 23, 2019 ([ Maven] ( http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.6%7C ) )
6
+
7
+ #### API enhancements
8
+
9
+ - [ Pull 6370] ( https://github.com/ReactiveX/RxJava/pull/6370 ) : Add interruptible mode via the new ` Schedulers.from(Executor, boolean) ` overload.
10
+
11
+ #### Bugfixes
12
+
13
+ - [ Pull 6359] ( https://github.com/ReactiveX/RxJava/pull/6359 ) : Fix the error/race in ` Observable.repeatWhen ` due to flooding repeat signal.
14
+ - [ Pull 6362 ] ( https://github.com/ReactiveX/RxJava/pull/6362 ) : Fix ` Completable.andThen(Completable) ` not running on ` observeOn ` 's ` Scheduler ` .
15
+ - [ Pull 6364] ( https://github.com/ReactiveX/RxJava/pull/6364 ) : Fix ` Flowable.publish ` not requesting upon client change.
16
+ - [ Pull 6371] ( https://github.com/ReactiveX/RxJava/pull/6371 ) : Fix bounded ` replay() ` memory leak due to bad node retention.
17
+ - [ Pull 6375] ( https://github.com/ReactiveX/RxJava/pull/6375 ) : Don't dispose the winner of ` {Single|Maybe|Completable}.amb() ` .
18
+ - [ Pull 6380] ( https://github.com/ReactiveX/RxJava/pull/6380 ) : Fix ` CompositeException.getRootCause() ` detecting loops in the cause graph.
19
+
20
+ #### Documentation changes
21
+
22
+ - [ Pull 6365] ( https://github.com/ReactiveX/RxJava/pull/6365 ) : Indicate source disposal in ` timeout(fallback) ` .
23
+
24
+ #### Other changes
25
+
26
+ - [ Pull 6353] ( https://github.com/ReactiveX/RxJava/pull/6353 ) : Use ` ignoreElement ` to convert ` Single ` to ` Completable ` in the ` README.md ` .
27
+
5
28
### Version 2.2.5 - December 31, 2018 ([ Maven] ( http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.5%7C ) )
6
29
7
30
#### Documentation changes
You can’t perform that action at this time.
0 commit comments