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

Merged
merged 1 commit into from
Dec 11, 2023
Merged

release: on branch main #2876

merged 1 commit into from
Dec 11, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 5, 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/[email protected]

Patch Changes

@apollo/[email protected]

Patch Changes

@apollo/[email protected]

Patch Changes

  • Avoid >= comparison for FeatureVersion objects (#2883)

  • Fix query planning bug where __typename on interface object types in named fragments can cause query plan execution to fail. (#2886) (#2886)

@apollo/[email protected]

Patch Changes

  • fix: handle directive conditions on fragments when building query graphs (#2875)

    This fix addresses issues with handling fragments when they specify directive conditions:

    • when exploding the types we were not propagating directive conditions
    • when processing fragment that specifies super type of an existing type and also specifies directive condition, we were incorrectly preserving the unnecessary type condition. This type condition was problematic as it could be referencing types from supergraph that were not available in the local schema. Instead, we now drop the redundant type condition and only preserve the directives (if specified).
  • Updated dependencies [7b5b836d15247c997712a47847f603aa5887312e, 74ca7dd617927a20d79b824851f7651ef3c40a4e]:

@apollo/[email protected]

Patch Changes

@apollo/[email protected]

Patch Changes

[email protected]

@github-actions github-actions bot requested a review from a team as a code owner December 5, 2023 20:03
Copy link

netlify bot commented Dec 5, 2023

Deploy Preview for apollo-federation-docs canceled.

Name Link
🔨 Latest commit 1c34bf5
🔍 Latest deploy log https://app.netlify.com/sites/apollo-federation-docs/deploys/657788fc0ca07e0008940fdc

Copy link

codesandbox-ci bot commented Dec 5, 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 7 times, most recently from 5c75c64 to 6f40484 Compare December 10, 2023 12:36
@dariuszkuc dariuszkuc merged commit f69a069 into main Dec 11, 2023
18 checks passed
@dariuszkuc dariuszkuc deleted the changeset-release/main branch December 11, 2023 22:27
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