v4.0.0-alpha-17
Changed
- Standardize config records into 3 main variants
Removed
- Reduce Flowable API by removing concat*, merge, concatMap*, and flatMap* variants
- Remove remaining Flowable operators and related APIs
What's Changed
API reductions
- 4.x: Standardize config records into 3 main variants by @akarnokd in https://github.com/ReactiveX/RxJava/pull/8194
- 4.x: Flowable API reduction: concat*, merge, concatMap*, flatMap* by @akarnokd in https://github.com/ReactiveX/RxJava/pull/8195
- 4.x: Flowable API reduction: remaining operators & other related changes by @akarnokd in https://github.com/ReactiveX/RxJava/pull/8200
Dependabot
- chore(deps): bump jupiterLauncherVersion from 6.1.0 to 6.1.1 by @dependabot[bot] in https://github.com/ReactiveX/RxJava/pull/8199
- chore(deps): bump actions/cache from 6.0.0 to 6.1.0 by @dependabot[bot] in https://github.com/ReactiveX/RxJava/pull/8197
- chore(deps): bump jupiterVersion from 6.1.0 to 6.1.1 by @dependabot[bot] in https://github.com/ReactiveX/RxJava/pull/8198
Full Changelog: https://github.com/ReactiveX/RxJava/compare/v4.0.0-alpha-16...v4.0.0-alpha-17