Skip to content

Version Packages#8172

Merged
phryneas merged 2 commits intomainfrom
changeset-release/main
Jan 21, 2026
Merged

Version Packages#8172
phryneas merged 2 commits intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Jan 21, 2026

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.3.0

Minor Changes

  • #8062 8e54e58 Thanks @cristunaranjo! - Allow configuration of graphql execution options (maxCoercionErrors)

    const server = new ApolloServer({
      typeDefs,
      resolvers,
      executionOptions: {
        maxCoercionErrors: 50,
      },
    });
  • 26320bc Thanks @mo4islona! - Expose graphql validation options.

    const server = new ApolloServer({
      typeDefs,
      resolvers,
      validationOptions: {
        maxErrors: 10,
      },
    });

@apollo/server-integration-testsuite@5.3.0

Patch Changes

@apollo-librarian
Copy link
Copy Markdown

apollo-librarian bot commented Jan 21, 2026

✅ 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)/api/apollo-server.mdx

Build ID: ddb086cd8ba2547c837646fa
Build Logs: View logs

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

@codesandbox-ci
Copy link
Copy Markdown

codesandbox-ci bot commented Jan 21, 2026

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 from c977390 to 2ea6e8e Compare January 21, 2026 10:10
@github-actions github-actions bot force-pushed the changeset-release/main branch from 2ea6e8e to b5e02fd Compare January 21, 2026 11:00
@phryneas phryneas merged commit 28d6d47 into main Jan 21, 2026
19 checks passed
@phryneas phryneas deleted the changeset-release/main branch January 21, 2026 11:08
@phryneas phryneas restored the changeset-release/main branch January 21, 2026 11:08
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 21, 2026
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