fix(deps): update apollo graphql packages #997
Merged
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:
6.3.0
->6.4.1
v1.58.0
->v1.58.1
Release Notes
apollographql/datasource-rest (@apollo/datasource-rest)
v6.4.1
Compare Source
Patch Changes
8a4d4ef
Thanks @smyrick! - Add responseFromCache to DataSourceFetchResultv6.4.0
Compare Source
Minor Changes
cf3adb7
Thanks @smyrick! - Add metadata if response came from cacheapollographql/router (ghcr.io/apollographql/router)
v1.58.1
Compare Source
🐛 Fixes
Particular
supergraph
telemetry customizations using thequery
selector do not error (PR #6324)Telemetry customizations like those featured in the request limits telemetry documentation now work as intended when using the
query
selector on thesupergraph
layer. Prior to this fix, this was sometimes causing athis is a bug and should not happen
error, but is now resolved.By @bnjjj in https://github.com/apollographql/router/pull/6324
Native query planner now receives both "plan" and "path" limits configuration (PR #6316)
The native query planner now correctly sets two experimental configuration options for limiting query planning complexity. These were previously available in the configuration and observed by the legacy planner, but were not being passed to the new native planner until now:
supergraph.query_planning.experimental_plans_limit
supergraph.query_planning.experimental_paths_limit
By @goto-bus-stop in https://github.com/apollographql/router/pull/6316
Configuration
📅 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 is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.