RxJava v2.2.8 Release Notes

Release Date: 2019-03-26 // about 5 years ago
  • Maven

    ๐Ÿ›  Bugfixes

    • Pull 6442: Add missing undeliverable error handling logic for Completable.fromRunnable & fromAction operators.

    ๐Ÿ“š Documentation changes

    • ๐Ÿ“„ Pull 6432: Improve the docs of CompositeDisposable.
    • ๐Ÿ“ฆ Pull 6434: Improve subjects and processors package doc.
    • Pull 6436: Improve Creating-Observables wiki doc.

    Other

    • Pull 6433: Make error messages of parameter checks consistent.