-
Notifications
You must be signed in to change notification settings - Fork 328
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 17 files changed
- 3 contributors
Commits on May 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 15ab859 - Browse repository at this point
Copy the full SHA 15ab859View commit details -
Configuration menu - View commit details
-
Copy full SHA for e97bb2d - Browse repository at this point
Copy the full SHA e97bb2dView commit details
Commits on Jun 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 819e2fb - Browse repository at this point
Copy the full SHA 819e2fbView commit details
Commits on Jun 24, 2025
-
This commit upgrades to GraphiQL 5.0.0 and uses fixed CDN URLs to avoid potential breakages in the future. Closes gh-1245
Configuration menu - View commit details
-
Copy full SHA for 2b41166 - Browse repository at this point
Copy the full SHA 2b41166View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 788c1e0 - Browse repository at this point
Copy the full SHA 788c1e0View commit details
Commits on Jun 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e6aba92 - Browse repository at this point
Copy the full SHA e6aba92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02a43a0 - Browse repository at this point
Copy the full SHA 02a43a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a92a14 - Browse repository at this point
Copy the full SHA 6a92a14View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0be259 - Browse repository at this point
Copy the full SHA d0be259View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c46892 - Browse repository at this point
Copy the full SHA 9c46892View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff8abf6 - Browse repository at this point
Copy the full SHA ff8abf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcea4d7 - Browse repository at this point
Copy the full SHA bcea4d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee82e59 - Browse repository at this point
Copy the full SHA ee82e59View commit details
Commits on Jul 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9e530cb - Browse repository at this point
Copy the full SHA 9e530cbView commit details
Commits on Jul 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7b9cbcd - Browse repository at this point
Copy the full SHA 7b9cbcdView commit details
Commits on Nov 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4cad3b8 - Browse repository at this point
Copy the full SHA 4cad3b8View commit details
Commits on Nov 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fdc1b98 - Browse repository at this point
Copy the full SHA fdc1b98View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...1.3.x