v3.0.11
版本发布时间: 2021-03-06 16:06:57
ReactiveX/RxJava最新发布版本:v3.1.9(2024-08-13 15:46:12)
ℹ️ 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)
Other
- Release to Sonatype directly (#7181)
- Upgrade to Gradle 6.8.2 (#7184)
- Cleanup of source code headers (#7205)