Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the query planner to 2.4.6 #3135

Merged
merged 5 commits into from
May 26, 2023
Merged

Update the query planner to 2.4.6 #3135

merged 5 commits into from
May 26, 2023

Conversation

Geal
Copy link
Contributor

@Geal Geal commented May 24, 2023

Fix #3133

This fixes some errors in query planning on fragment with overlapping subselections, with a message of the form "Cannot add selection of field X to selection set of parent type Y".

The new router-bridge version also allows updating some dependencies that were fixed to older versions: bytes, regex, once_cell, tokio, uuid

@github-actions

This comment has been minimized.

@router-perf
Copy link

router-perf bot commented May 24, 2023

CI performance tests

  • const - Basic stress test that runs with a constant number of users
  • no-graphos - Basic stress test, no GraphOS.
  • step - Basic stress test that steps up the number of users over time
  • reload - Reload test over a long period of time at a constant rate of users
  • xlarge-request - Stress test with 10Mb request payload
  • large-request - Stress test with a 1Mb request payload
  • xxlarge-request - Stress test with 100Mb request payload

@Geal Geal changed the title update router-bridge Update the query planner to 2.4.6 May 26, 2023
@Geal Geal requested review from garypen and o0Ignition0o May 26, 2023 07:48
@Geal Geal marked this pull request as ready for review May 26, 2023 08:45
Copy link
Contributor

@o0Ignition0o o0Ignition0o left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this add the deno update as well ?

@Geal
Copy link
Contributor Author

Geal commented May 26, 2023

yes, the deno update is in too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v1.19.0: "Cannot add fragment of condition ... to parent type"
3 participants