-
Notifications
You must be signed in to change notification settings - Fork 2k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: apollographql/apollo-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: apollo-server@2.22.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: apollographql/apollo-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: apollo-server@2.22.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 2 commits
- 16 files changed
- 2 contributors
Commits on Mar 26, 2021
-
Ensure startup errors are redacted even the first time (#5064)
This is a regression in #4981. If the server start process is begun implicitly by the execution of an operation (ensureStarted inside graphQLServerOptions) and startup throws, the log-and-redact logic wasn't being invoked. Note that this case doesn't usually happen in practice, because: - If you're using `apollo-server`, startup is begun in `listen()` before you can serve requests - If you're using a serverless framework integration, startup is begun in the constructor - If you're using a non-serverless framework integration, the function you call to connect it to your framework begins startup with `ensureStarting()` So mostly this just affects the case that you're running `executeOperation` without calling `start()` or `listen()`, or maybe you have your own custom framework integration that doesn't call `ensureStarting()`. But it's still worth missing. Add some tests of this behavior and fix some TypeScript issues in the test file.
Configuration menu - View commit details
-
Copy full SHA for 97dbe7d - Browse repository at this point
Copy the full SHA 97dbe7dView commit details -
- apollo-server-azure-functions@2.22.1 - apollo-server-cloud-functions@2.22.1 - apollo-server-cloudflare@2.22.1 - apollo-server-core@2.22.1 - apollo-server-express@2.22.1 - apollo-server-fastify@2.22.1 - apollo-server-hapi@2.22.1 - apollo-server-integration-testsuite@2.22.1 - apollo-server-koa@2.22.1 - apollo-server-lambda@2.22.1 - apollo-server-micro@2.22.1 - apollo-server-testing@2.22.1 - apollo-server@2.22.1
Configuration menu - View commit details
-
Copy full SHA for 6ad8f8f - Browse repository at this point
Copy the full SHA 6ad8f8fView commit details
There are no files selected for viewing