v4.0.0-alpha-15
Changed
- Turn Completable concatX and mergeX into config-based API
Fixed
- Fix IllegalStateException in SchedulerToExecutorService.invokeAny
What's Changed
Fixes & Enhancements
- Fix IllegalStateException in SchedulerToExecutorService.invokeAny by @vasiliy-mikhailov in https://github.com/ReactiveX/RxJava/pull/8159
- 4.x: API turn Completable concatX and mergeX into config-based by @akarnokd in https://github.com/ReactiveX/RxJava/pull/8166
Cleanup
- 4.x: Unit test lambdaification 14 of N by @akarnokd in https://github.com/ReactiveX/RxJava/pull/8155
- 4.x: Unit test lambdaification 15 of N by @akarnokd in https://github.com/ReactiveX/RxJava/pull/8156
- 4.x: Unit test lambdaification 16 of N by @akarnokd in https://github.com/ReactiveX/RxJava/pull/8157
- 4.x: Unit test lambdaification 17 of N by @akarnokd in https://github.com/ReactiveX/RxJava/pull/8158
- 4.x: Unit test lambdaification 18 of N by @akarnokd in https://github.com/ReactiveX/RxJava/pull/8160
- 4.x: Unit test lambdaification 19 of N by @akarnokd in https://github.com/ReactiveX/RxJava/pull/8161
- 4.x: Unit test lambdaification 20 of N by @akarnokd in https://github.com/ReactiveX/RxJava/pull/8162
- 4.x: Unit test lambdaification 21 of N by @akarnokd in https://github.com/ReactiveX/RxJava/pull/8163
- 4.x: Unit test lambdaification 22 of N by @akarnokd in https://github.com/ReactiveX/RxJava/pull/8164
- 4.x: Unit test lambdaification 23 of 23 by @akarnokd in https://github.com/ReactiveX/RxJava/pull/8165
Chores
None
Full Changelog: https://github.com/ReactiveX/RxJava/compare/v4.0.0-alpha-14...v4.0.0-alpha-15