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: graphql-java/graphql-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v25.0.beta-7
Choose a base ref
...
head repository: graphql-java/graphql-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v25.0.beta-9
Choose a head ref
  • 16 commits
  • 16 files changed
  • 5 contributors

Commits on Sep 28, 2025

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

Commits on Oct 1, 2025

  1. optimize chained DL code

    andimarek committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    914918d View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. optimize chained DL code

    andimarek committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    f0be7fc View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. Bump gradle/actions from 4 to 5

    Bumps [gradle/actions](https://github.com/gradle/actions) from 4 to 5.
    - [Release notes](https://github.com/gradle/actions/releases)
    - [Commits](gradle/actions@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: gradle/actions
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    d909073 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bca9112 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0226a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2025

  1. Memoize ResultPath level

    In our new `PerLevelDataLoaderDispatchStrategy`, we incorporate the
    level of the current field (through the `ResultPath`) to detemrine when
    we should dispatch `DataLoader`s. For:
    
     - a deep enough level
     - a large number of fields
    
    this can become quite taxing.
    
    To optimise this, we memoize the level by calculating it in the constructor,
    which should have a negligible cost.
    AlexandreCarlton committed Oct 11, 2025
    Configuration menu
    Copy the full SHA
    97b91e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f39f56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    676dae8 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2025

  1. Configuration menu
    Copy the full SHA
    d2d07be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ee7d88 View commit details
    Browse the repository at this point in the history
  3. fix merge problem

    andimarek committed Oct 12, 2025
    Configuration menu
    Copy the full SHA
    457a6b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd932bf View commit details
    Browse the repository at this point in the history
  5. more performance

    andimarek committed Oct 12, 2025
    Configuration menu
    Copy the full SHA
    7598c55 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4136 from graphql-java/chained-dl-perf

    More Chained DataLoaders performance improvements
    andimarek authored Oct 12, 2025
    Configuration menu
    Copy the full SHA
    bce4817 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4442986 View commit details
    Browse the repository at this point in the history
Loading