RxJava v2.2.7 Release Notes

Release Date: 2019-02-23 // about 5 years ago
  • Maven

    API enhancements

    • Pull 6386: Add doOnTerminate to Single/Maybe for consistency.

    ๐Ÿ›  Bugfixes

    • Pull 6405: Fix concatEager to dispose sources & clean up properly.
    • Pull 6398: Fix window() with start/end selector not disposing/cancelling properly.

    ๐Ÿ“š Documentation changes

    • Pull 6377: Expand Observable#debounce and Flowable#debounce javadoc.
    • Pull 6408: Improving Javadoc of flattenAsFlowable and flattenAsObservable methods.