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 router terminology #3028

Closed
wants to merge 16 commits into from
Closed

Update router terminology #3028

wants to merge 16 commits into from

Conversation

Meschreiber
Copy link
Contributor

Updates uses of "Apollo Router" to "GraphOS Router" or "Apollo Router Core" where necessary

@Meschreiber Meschreiber requested a review from a team as a code owner June 10, 2024 20:08
Copy link

changeset-bot bot commented Jun 10, 2024

⚠️ No Changeset found

Latest commit: e0ceecb

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

netlify bot commented Jun 10, 2024

Deploy Preview for apollo-federation-docs ready!

Name Link
🔨 Latest commit e0ceecb
🔍 Latest deploy log https://app.netlify.com/sites/apollo-federation-docs/deploys/668db658af8f3e0008c383ae
😎 Deploy Preview https://deploy-preview-3028--apollo-federation-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codesandbox-ci bot commented Jun 10, 2024

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.

docs/shared/enterprise-directive.mdx Outdated Show resolved Hide resolved
docs/shared/progressive-override-enterprise.mdx Outdated Show resolved Hide resolved
docs/source/quickstart/setup.mdx Outdated Show resolved Hide resolved
docs/source/building-supergraphs/router.mdx Outdated Show resolved Hide resolved
docs/source/federated-types/federated-directives.mdx Outdated Show resolved Hide resolved
docs/source/federation-2/moving-to-federation-2.mdx Outdated Show resolved Hide resolved
docs/source/federation-versions.mdx Outdated Show resolved Hide resolved
@Meschreiber
Copy link
Contributor Author

Marking as draft until terminology is approved.

@Meschreiber Meschreiber marked this pull request as draft June 20, 2024 18:22
clenfest and others added 14 commits July 9, 2024 16:12
Add Enterprise feature callouts for context directives

Co-authored-by: Chris Lenfest <[email protected]>
`FieldValue` scalar was renamed to `ContextFieldValue`.

Co-authored-by: Chris Lenfest <[email protected]>
This PR was opened by the [Changesets
release](https://github.com/changesets/action) 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/[email protected]

### Patch Changes

- Fix performance regression in needsJoinField() for large graphs
([#3038](#3038))

-   Updated dependencies \[]:
    -   @apollo/[email protected]
    -   @apollo/[email protected]

## @apollo/[email protected]

### Patch Changes

- Updated dependencies
\[[`61f2b6b12ee83e7ecb6509f7131f9412a37e194b`](61f2b6b)]:
    -   @apollo/[email protected]
    -   @apollo/[email protected]
    -   @apollo/[email protected]

## @apollo/[email protected]

### Patch Changes

-   Updated dependencies \[]:
    -   @apollo/[email protected]

## @apollo/[email protected]

### Patch Changes

-   Updated dependencies \[]:
    -   @apollo/[email protected]
    -   @apollo/[email protected]

## @apollo/[email protected]

### Patch Changes

-   Updated dependencies \[]:
    -   @apollo/[email protected]

## @apollo/[email protected]



## [email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
We were triggering an assert in extractSubgraphsFromSupergraph because
we weren't properly detecting an invalid name at validation time. Make
sure regex matches.
Fixes #3042 

generateQueryFragments does't handle repeated (... on B { ... on B ...
on B } } }) fragments well. Given the query planner can actually
generate these query structures, this causes this option to be
potentially dangerous, generating invalid subgraph queries.

---------

Co-authored-by: Marc-Andre Giroux <[email protected]>
Merging enums was previously a O(n^3) operation.
Adds redirects for the new quickstart and adds some clarifying notes
This PR was opened by the [Changesets
release](https://github.com/changesets/action) 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/[email protected]

### Patch Changes

- Updated dependencies
\[[`b2e5ab66f84688ec304cfcf2c6f749c86aded549`](b2e5ab6)]:
    -   @apollo/[email protected]
    -   @apollo/[email protected]

## @apollo/[email protected]

### Patch Changes

- Updated dependencies
\[[`b2e5ab66f84688ec304cfcf2c6f749c86aded549`](b2e5ab6)]:
    -   @apollo/[email protected]
    -   @apollo/[email protected]
    -   @apollo/[email protected]

## @apollo/[email protected]

### Patch Changes

- generateQueryFragments() could generate fragments with naming
collisions when nested
([#3043](#3043))

## @apollo/[email protected]

### Patch Changes

- Updated dependencies
\[[`b2e5ab66f84688ec304cfcf2c6f749c86aded549`](b2e5ab6)]:
    -   @apollo/[email protected]

## @apollo/[email protected]

### Patch Changes

- Updated dependencies
\[[`b2e5ab66f84688ec304cfcf2c6f749c86aded549`](b2e5ab6)]:
    -   @apollo/[email protected]
    -   @apollo/[email protected]

## @apollo/[email protected]

### Patch Changes

- Updated dependencies
\[[`b2e5ab66f84688ec304cfcf2c6f749c86aded549`](b2e5ab6)]:
    -   @apollo/[email protected]

## [email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This PR reverts #3054, as this changes the output of composition for most users and should instead land in `next` instead of `main`.
@Meschreiber
Copy link
Contributor Author

Closing in favor of #3072

@Meschreiber Meschreiber closed this Jul 9, 2024
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.

5 participants