What's Changed
API reductions
- 4.x: Single API reduction: concat & concatEager by @akarnokd in #8167
- 4.x: Single API reduction: merge by @akarnokd in #8168
- 4.x: Maybe API reduction: concat, concatEager, merge by @akarnokd in #8169
- 4.x: Observable API reduction: combineLatest by @akarnokd in #8172
- 4.x: Observable API reduction: concat by @akarnokd in #8175
- 4.x: Observable API reduction: merge by @akarnokd in #8176
- 4.x: Observable API reduction: concatEager by @akarnokd in #8177
- 4.x: Observable API reduction: sequenceEqual, switchOnNext, zip by @akarnokd in #8190
- 4.x: Observable API reduction: concat { Array, Eager, XYZ } by @akarnokd in #8191
- 4.x: Observable API reduction: flatMap*, groupBy, observeOn by @akarnokd in #8192
- 4.x: Observable API reduction: Observable.switchMap by @akarnokd in #8193
Other API changes
Cleanup
- 4.x: Cleanup + lambda instead of inner class check by @akarnokd in #8179
- 4.x: Cleanup: Serial annotation, getFirst usage by @akarnokd in #8180
- 4.x: Cleanup; build, safevarargs, small typos by @akarnokd in #8183
- 4.x: Cleanup - Migration; lambdas expressions by @akarnokd in #8188
- 4.x: Cleanup, fix inferable types via var or diamond by @akarnokd in #8189
- 4.x: Cleanup, Java Migration; records, newer API, newer syntax by @akarnokd in #8187
- 4.x: Cleanup: convert anonymous inner classes to lambdas in test files by @GautamKumarOffical in #8178
- 4.x: Cleanup, wording minor things by @akarnokd in #8186
Bugfixes
- Fix NullPointerException in AppendOnlyLinkedArrayList.forEachWhile on a full last chunk by @vasiliy-mikhailov in #8174
- Note on the contributor: Banned, AI Slop, Undisclosed AI Use, Had to Manually Correct PR
- Contributing.md clearly states we (I) won't argue with your AI to fix the PR style or content or whatever.
Dependabot
- chore(deps): bump actions/setup-java from 5.3.0 to 5.4.0 by @dependabot[bot] in #8182
- chore(deps): bump actions/cache from 5.0.5 to 6.0.0 by @dependabot[bot] in #8170
- chore(deps): bump actions/setup-python from 6.2.0 to 6.3.0 by @dependabot[bot] in #8171
New Contributors
- @GautamKumarOffical made their first contribution in #8178
Full Changelog: v4.0.0-alpha-15...v4.0.0-alpha-16