Skip to content

Version Packages#8163

Merged
jerelmiller merged 1 commit intomainfrom
changeset-release/main
Nov 21, 2025
Merged

Version Packages#8163
jerelmiller merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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/server@5.2.0

Minor Changes

  • #8161 51acbeb Thanks @jerelmiller! - Fix an issue where some bundlers would fail to build because of the dynamic import for the optional peer dependency on @yaacovcr/transform introduced in @apollo/server 5.1.0. To provide support for the legacy incremental format, you must now provide the legacyExperimentalExecuteIncrementally option to the ApolloServer constructor.

    import { legacyExecuteIncrementally } from '@yaacovcr/transform';
    
    const server = new ApolloServer({
      // ...
      legacyExperimentalExecuteIncrementally: legacyExecuteIncrementally,
    });

    If the legacyExperimentalExecuteIncrementally option is not provided and the client sends an Accept header with a value of multipart/mixed; deferSpec=20220824, an error is returned by the server.

@apollo/server-integration-testsuite@5.2.0

Patch Changes

  • Updated dependencies [51acbeb]:
    • @apollo/server@5.2.0

@apollo-librarian
Copy link
Copy Markdown

apollo-librarian bot commented Nov 21, 2025

✅ Docs preview ready

The preview is ready to be viewed. View the preview

File Changes

0 new, 1 changed, 0 removed
* (developer-tools)/apollo-server/(latest)/workflow/requests.md

Build ID: 1b76c2e13bf0038644165b69
Build Logs: View logs

URL: https://www.apollographql.com/docs/deploy-preview/1b76c2e13bf0038644165b69

@codesandbox-ci
Copy link
Copy Markdown

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.

@jerelmiller jerelmiller merged commit 7be3686 into main Nov 21, 2025
18 of 19 checks passed
@jerelmiller jerelmiller deleted the changeset-release/main branch November 21, 2025 23:18
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant