Update dependency @apollo/server to v4.3.3 #342
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.3.0->4.3.3Release Notes
apollographql/apollo-server
v4.3.3Compare Source
Patch Changes
#7331
9de18b34cThanks @trevor-scheer! - Unpinnode-abort-controllerand update to latest unbreaking patch#7136
8c635d104Thanks @trevor-scheer! - Errors reported by subgraphs (with no trace data in the response) are now accurately reflected in the numeric error stats.Operations that receive errors from subgraphs (with no trace data in the response) are no longer sent as incomplete, error-less traces.
Note: in order for this fix to take effect, your
@apollo/gatewayversion must be updated to v2.3.1 or later.v4.3.2Compare Source
Patch Changes
#7314
f246ddb71Thanks @trevor-scheer! - Add an__identityproperty toHeaderMapclass to disallow standardMaps (in TypeScript).This ensures that typechecking occurs on fields which are declared to accept a
HeaderMap(notably, thehttpGraphQLRequest.headersoption toApolloServer.executeHTTPGraphQLRequestand thehttp.headersoption toApolloServer.executeOperation). This might be a breaking change forintegration authors, but should be easily fixed by switching from
new Map<string, string>()tonew HeaderMap().#7326
e25cb58ffThanks @trevor-scheer! - Pinnode-abort-controllerversion to avoid breaking change. Apollo Server users can enter a broken state if they update their package-lock.json due to a breaking change in a minor release of the mentioned package.Ref: https://github.com/southpolesteve/node-abort-controller/issues/39
Updated dependencies [
e0f959a63]:v4.3.1Compare Source
Patch Changes
#7313
ec28b4b33Thanks @vtipparam! - Allow case insensitive lookup on headers. Use HeaderMap instead of plain Map for headers in expressMiddleware.#7311
322b5ebbcThanks @axe-me! - Export intermediate ApolloServerOptions* types#7274
3b0ec8529Thanks @patrick91! - The subgraph spec has evolved in Federation v2 such that the type of_Service.sdl(formerly nullable) is now non-nullable. Apollo Server nowdetects both cases correctly in order to determine whether to:
ApolloServerPluginInlineTracepluginApolloServerPluginSchemaReportingshould not be installedApolloServerPluginUsageReportingis installed and configured with the__onlyIfSchemaIsNotSubgraphoptionConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.