RxJava v2.2.11 Release Notes

Release Date: 2019-08-02 // over 4 years ago
  • Maven

    ๐Ÿ›  Bugfixes

    • Pull 6560: Fix NPE when debouncing an empty source.
    • ๐Ÿ”€ Pull 6599: Fix mergeWith not canceling other when the main fails.
    • Pull 6601: ObservableBlockingSubscribe compares with wrong object.
    • Pull 6602: Fix truncation bugs in replay() and ReplaySubject/Processor.

    ๐Ÿ“š Documentation changes

    • Pull 6565: Fix JavaDocs of Single.doOnTerminate refer to onComplete notification.