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: v4.0.0-alpha-7-2
Choose a base ref
...
head repository: ReactiveX/RxJava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0-alpha-8
Choose a head ref
  • 4 commits
  • 279 files changed
  • 2 contributors

Commits on Mar 20, 2026

  1. 4.x: Introduce Streamable / Streamer after IAsyncEnumerable / IAsyncE…

    …numreator (#8048)
    
    * 4.x: Introduce Streamable / Streamer after IAsyncEnumerable /
    IAsyncEnumreator
    
    * 4.x: Proposal, Streamable<T> / Streamer<T> extension for virtual
    akarnokd authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    e2990a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2026

  1. chore(deps): bump github/codeql-action from 4.33.0 to 4.34.1 (#8049)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.33.0 to 4.34.1.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@b1bff81...3869755)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.34.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    cc09289 View commit details
    Browse the repository at this point in the history
  2. 4.x: Improve Javadocs + limit line length + cleanup indentation + che…

    …ck (#8050)
    
    * 4.x: Improve Javadocs + limit line length + cleanup indentation + check
    
    * Fix style checker errors
    akarnokd authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    a1741d5 View commit details
    Browse the repository at this point in the history
  3. 4.x: Intro Schedulers.virtual(), deprecate Schedulers.io(), fix tests (

    …#8051)
    
    * 4.x: Intro Schedulers.virtual(), deprecate Schedulers.io(), fix tests
    
    * Add TCK tests, fix other tests
    akarnokd authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    f5bfbc5 View commit details
    Browse the repository at this point in the history
Loading