Skip to content

Version Packages#8180

Merged
phryneas merged 1 commit intoversion-4from
changeset-release/version-4
Feb 4, 2026
Merged

Version Packages#8180
phryneas merged 1 commit intoversion-4from
changeset-release/version-4

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Feb 4, 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 version-4, this PR will be updated.

Releases

@apollo/server@4.13.0

Minor Changes

  • #8180 e9d49d1 Thanks @github-actions! - ⚠️ SECURITY @apollo/server/standalone:

    The default configuration of startStandaloneServer was vulnerable to denial of service (DoS) attacks through specially crafted request bodies with exotic character set encodings.

    In accordance with RFC 7159, we now only accept request bodies encoded in UTF-8, UTF-16 (LE or BE), or UTF-32 (LE or BE).
    Any other character set will be rejected with a 415 Unsupported Media Type error.
    Additionally, upstream libraries used by this version of Apollo Server may not support all of these encodings, so some requests may still fail even if they pass this check.

    If you were not using startStandaloneServer, you were not affected by this vulnerability.

    Generally, please note that we provide startStandaloneServer as a convenience tool for quickly getting started with Apollo Server.
    For production deployments, we recommend using Apollo Server with a more fully-featured web server framework such as Express, Koa, or Fastify, where you have more control over security-related configuration options.

    Also please note that Apollo Server 4.x is considered EOL as of January 26, 2026, and Apollo no longer commits to providing support or updates for it. Please prioritize migrating to Apollo Server 5.x for continued support and updates.

@apollo/server-integration-testsuite@4.13.0

Patch Changes

  • Updated dependencies [e9d49d1]:
    • @apollo/server@4.13.0

@apollo-librarian
Copy link
Copy Markdown

apollo-librarian bot commented Feb 4, 2026

✅ Docs preview ready

The preview is ready to be viewed. View the preview

File Changes

0 new, 38 changed, 2 removed
* (developer-tools)/apollo-server/(latest)/getting-started.mdx
* (developer-tools)/apollo-server/(latest)/index.mdx
* (developer-tools)/apollo-server/(latest)/migration.mdx
* (developer-tools)/apollo-server/(latest)/previous-versions.mdx
* (developer-tools)/apollo-server/(latest)/api/apollo-server.mdx
* (developer-tools)/apollo-server/(latest)/api/express-middleware.mdx
* (developer-tools)/apollo-server/(latest)/api/standalone.mdx
* (developer-tools)/apollo-server/(latest)/api/plugin/inline-trace.mdx
* (developer-tools)/apollo-server/(latest)/api/plugin/landing-pages.mdx
* (developer-tools)/apollo-server/(latest)/api/plugin/subscription-callback.mdx
* (developer-tools)/apollo-server/(latest)/api/plugin/usage-reporting.mdx
* (developer-tools)/apollo-server/(latest)/data/context.mdx
* (developer-tools)/apollo-server/(latest)/data/errors.mdx
* (developer-tools)/apollo-server/(latest)/data/fetching-data.mdx
* (developer-tools)/apollo-server/(latest)/data/fetching-rest.mdx
* (developer-tools)/apollo-server/(latest)/data/subscriptions.mdx
* (developer-tools)/apollo-server/(latest)/deployment/heroku.md
* (developer-tools)/apollo-server/(latest)/integrations/integration-index.mdx
* (developer-tools)/apollo-server/(latest)/integrations/mern.mdx
* (developer-tools)/apollo-server/(latest)/integrations/plugins-event-reference.mdx
* (developer-tools)/apollo-server/(latest)/integrations/building-integrations.md
* (developer-tools)/apollo-server/(latest)/monitoring/health-checks.mdx
* (developer-tools)/apollo-server/(latest)/monitoring/metrics.mdx
* (developer-tools)/apollo-server/(latest)/performance/apq.mdx
* (developer-tools)/apollo-server/(latest)/performance/cache-backends.mdx
* (developer-tools)/apollo-server/(latest)/performance/caching.md
* (developer-tools)/apollo-server/(latest)/schema/directives.md
* (developer-tools)/apollo-server/(latest)/security/authentication.mdx
* (developer-tools)/apollo-server/(latest)/security/cors.mdx
* (developer-tools)/apollo-server/(latest)/security/proxy-configuration.md
* (developer-tools)/apollo-server/(latest)/shared/integration-table.mdx
* (developer-tools)/apollo-server/(latest)/testing/mocking.mdx
* (developer-tools)/apollo-server/(latest)/testing/testing.mdx
* (developer-tools)/apollo-server/(latest)/using-federation/apollo-gateway-setup.mdx
* (developer-tools)/apollo-server/(latest)/workflow/build-run-queries.mdx
* (developer-tools)/apollo-server/(latest)/workflow/generate-types.mdx
* (developer-tools)/apollo-server/(latest)/workflow/requests.md
* (developer-tools)/apollo-server/(latest)/_sidebar.yaml
- (developer-tools)/apollo-server/(latest)/migration-from-v3.mdx
- (developer-tools)/apollo-server/(latest)/security/hardening-for-production.md

Build ID: 248b3d5bfd9ffcc697d4ad61
Build Logs: View logs

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

@codesandbox-ci
Copy link
Copy Markdown

codesandbox-ci bot commented Feb 4, 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/version-4 branch from a9dd707 to 3163773 Compare February 4, 2026 10:47
@phryneas phryneas merged commit d2f6f9f into version-4 Feb 4, 2026
21 checks passed
@phryneas phryneas deleted the changeset-release/version-4 branch February 4, 2026 10:51
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 7, 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