RxJava v3.0.8 Release Notes

Release Date: 2020-12-02 // over 3 years ago
  • Maven
    JavaDocs

    ๐Ÿ›  Bugfixes

    • โœ‚ Remove unnecessary cancel/dispose calls from terminating using (#7121)

    ๐Ÿ“š Documentation

    • ๐Ÿ“š Flowable scan/scanWith backpressure documentation update (#7110)

Previous changes from v3.0.7

  • 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)