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 #2634

Merged
merged 1 commit into from
Jul 7, 2023
Merged

release: on branch main #2634

merged 1 commit into from
Jul 7, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 21, 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.9

Patch Changes

@apollo/gateway@2.4.9

Patch Changes

  • Try reusing named fragments in subgraph fetches even if those fragment only apply partially to the subgraph. Before this change, only named fragments that were applying entirely to a subgraph were tried, leading to less reuse that expected. Concretely, this change can sometimes allow the generation of smaller subgraph fetches. (#2639)

  • Updated dependencies [7ac83456, d60349b3, 1bb7c512, 02eab3ac, fd4545c2]:

    • @apollo/query-planner@2.4.9
    • @apollo/federation-internals@2.4.9
    • @apollo/composition@2.4.9

@apollo/federation-internals@2.4.9

Patch Changes

  • Improves query planning time in some situations where entities use multiple keys. (#2610)

  • Try reusing named fragments in subgraph fetches even if those fragment only apply partially to the subgraph. Before this change, only named fragments that were applying entirely to a subgraph were tried, leading to less reuse that expected. Concretely, this change can sometimes allow the generation of smaller subgraph fetches. (#2639)

  • Fix issue in the code to reuse fragments that, in some rare circumstances, could led to invalid queries where a named (#2659)
    spread was use in an invalid position. If triggered, this resulted in an subgraph fetch whereby a named spread was
    used inside a sub-selection even though the spread condition did not intersect the parent type (the exact error message
    would depend on the client library used to handle subgraph fetches, but with GraphQL-js, the error message had the
    form "Fragment cannot be spread here as objects of type can never be of type ").

  • Fix regression in named fragment reuse introduced by 2.4.8 that caused fragments that were only used by other fragments (#2648)
    to not be reused, even if they are making the overall query smaller and thus should be reused.

  • Fix unnecessary busy work in the code extracting subgraphs from supergraphs. This code is executing when a new (#2654)
    supergraph is deployed, and can impact gateway clients when it runs. This is often not a problem, but for
    large supergraphs with lots of subgraphs, an obvious inefficiency could make the code take much longer than
    it should have.

@apollo/query-graphs@2.4.9

Patch Changes

@apollo/query-planner@2.4.9

Patch Changes

  • Improves query planning time in some situations where entities use multiple keys. (#2610)

  • Try reusing named fragments in subgraph fetches even if those fragment only apply partially to the subgraph. Before this change, only named fragments that were applying entirely to a subgraph were tried, leading to less reuse that expected. Concretely, this change can sometimes allow the generation of smaller subgraph fetches. (#2639)

  • Updated dependencies [7ac83456, d60349b3, 1bb7c512, 02eab3ac, fd4545c2]:

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

@apollo/subgraph@2.4.9

Patch Changes

apollo-federation-integration-testsuite@2.4.9

@github-actions github-actions bot requested a review from a team as a code owner June 21, 2023 09:28
@netlify
Copy link

netlify bot commented Jun 21, 2023

👷 Deploy Preview for apollo-federation-docs processing.

Name Link
🔨 Latest commit fe0389d
🔍 Latest deploy log https://app.netlify.com/sites/apollo-federation-docs/deploys/6492c2ba40a9d1000771c504

@netlify
Copy link

netlify bot commented Jun 21, 2023

Deploy Preview for apollo-federation-docs canceled.

Name Link
🔨 Latest commit 5a6c19a
🔍 Latest deploy log https://app.netlify.com/sites/apollo-federation-docs/deploys/64a6e936a4495c0008aae0d8

@codesandbox-ci
Copy link

codesandbox-ci bot commented Jun 21, 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 5 times, most recently from fc663c5 to fc7d0c4 Compare June 28, 2023 16:30
@github-actions github-actions bot force-pushed the changeset-release/main branch 6 times, most recently from 47e0198 to b33fd9e Compare July 6, 2023 15:43
@clenfest clenfest merged commit 20923a3 into main Jul 7, 2023
15 checks passed
@clenfest clenfest deleted the changeset-release/main branch July 7, 2023 17:26
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.

None yet

1 participant