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-8
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-9
Choose a head ref
  • 8 commits
  • 9 files changed
  • 2 contributors

Commits on Mar 24, 2026

  1. chore(deps): bump gradle/actions from 5 to 6 (#8052)

    Bumps [gradle/actions](https://github.com/gradle/actions) from 5 to 6.
    - [Release notes](https://github.com/gradle/actions/releases)
    - [Commits](gradle/actions@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: gradle/actions
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    de9fd55 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2026

  1. Harden RxJava CI toolchain (#8055)

    * Pin invoked actions via SHA
    
    Hardening RxJava further.
    
    * Update discord-release-announce.yml
    
    * Update entropy-beauty-scan.yml
    
    * Update release-notify-x.yml
    
    * Update entropy-beauty-scan.yml
    
    fix trufflehog pin
    akarnokd authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    e7147c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00f8784 View commit details
    Browse the repository at this point in the history
  3. Update gradle_release.yml, limit write capabilities of tools (#8056)

    * Update gradle_release.yml, limit write capabilities of tools
    
    * Update gradle_snapshot.yml - limit access
    
    * Update gradle_release.yml - give env to the release job too
    akarnokd authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    d15f4a3 View commit details
    Browse the repository at this point in the history
  4. Fix gradle_snapshot.yml - need to checkout/gradle at push too (#8059)

    * Fix gradle_snapshot.yml - need to checkout/gradle at push too
    
    * Fix gradle_release.yml also
    akarnokd authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    0892c6f View commit details
    Browse the repository at this point in the history
  5. gradle_snapshot.yml run build -> prerelease sequentially (#8062)

    * gradle_snapshot.yml run build -> prerelease sequentially
    
    * Update gradle_release.yml build -> release sequentially
    akarnokd authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    6132656 View commit details
    Browse the repository at this point in the history
  6. Cache things with entropy-beauty-scan.yml (#8064)

    * Cache things with entropy-beauty-scan.yml
    
    * entropy-beauty-scan.yml using standard parts, no need for reqs
    
    * entropy-beauty-scan.yml don't cache pip
    akarnokd authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    192f71c View commit details
    Browse the repository at this point in the history
  7. 4.x: Report back test failures in a readable manner for PRs/Snaps (#8066

    )
    
    * 4.x: Report back test failures in a readable manner for PRs/Snaps
    
    * gradle_pr.yml `test_failures` -> `test failures`
    akarnokd authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    4151bfa View commit details
    Browse the repository at this point in the history
Loading