ℹ️ RxJava 2 is now end-of-life (EOL) and no further development or support will be provided by the project.
Enhancement
- Add
onSubscribe
hook toParallelFlowable
operators (#7191)
Bugfix
- Allow
Single.zip
andMaybe.zip
result to be garbage collected (#7196) - Direct scheduling via
Schedulers.from
to honor theinterruptibleWorker
setting (#7203)
Documentation
- Fix typos in
Schedulers.java
(#7178)