What’s New

RxJava v4.0.0-alpha-16

v4.0.0-alpha-16
Fixed
  • NullPointerException in AppendOnlyLinkedArrayList.forEachWhile on a full last chunk
Removed
  • Single.concat and Single.concatEager static methods
  • Single.merge static method
  • Maybe.concat, Maybe.concatEager, and Maybe.merge static methods
  • Observable.combineLatest static methods
  • Observable.concat static methods
  • Observable.merge static methods
  • Observable.concatEager static methods
  • Observable.sequenceEqual, Observable.switchOnNext, and Observable.zip static methods
  • Observable.concatArray, Observable.concatArrayEager, and related concat variants
  • Observable.flatMap*, Observable.groupBy, and Observable.observeOn overloads
  • Observable.switchMap static method
  • Disposable no longer implements AutoCloseable
What's Changed
API reductions
Other API changes
Cleanup
Bugfixes
  • Fix NullPointerException in AppendOnlyLinkedArrayList.forEachWhile on a full last chunk by @vasiliy-mikhailov in https://github.com/ReactiveX/RxJava/pull/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
New Contributors

Full Changelog: https://github.com/ReactiveX/RxJava/compare/v4.0.0-alpha-15...v4.0.0-alpha-16

View original