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

release: on branch main #2599

Merged
merged 1 commit into from
May 25, 2023
Merged

release: on branch main #2599

merged 1 commit into from
May 25, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 24, 2023

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@apollo/composition@2.4.6

Patch Changes

  • Updated dependencies [5cd17e69, e136ad87]:
    • @apollo/federation-internals@2.4.6
    • @apollo/query-graphs@2.4.6

@apollo/gateway@2.4.6

Patch Changes

  • Updated dependencies [5cd17e69, 8ca107ac, e136ad87]:
    • @apollo/query-planner@2.4.6
    • @apollo/federation-internals@2.4.6
    • @apollo/composition@2.4.6

@apollo/federation-internals@2.4.6

Patch Changes

  • Fix assertion error in some overlapping fragment cases. In some cases, when fragments overlaps on some sub-selections (#2594)
    and some interface field implementation relied on sub-typing, an assertion error could be raised with a message of
    the form Cannot add selection of field X to selection set of parent type Y and this fixes this problem.

  • Fix possible fragment-related assertion error during query planning. This prevents a rare case where an assertion with a (#2596)
    message of the form Cannot add fragment of condition X (runtimes: ...) to parent type Y (runtimes: ...) could fail
    during query planning.

@apollo/query-graphs@2.4.6

Patch Changes

@apollo/query-planner@2.4.6

Patch Changes

  • Fix assertion error in some overlapping fragment cases. In some cases, when fragments overlaps on some sub-selections (#2594)
    and some interface field implementation relied on sub-typing, an assertion error could be raised with a message of
    the form Cannot add selection of field X to selection set of parent type Y and this fixes this problem.

  • Adds debug.maxEvaluatedPlans query planning configuration options. This option limits the maximum number of query plan (#2593)
    that may have to be evaluated during a query planning phase, thus capping the maximum query planning runtime, but at the
    price of potentially reducing the optimality of the generated query plan (which may mean slower query executions). This
    option is exposed for debugging purposes, but it is recommended to rely on the default in production.

  • Fix possible fragment-related assertion error during query planning. This prevents a rare case where an assertion with a (#2596)
    message of the form Cannot add fragment of condition X (runtimes: ...) to parent type Y (runtimes: ...) could fail
    during query planning.

  • Updated dependencies [5cd17e69, e136ad87]:

    • @apollo/federation-internals@2.4.6
    • @apollo/query-graphs@2.4.6

@apollo/subgraph@2.4.6

Patch Changes

apollo-federation-integration-testsuite@2.4.6

@github-actions github-actions bot requested a review from a team as a code owner May 24, 2023 12:06
@netlify
Copy link

netlify bot commented May 24, 2023

Deploy Preview for apollo-federation-docs canceled.

Name Link
🔨 Latest commit ab14614
🔍 Latest deploy log https://app.netlify.com/sites/apollo-federation-docs/deploys/646fc2d2820482000894cbef

@codesandbox-ci
Copy link

codesandbox-ci bot commented May 24, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from e43b7e9 to 49b61a4 Compare May 24, 2023 22:27
@clenfest clenfest merged commit 066b6e6 into main May 25, 2023
@clenfest clenfest deleted the changeset-release/main branch May 25, 2023 20:24
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.

1 participant