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.5
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.6
Choose a head ref
  • 10 commits
  • 35 files changed
  • 5 contributors

Commits on Jan 2, 2019

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

Commits on Jan 4, 2019

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

Commits on Jan 12, 2019

  1. 2.x: Fix Completable.andThen(Completable) not running on observeOn sc…

    …heduler. (#6362)
    
    * 2.x: Fix Completable.andThen(Completable) not running on scheduler defined with observeOn.
    
    * 2.x: Fix Completable.andThen(Completable) not running on scheduler defined with observeOn.
    
    * 2.x: Fix Completable.andThen(Completable) not running on scheduler defined with observeOn.
    pjastrz authored and akarnokd committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    d7d0a33 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. 2.x: Fix publish not requesting upon client change (#6364)

    * 2.x: Fix publish not requesting upon client change
    
    * Add fused test, rename test method
    akarnokd authored Jan 15, 2019
    Configuration menu
    Copy the full SHA
    2eda9d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1b3838 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Configuration menu
    Copy the full SHA
    a85ddd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5106a20 View commit details
    Browse the repository at this point in the history
  3. 2.x: Don't dispose the winner of {Single|Maybe|Completable}.amb() (#…

    …6375)
    
    * 2.x: Don't dispose the winner of {Single|Maybe|Completable}.amb()
    
    * Add null-source test to MaybeAmbTest
    akarnokd authored Jan 17, 2019
    Configuration menu
    Copy the full SHA
    d40f923 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Fix bug in CompositeException.getRootCause (#6380)

    * Fix bug in CompositeException.getRootCause 
    
    The original code use to be `if (root == null || root == e)`, but apparently after some refactoring it ended up as `if (root == null || cause == root)`, which I believe is a bug.
    
    This method should probably be `static` (that would have prevented the bug).
    
    * Update unit tests for CompositeException.getRootCause
    guillermocalvo authored and akarnokd committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    621b8cd View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Release 2.2.6

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