Skip to content

3.0.11

Compare
Choose a tag to compare
@akarnokd akarnokd released this 06 Mar 08:06
· 276 commits to 3.x since this release
26dddf5

Maven
JavaDocs

ℹ️ RxJava 2 is now end-of-life (EOL) and no further development or support will be provided by the project.

Enhancement

  • Add onSubscribe hook to ParallelFlowable operators (#7191)

Bugfix

  • Allow Single.zip and Maybe.zip result to be garbage collected (#7196)
  • Direct scheduling via Schedulers.from to honor the interruptibleWorker 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)