Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ReactiveX/RxJava
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.6
Choose a base ref
...
head repository: ReactiveX/RxJava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.7
Choose a head ref
  • 6 commits
  • 17 files changed
  • 4 contributors

Commits on Jan 23, 2019

  1. Expand Observable#debounce and Flowable#debounce javadoc (#6377)

    Mention that if the processing of a task takes too long
    and a newer item arrives then the previous task will
    get disposed interrupting a long running work.
    
    Fixes: #6288
    RomanWuattier authored and akarnokd committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    3fbfcc9 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Configuration menu
    Copy the full SHA
    6e266af View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Configuration menu
    Copy the full SHA
    7fffa00 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. 2.x: Fix window() with start/end selector not disposing/cancelling pr…

    …operly (#6398)
    
    * 2.x: Fix window() with s/e selector not disposing/cancelling properly
    
    * Fix cancellation upon backpressure problem/handler crash
    akarnokd authored Feb 13, 2019
    Configuration menu
    Copy the full SHA
    184a17b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2019

  1. Configuration menu
    Copy the full SHA
    add2812 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2019

  1. Release 2.2.7

    akarnokd authored Feb 23, 2019
    Configuration menu
    Copy the full SHA
    9a74adf View commit details
    Browse the repository at this point in the history
Loading