3.0.11
ℹ️ RxJava 2 is now end-of-life (EOL) and no further development or support will be provided by the project.
Enhancement
- Add
onSubscribehook toParallelFlowableoperators (#7191)
Bugfix
- Allow
Single.zipandMaybe.zipresult to be garbage collected (#7196) - Direct scheduling via
Schedulers.fromto honor theinterruptibleWorkersetting (#7203)
Documentation
- Fix typos in
Schedulers.java(#7178)