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: spring-projects/spring-graphql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: spring-projects/spring-graphql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 17 files changed
  • 3 contributors

Commits on May 29, 2025

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

Commits on Jun 3, 2025

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

Commits on Jun 24, 2025

  1. Upgrade to GraphiQL 5.0.0

    This commit upgrades to GraphiQL 5.0.0 and uses fixed CDN URLs to avoid
    potential breakages in the future.
    
    Closes gh-1245
    bclozel committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    2b41166 View commit details
    Browse the repository at this point in the history
  2. Fix high memory usage in ContextPropagationHelper

    Prior to this commit, gh-1149 added support for cancellation detection
    at the transport level and the propagation of the CANCEL signal to data
    fetcher `Publisher`. `ContextPropagationHelper` stores in the context a
    `Sink` that emits the cancel signal. All upstream publishers are then
    subscribing to this and canceling themselves if they receive a signal.
    
    In the case of high field count queries + high request/sec services,
    this would create a significant memory overhead.
    
    This commit reduces the support to the essential parts:
    * avoid further calls to data fetchers if the request is canceled
    * cancel subscription publishers
    
    This means other in-flight data fetchers that are publisher-based are
    not canceled anymore. This should be a good compromise for high RPS
    services, until this feature is natively supported in graphql-java.
    
    See gh-1246
    bclozel committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    788c1e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. Upgrade to Spring Framework 6.1.21

    Closes gh-1247
    bclozel committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    e6aba92 View commit details
    Browse the repository at this point in the history
  2. Upgrade to GraphQL Java 22.4

    Closes gh-1248
    bclozel committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    02a43a0 View commit details
    Browse the repository at this point in the history
  3. Upgrade to Reactor 2023.0.19

    Closes gh-1249
    bclozel committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    6a92a14 View commit details
    Browse the repository at this point in the history
  4. Upgrade to Micrometer 1.13.15

    Closes gh-1250
    bclozel committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    d0be259 View commit details
    Browse the repository at this point in the history
  5. Upgrade to Spring Data 2024.0.13

    Closes gh-1251
    bclozel committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    9c46892 View commit details
    Browse the repository at this point in the history
  6. Upgrade to Spring Security 6.3.10

    Closes gh-1252
    bclozel committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    ff8abf6 View commit details
    Browse the repository at this point in the history
  7. Upgrade optional dependencies

    bclozel committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    bcea4d7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ee82e59 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2025

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

Commits on Jul 22, 2025

  1. Upgrade to Gradle 8.14.3

    bclozel committed Jul 22, 2025
    Configuration menu
    Copy the full SHA
    7b9cbcd View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

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

Commits on Nov 13, 2025

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