Skip to content

3.0.7

Compare
Choose a tag to compare
@akarnokd akarnokd released this 07 Oct 08:44
· 349 commits to 3.x since this release

Maven
JavaDocs

Bugfixes

  • Fix Observable.toFlowable(ERROR) not cancelling on MissingBackpressureException. (#7083)
  • Fix Flowable.concatMap backpressure with scalars. (#7089)

Documentation

  • fromRunnable/fromAction javadoc improvements. (#7071)
  • Patch out duplicate @NonNull annotation in generated javadocs. (#7073)
  • Clarify the documentation for scan operators. (#7093)