{"id":"src_56rrvVjrH1ZcCjxlBjS9O","slug":"apollo-server","name":"Apollo Server","type":"github","url":"https://github.com/apollographql/apollo-server","orgId":"org_ctiL2ZZXIA7tbsKSsxRN9","org":{"slug":"apollo-graphql","name":"Apollo GraphQL"},"isPrimary":false,"metadata":"{\"evaluatedMethod\":\"github\",\"evaluatedAt\":\"2026-04-11T13:26:53.785Z\",\"changelogDetectedAt\":\"2026-04-11T13:27:42.968Z\"}","releaseCount":100,"releasesLast30Days":2,"avgReleasesPerWeek":0.6,"latestVersion":"@apollo/server-integration-testsuite@5.5.0","latestDate":"2026-03-24T19:49:19.000Z","changelogUrl":null,"hasChangelogFile":true,"lastFetchedAt":"2026-04-19T07:02:21.457Z","trackingSince":"2023-01-25T21:21:28.000Z","releases":[{"id":"rel_rJAfdUP57zq4DyiythRu_","version":"@apollo/server-integration-testsuite@5.5.0","title":"@apollo/server-integration-testsuite@5.5.0","summary":"### Minor Changes\n\n-   [#8191](https://github.com/apollographql/apollo-server/pull/8191) [`ada1200`](https://github.com/apollographql/apollo-server/co...","content":"### Minor Changes\n\n-   [#8191](https://github.com/apollographql/apollo-server/pull/8191) [`ada1200`](https://github.com/apollographql/apollo-server/commit/ada12001c4e95b5c779d80314a5a32e33087b5cf) - ⚠️ SECURITY `@apollo/server/standalone`:\n\n    Apollo Server now rejects GraphQL `GET` requests which contain a `Content-Type` header other than `application/json` (with optional parameters such as `; charset=utf-8`). Any other value is now rejected with a 415 status code.\n\n    (GraphQL `GET` requests without a `Content-Type` header are still allowed, though they do still need to contain a non-empty `X-Apollo-Operation-Name` or `Apollo-Require-Preflight` header to be processed if the default CSRF prevention feature is enabled.)\n\n    This improvement makes Apollo Server's CSRF more resistant to browsers which implement CORS in non-spec-compliant ways. Apollo is aware of one browser which as of March 2026 has a bug which allows an attacker to circumvent Apollo Server's CSRF prevention feature to carry out read-only XS-Search-style CSRF attacks. The browser vendor is in the process of patching this vulnerability; upgrading Apollo Server to v5.5.0 mitigates this vulnerability.\n\n    **If your server uses cookies (or HTTP Basic Auth) for authentication, Apollo encourages you to upgrade to v5.5.0.**\n\n    This is technically a backwards-incompatible change. Apollo is not aware of any GraphQL clients which provide non-empty `Content-Type` headers with `GET` requests with types other than `application/json`. If your use case requires such requests, please [file an issue](https://github.com/apollographql/apollo-server/issues) and we may add more configurability in a follow-up release.\n\n    See [advisory GHSA-9q82-xgwf-vj6h](https://github.com/apollographql/apollo-server/security/advisories/GHSA-9q82-xgwf-vj6h) for more details.\n\n### Patch Changes\n\n-   Updated dependencies \\[[`ada1200`](https://github.com/apollographql/apollo-server/commit/ada12001c4e95b5c779d80314a5a32e33087b5cf)]:\n    -   @apollo/server@5.5.0\n","publishedAt":"2026-03-24T19:49:19.000Z","url":"https://github.com/apollographql/apollo-server/releases/tag/%40apollo/server-integration-testsuite%405.5.0","media":[]},{"id":"rel_2WbGsVRhnpqmzZCN5VPby","version":"@apollo/server@5.5.0","title":"@apollo/server@5.5.0","summary":"### Minor Changes\n\n-   [#8191](https://github.com/apollographql/apollo-server/pull/8191) [`ada1200`](https://github.com/apollographql/apollo-server/co...","content":"### Minor Changes\n\n-   [#8191](https://github.com/apollographql/apollo-server/pull/8191) [`ada1200`](https://github.com/apollographql/apollo-server/commit/ada12001c4e95b5c779d80314a5a32e33087b5cf) Thanks [@glasser](https://github.com/glasser)! - ⚠️ SECURITY `@apollo/server/standalone`:\n\n    Apollo Server now rejects GraphQL `GET` requests which contain a `Content-Type` header other than `application/json` (with optional parameters such as `; charset=utf-8`). Any other value is now rejected with a 415 status code.\n\n    (GraphQL `GET` requests without a `Content-Type` header are still allowed, though they do still need to contain a non-empty `X-Apollo-Operation-Name` or `Apollo-Require-Preflight` header to be processed if the default CSRF prevention feature is enabled.)\n\n    This improvement makes Apollo Server's CSRF more resistant to browsers which implement CORS in non-spec-compliant ways. Apollo is aware of one browser which as of March 2026 has a bug which allows an attacker to circumvent Apollo Server's CSRF prevention feature to carry out read-only XS-Search-style CSRF attacks. The browser vendor is in the process of patching this vulnerability; upgrading Apollo Server to v5.5.0 mitigates this vulnerability.\n\n    **If your server uses cookies (or HTTP Basic Auth) for authentication, Apollo encourages you to upgrade to v5.5.0.**\n\n    This is technically a backwards-incompatible change. Apollo is not aware of any GraphQL clients which provide non-empty `Content-Type` headers with `GET` requests with types other than `application/json`. If your use case requires such requests, please [file an issue](https://github.com/apollographql/apollo-server/issues) and we may add more configurability in a follow-up release.\n\n    See [advisory GHSA-9q82-xgwf-vj6h](https://github.com/apollographql/apollo-server/security/advisories/GHSA-9q82-xgwf-vj6h) for more details.\n","publishedAt":"2026-03-24T19:49:16.000Z","url":"https://github.com/apollographql/apollo-server/releases/tag/%40apollo/server%405.5.0","media":[]},{"id":"rel_OW1KMY_jJ7QfECMdC8iq3","version":"@apollo/server@5.4.0","title":"@apollo/server@5.4.0","summary":"### Minor Changes\n\n-   [`d25a5bd`](https://github.com/apollographql/apollo-server/commit/d25a5bdc377826ad424fcf7f8d1d062055911643) Thanks [@phryneas](...","content":"### Minor Changes\n\n-   [`d25a5bd`](https://github.com/apollographql/apollo-server/commit/d25a5bdc377826ad424fcf7f8d1d062055911643) Thanks [@phryneas](https://github.com/phryneas)! - ⚠️ SECURITY `@apollo/server/standalone`:\n\n    The default configuration of `startStandaloneServer` was vulnerable to denial of service (DoS) attacks through specially crafted request bodies with exotic character set encodings.\n\n    In accordance with [RFC 7159](https://datatracker.ietf.org/doc/html/rfc7159#section-8.1), we now only accept request bodies encoded in UTF-8, UTF-16 (LE or BE), or UTF-32 (LE or BE).\n    Any other character set will be rejected with a `415 Unsupported Media Type` error.\n    Note that the more recent JSON RFC, [RFC 8259](https://datatracker.ietf.org/doc/html/rfc8259#section-8.1), is more strict and will only allow UTF-8.\n    Since this is a minor release, we have chosen to remain compatible with the more permissive RFC 7159 for now.\n    In a future major release, we may tighten this restriction further to only allow UTF-8.\n\n    **If you were not using `startStandaloneServer`, you were not affected by this vulnerability.**\n\n    Generally, please note that we provide `startStandaloneServer` as a convenience tool for quickly getting started with Apollo Server.\n    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.\n","publishedAt":"2026-02-04T10:58:26.000Z","url":"https://github.com/apollographql/apollo-server/releases/tag/%40apollo/server%405.4.0","media":[]},{"id":"rel_qP11OO0PKVrihebjawoM5","version":"@apollo/server-integration-testsuite@5.4.0","title":"@apollo/server-integration-testsuite@5.4.0","summary":"### Patch Changes\n\n-   Updated dependencies \\[[`d25a5bd`](https://github.com/apollographql/apollo-server/commit/d25a5bdc377826ad424fcf7f8d1d0620559116...","content":"### Patch Changes\n\n-   Updated dependencies \\[[`d25a5bd`](https://github.com/apollographql/apollo-server/commit/d25a5bdc377826ad424fcf7f8d1d062055911643)]:\n    -   @apollo/server@5.4.0\n","publishedAt":"2026-02-04T10:58:23.000Z","url":"https://github.com/apollographql/apollo-server/releases/tag/%40apollo/server-integration-testsuite%405.4.0","media":[]},{"id":"rel_8Co7VKX8WYmBy_EazBrIN","version":"@apollo/server@4.13.0","title":"@apollo/server@4.13.0","summary":"### Minor Changes\n\n-   [#8180](https://github.com/apollographql/apollo-server/pull/8180) [`e9d49d1`](https://github.com/apollographql/apollo-server/co...","content":"### Minor Changes\n\n-   [#8180](https://github.com/apollographql/apollo-server/pull/8180) [`e9d49d1`](https://github.com/apollographql/apollo-server/commit/e9d49d163a86b8a33be56ed27c494b9acd5400a4) Thanks [@github-actions](https://github.com/apps/github-actions)! - ⚠️ SECURITY `@apollo/server/standalone`:\n\n    The default configuration of `startStandaloneServer` was vulnerable to denial of service (DoS) attacks through specially crafted request bodies with exotic character set encodings.\n\n    In accordance with [RFC 7159](https://datatracker.ietf.org/doc/html/rfc7159#section-8.1), we now only accept request bodies encoded in UTF-8, UTF-16 (LE or BE), or UTF-32 (LE or BE).\n    Any other character set will be rejected with a `415 Unsupported Media Type` error.\n    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.\n\n    **If you were not using `startStandaloneServer`, you were not affected by this vulnerability.**\n\n    Generally, please note that we provide `startStandaloneServer` as a convenience tool for quickly getting started with Apollo Server.\n    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.\n\n    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.\n","publishedAt":"2026-02-04T10:56:52.000Z","url":"https://github.com/apollographql/apollo-server/releases/tag/%40apollo/server%404.13.0","media":[]},{"id":"rel_u3XTrsfsyEgtLsvUtePuI","version":"@apollo/server-integration-testsuite@4.13.0","title":"@apollo/server-integration-testsuite@4.13.0","summary":"### Patch Changes\n\n-   Updated dependencies \\[[`e9d49d1`](https://github.com/apollographql/apollo-server/commit/e9d49d163a86b8a33be56ed27c494b9acd5400...","content":"### Patch Changes\n\n-   Updated dependencies \\[[`e9d49d1`](https://github.com/apollographql/apollo-server/commit/e9d49d163a86b8a33be56ed27c494b9acd5400a4)]:\n    -   @apollo/server@4.13.0\n","publishedAt":"2026-02-04T10:56:49.000Z","url":"https://github.com/apollographql/apollo-server/releases/tag/%40apollo/server-integration-testsuite%404.13.0","media":[]},{"id":"rel_zg0p38Ca68dTQ7966Z9NP","version":"@apollo/server@5.3.0","title":"@apollo/server@5.3.0","summary":"### Minor Changes\n\n-   [#8062](https://github.com/apollographql/apollo-server/pull/8062) [`8e54e58`](https://github.com/apollographql/apollo-server/co...","content":"### Minor Changes\n\n-   [#8062](https://github.com/apollographql/apollo-server/pull/8062) [`8e54e58`](https://github.com/apollographql/apollo-server/commit/8e54e5827791666e36082ad49d19c77f050355ac) Thanks [@cristunaranjo](https://github.com/cristunaranjo)! - Allow configuration of graphql execution options (maxCoercionErrors)\n\n    ```js\n    const server = new ApolloServer({\n      typeDefs,\n      resolvers,\n      executionOptions: {\n        maxCoercionErrors: 50,\n      },\n    });\n    ```\n\n-   [#8014](https://github.com/apollographql/apollo-server/pull/8014) [`26320bc`](https://github.com/apollographql/apollo-server/commit/26320bccd77c6074d4a38119294f153f64e52d96) Thanks [@mo4islona](https://github.com/mo4islona)! - Expose `graphql` validation options.\n\n    ```js\n    const server = new ApolloServer({\n      typeDefs,\n      resolvers,\n      validationOptions: {\n        maxErrors: 10,\n      },\n    });\n    ```\n","publishedAt":"2026-01-21T11:46:10.000Z","url":"https://github.com/apollographql/apollo-server/releases/tag/%40apollo/server%405.3.0","media":[]},{"id":"rel_fkkM93XdW-Sfddjy3DNGJ","version":"@apollo/server-integration-testsuite@5.3.0","title":"@apollo/server-integration-testsuite@5.3.0","summary":"### Patch Changes\n\n-   Updated dependencies \\[[`8e54e58`](https://github.com/apollographql/apollo-server/commit/8e54e5827791666e36082ad49d19c77f050355...","content":"### Patch Changes\n\n-   Updated dependencies \\[[`8e54e58`](https://github.com/apollographql/apollo-server/commit/8e54e5827791666e36082ad49d19c77f050355ac), [`26320bc`](https://github.com/apollographql/apollo-server/commit/26320bccd77c6074d4a38119294f153f64e52d96)]:\n    -   @apollo/server@5.3.0\n","publishedAt":"2026-01-21T11:46:07.000Z","url":"https://github.com/apollographql/apollo-server/releases/tag/%40apollo/server-integration-testsuite%405.3.0","media":[]},{"id":"rel_Jgq3i9z0XG9GnV3N7yiUJ","version":"@apollo/server@5.2.0","title":"@apollo/server@5.2.0","summary":"### Minor Changes\n\n-   [#8161](https://github.com/apollographql/apollo-server/pull/8161) [`51acbeb`](https://github.com/apollographql/apollo-server/co...","content":"### Minor Changes\n\n-   [#8161](https://github.com/apollographql/apollo-server/pull/8161) [`51acbeb`](https://github.com/apollographql/apollo-server/commit/51acbebde7cc2759efacaa9eccb10aa3fee6b368) Thanks [@jerelmiller](https://github.com/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.\n\n    ```ts\n    import { legacyExecuteIncrementally } from '@yaacovcr/transform';\n\n    const server = new ApolloServer({\n      // ...\n      legacyExperimentalExecuteIncrementally: legacyExecuteIncrementally,\n    });\n    ```\n\n    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.\n","publishedAt":"2025-11-21T23:19:03.000Z","url":"https://github.com/apollographql/apollo-server/releases/tag/%40apollo/server%405.2.0","media":[]},{"id":"rel_Xz-DL8NsJGrfUJRyN5wt6","version":"@apollo/server-integration-testsuite@5.2.0","title":"@apollo/server-integration-testsuite@5.2.0","summary":"### Patch Changes\n\n-   Updated dependencies \\[[`51acbeb`](https://github.com/apollographql/apollo-server/commit/51acbebde7cc2759efacaa9eccb10aa3fee6b3...","content":"### Patch Changes\n\n-   Updated dependencies \\[[`51acbeb`](https://github.com/apollographql/apollo-server/commit/51acbebde7cc2759efacaa9eccb10aa3fee6b368)]:\n    -   @apollo/server@5.2.0\n","publishedAt":"2025-11-21T23:19:00.000Z","url":"https://github.com/apollographql/apollo-server/releases/tag/%40apollo/server-integration-testsuite%405.2.0","media":[]},{"id":"rel_jWKCPEu0b_2VmPZ0yEjys","version":"@apollo/server@5.1.0","title":"@apollo/server@5.1.0","summary":"### Minor Changes\n\n-   [#8148](https://github.com/apollographql/apollo-server/pull/8148) [`80a1a1a`](https://github.com/apollographql/apollo-server/co...","content":"### Minor Changes\n\n-   [#8148](https://github.com/apollographql/apollo-server/pull/8148) [`80a1a1a`](https://github.com/apollographql/apollo-server/commit/80a1a1af12b326d8c0f900bd85a25e14ee9cd9c0) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Apollo Server now supports the incremental delivery protocol (`@defer` and `@stream`) that ships with `graphql@17.0.0-alpha.9`. To use the current protocol, clients must send the `Accept` header with a value of `multipart/mixed; incrementalSpec=v0.2`.\n\n    Upgrading to 5.1 will depend on what version of `graphql` you have installed and whether you already support the incremental delivery protocol.\n\n    ## I use `graphql@16` without incremental delivery\n\n    Continue using `graphql` v16 with no additional changes. Incremental delivery won't be available.\n\n    ## I use `graphql@16` but would like to add support for incremental delivery\n\n    Install `graphql@17.0.0-alpha.9` and follow the [\"Incremental delivery\" guide](https://www.apollographql.com/docs/apollo-server/workflow/requests#incremental-delivery-experimental) to add the `@defer` and `@stream` directives to your schema. Clients should send the `Accept` header with a value of `multipart/mixed; incrementalSpec=v0.2` to get multipart responses.\n\n    ## I use `graphql@17.0.0-alpha.2` and use incremental delivery\n\n    You must upgrade to `graphql@17.0.0-alpha.9` to continue using incremental delivery. If you'd like to continue providing support for the legacy incremental protocol, install the [`@yaacovcr/transform`](https://github.com/yaacovCR/transform) package. Apollo Server will attempt to load this module when the client specifies an `Accept` header with a value of `multipart/mixed; deferSpec=20220824`. If this package is not installed, an error is returned by the server.\n\n    Because Apollo Server now supports multiple versions of the incremental delivery types, the existing incremental delivery types have been renamed with an `Alpha2` suffix. If you import these types in your code, you will need to add the `Alpha2` suffix.\n\n    ```diff\n    import type {\n    - GraphQLExperimentalFormattedInitialIncrementalExecutionResult,\n    + GraphQLExperimentalFormattedInitialIncrementalExecutionResultAlpha2,\n\n    - GraphQLExperimentalFormattedSubsequentIncrementalExecutionResult,\n    + GraphQLExperimentalFormattedSubsequentIncrementalExecutionResultAlpha2,\n\n    - GraphQLExperimentalFormattedIncrementalResult,\n    + GraphQLExperimentalFormattedIncrementalResultAlpha2,\n\n    - GraphQLExperimentalFormattedIncrementalDeferResult,\n    + GraphQLExperimentalFormattedIncrementalDeferResultAlpha2,\n\n    - GraphQLExperimentalFormattedIncrementalStreamResult,\n    + GraphQLExperimentalFormattedIncrementalStreamResultAlpha2,\n    } from '@apollo/server';\n    ```\n\n    Incremental delivery types for the `graphql@17.0.0-alpha.9` version are now available using the `Alpha9` suffix:\n\n    ```ts\n    import type {\n      GraphQLExperimentalFormattedInitialIncrementalExecutionResultAlpha9,\n      GraphQLExperimentalFormattedSubsequentIncrementalExecutionResultAlpha9,\n      GraphQLExperimentalFormattedIncrementalResultAlpha9,\n      GraphQLExperimentalFormattedIncrementalDeferResultAlpha9,\n      GraphQLExperimentalFormattedIncrementalStreamResultAlpha9,\n      GraphQLExperimentalFormattedCompletedResultAlpha9,\n      GraphQLExperimentalPendingResultAlpha9,\n    } from '@apollo/server';\n    ```\n","publishedAt":"2025-10-28T15:47:16.000Z","url":"https://github.com/apollographql/apollo-server/releases/tag/%40apollo/server%405.1.0","media":[]},{"id":"rel_gCW6b2nytShF5QmTqp_cP","version":"@apollo/server-integration-testsuite@5.1.0","title":"@apollo/server-integration-testsuite@5.1.0","summary":"### Patch Changes\n\n-   Updated dependencies \\[[`80a1a1a`](https://github.com/apollographql/apollo-server/commit/80a1a1af12b326d8c0f900bd85a25e14ee9cd9...","content":"### Patch Changes\n\n-   Updated dependencies \\[[`80a1a1a`](https://github.com/apollographql/apollo-server/commit/80a1a1af12b326d8c0f900bd85a25e14ee9cd9c0)]:\n    -   @apollo/server@5.1.0\n","publishedAt":"2025-10-28T15:47:13.000Z","url":"https://github.com/apollographql/apollo-server/releases/tag/%40apollo/server-integration-testsuite%405.1.0","media":[]},{"id":"rel_OLZIX5pf90D54sec92lmz","version":"@apollo/server@5.1.0-rc.0","title":"@apollo/server@5.1.0-rc.0","summary":"### Minor Changes\n\n-   [#8148](https://github.com/apollographql/apollo-server/pull/8148) [`80a1a1a`](https://github.com/apollographql/apollo-server/co...","content":"### Minor Changes\n\n-   [#8148](https://github.com/apollographql/apollo-server/pull/8148) [`80a1a1a`](https://github.com/apollographql/apollo-server/commit/80a1a1af12b326d8c0f900bd85a25e14ee9cd9c0) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Apollo Server now supports the incremental delivery protocol (`@defer` and `@stream`) that ships with `graphql@17.0.0-alpha.9`. To use the current protocol, clients must send the `Accept` header with a value of `multipart/mixed; incrementalSpec=v0.2`.\n\n    Upgrading to 5.1 will depend on what version of `graphql` you have installed and whether you already support the incremental delivery protocol.\n\n    ## I use `graphql@16` without incremental delivery\n\n    Continue using `graphql` v16 with no additional changes. Incremental delivery won't be available.\n\n    ## I use `graphql@16` but would like to add support for incremental delivery\n\n    Install `graphql@17.0.0-alpha.9` and follow the [\"Incremental delivery\" guide](https://www.apollographql.com/docs/apollo-server/workflow/requests#incremental-delivery-experimental) to add the `@defer` and `@stream` directives to your schema. Clients should send the `Accept` header with a value of `multipart/mixed; incrementalSpec=v0.2` to get multipart responses.\n\n    ## I use `graphql@17.0.0-alpha.2` and use incremental delivery\n\n    You must upgrade to `graphql@17.0.0-alpha.9` to continue using incremental delivery. If you'd like to continue providing support for the legacy incremental protocol, install the [`@yaacovcr/transform`](https://github.com/yaacovCR/transform) package. Apollo Server will attempt to load this module when the client specifies an `Accept` header with a value of `multipart/mixed; deferSpec=20220824`. If this package is not installed, an error is returned by the server.\n\n    Because Apollo Server now supports multiple versions of the incremental delivery types, the existing incremental delivery types have been renamed with an `Alpha2` suffix. If you import these types in your code, you will need to add the `Alpha2` suffix.\n\n    ```diff\n    import type {\n    - GraphQLExperimentalFormattedInitialIncrementalExecutionResult,\n    + GraphQLExperimentalFormattedInitialIncrementalExecutionResultAlpha2,\n\n    - GraphQLExperimentalFormattedSubsequentIncrementalExecutionResult,\n    + GraphQLExperimentalFormattedSubsequentIncrementalExecutionResultAlpha2,\n\n    - GraphQLExperimentalFormattedIncrementalResult,\n    + GraphQLExperimentalFormattedIncrementalResultAlpha2,\n\n    - GraphQLExperimentalFormattedIncrementalDeferResult,\n    + GraphQLExperimentalFormattedIncrementalDeferResultAlpha2,\n\n    - GraphQLExperimentalFormattedIncrementalStreamResult,\n    + GraphQLExperimentalFormattedIncrementalStreamResultAlpha2,\n    } from '@apollo/server';\n    ```\n\n    Incremental delivery types for the `graphql@17.0.0-alpha.9` version are now available using the `Alpha9` suffix:\n\n    ```ts\n    import type {\n      GraphQLExperimentalFormattedInitialIncrementalExecutionResultAlpha9,\n      GraphQLExperimentalFormattedSubsequentIncrementalExecutionResultAlpha9,\n      GraphQLExperimentalFormattedIncrementalResultAlpha9,\n      GraphQLExperimentalFormattedIncrementalDeferResultAlpha9,\n      GraphQLExperimentalFormattedIncrementalStreamResultAlpha9,\n      GraphQLExperimentalFormattedCompletedResultAlpha9,\n      GraphQLExperimentalPendingResultAlpha9,\n    } from '@apollo/server';\n    ```\n","publishedAt":"2025-10-21T17:16:53.000Z","url":"https://github.com/apollographql/apollo-server/releases/tag/%40apollo/server%405.1.0-rc.0","media":[]},{"id":"rel_v43QPbJhGP6CjOCSAJJT5","version":"@apollo/server-plugin-response-cache@5.0.1-rc.0","title":"@apollo/server-plugin-response-cache@5.0.1-rc.0","summary":"### Patch Changes\n\n-   Updated dependencies \\[[`80a1a1a`](https://github.com/apollographql/apollo-server/commit/80a1a1af12b326d8c0f900bd85a25e14ee9cd9...","content":"### Patch Changes\n\n-   Updated dependencies \\[[`80a1a1a`](https://github.com/apollographql/apollo-server/commit/80a1a1af12b326d8c0f900bd85a25e14ee9cd9c0)]:\n    -   @apollo/server@5.1.0-rc.0\n","publishedAt":"2025-10-21T17:16:50.000Z","url":"https://github.com/apollographql/apollo-server/releases/tag/%40apollo/server-plugin-response-cache%405.0.1-rc.0","media":[]},{"id":"rel_EncVznTs1riYv4wggafpW","version":"@apollo/server-integration-testsuite@5.1.0-rc.0","title":"@apollo/server-integration-testsuite@5.1.0-rc.0","summary":"### Patch Changes\n\n-   Updated dependencies \\[[`80a1a1a`](https://github.com/apollographql/apollo-server/commit/80a1a1af12b326d8c0f900bd85a25e14ee9cd9...","content":"### Patch Changes\n\n-   Updated dependencies \\[[`80a1a1a`](https://github.com/apollographql/apollo-server/commit/80a1a1af12b326d8c0f900bd85a25e14ee9cd9c0)]:\n    -   @apollo/server@5.1.0-rc.0\n","publishedAt":"2025-10-21T17:16:47.000Z","url":"https://github.com/apollographql/apollo-server/releases/tag/%40apollo/server-integration-testsuite%405.1.0-rc.0","media":[]},{"id":"rel_VvrebxOScJlwDAMO2y4v7","version":"@apollo/server-gateway-interface@2.0.0","title":"@apollo/server-gateway-interface@2.0.0","summary":"### Major Changes\n\n-   Drop support for Node.JS v14, v16, and v20.\n","content":"### Major Changes\n\n-   Drop support for Node.JS v14, v16, and v20.\n","publishedAt":"2025-07-17T16:58:29.000Z","url":"https://github.com/apollographql/apollo-server/releases/tag/%40apollo/server-gateway-interface%402.0.0","media":[]},{"id":"rel_JCeIX4fRQMawVl7tD0gvT","version":"@apollo/server@5.0.0","title":"@apollo/server@5.0.0","summary":"### BREAKING CHANGES\n\nApollo Server v5 has very few breaking API changes. It is a small upgrade focused largely on adjusting which versions of Node.js...","content":"### BREAKING CHANGES\n\nApollo Server v5 has very few breaking API changes. It is a small upgrade focused largely on adjusting which versions of Node.js and Express are supported.\n\nRead our [migration guide](https://www.apollographql.com/docs/apollo-server/migration/) for more details on how to update your app.\n\n-   Dropped support for Node.js v14, v16, and v18, which are no longer under [long-term support](https://nodejs.org/en/about/releases/#releases) from the Node.js Foundation. Apollo Server 5 supports Node.js v20 and later; v24 is recommended. Ensure you are on a non-EOL version of Node.js before upgrading Apollo Server.\n-   Dropped support for versions of the `graphql` library older than `v16.11.0`. (Apollo Server 4 supports `graphql` `v16.6.0` or later.) Upgrade `graphql` before upgrading Apollo Server.\n-   Express integration requires a separate package. In Apollo Server 4, you could import the Express 4 middleware from `@apollo/server/express4`, or you could import it from the separate package `@as-integrations/express4`. In Apollo Server 5, you must import it from the separate package. You can migrate your server to the new package before upgrading to Apollo Server 5. (You can also use `@as-integrations/express5` for a middleware that works with Express 5.)\n-   Usage Reporting, Schema Reporting, and Subscription Callback plugins now use the Node.js built-in `fetch` implementation for HTTP requests by default, instead of the `node-fetch` npm package. If your server uses an HTTP proxy to make HTTP requests, you need to configure it in a slightly different way. See the [migration guide](https://www.apollographql.com/docs/apollo-server/migration/) for details.\n-   The server started with `startStandaloneServer` no longer uses Express. This is mostly invisible, but it does set slightly fewer headers. If you rely on the fact that this server is based on Express, you should explicitly use the Express middleware.\n-   The experimental support for incremental delivery directives `@defer` and `@stream` (which requires using a pre-release version of `graphql` v17) now explicitly only works with version `17.0.0-alpha.2` of `graphql`. Note that this supports the same incremental delivery protocol implemented by Apollo Server 4, which is not the same protocol in the latest alpha version of `graphql`. As this support is experimental, we may switch over from \"only `alpha.2` is supported\" to \"only a newer alpha or final release is supported, with a different protocol\" during the lifetime of Apollo Server 5.\n-   Apollo Server is now compiled by the TypeScript compiler targeting the ES2023 standard rather than the ES2020 standard.\n-   Apollo Server 5 responds to requests with variable coercion errors (eg, if a number is passed in the `variables` map for a variable declared in the operation as a `String`) with a 400 status code, indicating a client error. This is also the behavior of Apollo Server 3. Apollo Server 4 mistakenly responds to these requests with a 200 status code by default; we recommended the use of the `status400ForVariableCoercionErrors: true` option to restore the intended behavior. That option now defaults to true.\n-   The unsafe `precomputedNonce` option to landing page plugins (which was only non-deprecated for 8 days) has been removed.\n\n### Patch Changes\n\nThere are a few other small changes in v5:\n\n-   [#8076](https://github.com/apollographql/apollo-server/pull/8076) [`5b26558`](https://github.com/apollographql/apollo-server/commit/5b265580922c53aac8131472ba3dcef77a58b3d6) Thanks [@valters](https://github.com/valters)! - Fix some error logs to properly call `logger.error` or `logger.warn` with `this` set. This fixes errors or crashes from logger implementations that expect `this` to be set properly in their methods.\n\n-   [#7515](https://github.com/apollographql/apollo-server/pull/7515) [`100233a`](https://github.com/apollographql/apollo-server/commit/100233a6e015e1a63b7f8a4bcff7290da55750da) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - ApolloServerPluginSubscriptionCallback now takes a `fetcher` argument, like the usage and schema reporting plugins. The default value is Node's built-in fetch.\n\n-   Updated dependencies \\[[`100233a`](https://github.com/apollographql/apollo-server/commit/100233a6e015e1a63b7f8a4bcff7290da55750da)]:\n    -   @apollo/server-gateway-interface@2.0.0\n","publishedAt":"2025-07-17T16:58:26.000Z","url":"https://github.com/apollographql/apollo-server/releases/tag/%40apollo/server%405.0.0","media":[]},{"id":"rel__Np6XgHgb69dzKMC-IJ_I","version":"@apollo/server-plugin-response-cache@5.0.0","title":"@apollo/server-plugin-response-cache@5.0.0","summary":"### Major Changes\n\n-   Drop support for Node.JS v14, v16, and v20.\n\n### Patch Changes\n\n-   [#8076](https://github.com/apollographql/apollo-server/pull...","content":"### Major Changes\n\n-   Drop support for Node.JS v14, v16, and v20.\n\n### Patch Changes\n\n-   [#8076](https://github.com/apollographql/apollo-server/pull/8076) [`5b26558`](https://github.com/apollographql/apollo-server/commit/5b265580922c53aac8131472ba3dcef77a58b3d6) Thanks [@valters](https://github.com/valters)! - Fix some error logs to properly call `logger.error` or `logger.warn` with `this` set. This fixes errors or crashes from logger implementations that expect `this` to be set properly in their methods.\n\n-   Updated dependencies \\[[`5b26558`](https://github.com/apollographql/apollo-server/commit/5b265580922c53aac8131472ba3dcef77a58b3d6), [`100233a`](https://github.com/apollographql/apollo-server/commit/100233a6e015e1a63b7f8a4bcff7290da55750da), [`100233a`](https://github.com/apollographql/apollo-server/commit/100233a6e015e1a63b7f8a4bcff7290da55750da), [`100233a`](https://github.com/apollographql/apollo-server/commit/100233a6e015e1a63b7f8a4bcff7290da55750da), [`100233a`](https://github.com/apollographql/apollo-server/commit/100233a6e015e1a63b7f8a4bcff7290da55750da)]:\n    -   @apollo/server@5.0.0\n","publishedAt":"2025-07-17T16:58:23.000Z","url":"https://github.com/apollographql/apollo-server/releases/tag/%40apollo/server-plugin-response-cache%405.0.0","media":[]},{"id":"rel_0-WXDlmttLAVcGuEtAIOG","version":"@apollo/server-integration-testsuite@5.0.0","title":"@apollo/server-integration-testsuite@5.0.0","summary":"### Major Changes\n\n-   Drop support for Node.JS v14, v16, and v20.\n\n-   The integration test suite no longer uses `lib: [\"dom\"]` to tell TypeScript to...","content":"### Major Changes\n\n-   Drop support for Node.JS v14, v16, and v20.\n\n-   The integration test suite no longer uses `lib: [\"dom\"]` to tell TypeScript to assume DOM-related symbols are in the global namespace. If your integration library's test suite relied on this behavior, you may need to add `lib: [\"dom\"]` to the `compilerOptions` section of your test suite's `tsconfig.json`.\n\n### Patch Changes\n\n-   [#8078](https://github.com/apollographql/apollo-server/pull/8078) [`dabe7ba`](https://github.com/apollographql/apollo-server/commit/dabe7ba60b4661a4b2e72c57d082acf04b32186a) Thanks [@renovate](https://github.com/apps/renovate)! - Support Jest v30 as well as Jest v29.\n\n-   Updated dependencies \\[[`5b26558`](https://github.com/apollographql/apollo-server/commit/5b265580922c53aac8131472ba3dcef77a58b3d6), [`100233a`](https://github.com/apollographql/apollo-server/commit/100233a6e015e1a63b7f8a4bcff7290da55750da), [`100233a`](https://github.com/apollographql/apollo-server/commit/100233a6e015e1a63b7f8a4bcff7290da55750da), [`100233a`](https://github.com/apollographql/apollo-server/commit/100233a6e015e1a63b7f8a4bcff7290da55750da), [`100233a`](https://github.com/apollographql/apollo-server/commit/100233a6e015e1a63b7f8a4bcff7290da55750da)]:\n    -   @apollo/server@5.0.0\n","publishedAt":"2025-07-17T16:58:20.000Z","url":"https://github.com/apollographql/apollo-server/releases/tag/%40apollo/server-integration-testsuite%405.0.0","media":[]},{"id":"rel_63cYOeNtkKEHs2Pf_wsEt","version":"@apollo/server-plugin-response-cache@5.0.0-rc.0","title":"@apollo/server-plugin-response-cache@5.0.0-rc.0","summary":"### Major Changes\n\n-   Drop support for Node.JS v14, v16, and v20.\n\n### Patch Changes\n\n-   [#8076](https://github.com/apollographql/apollo-server/pull...","content":"### Major Changes\n\n-   Drop support for Node.JS v14, v16, and v20.\n\n### Patch Changes\n\n-   [#8076](https://github.com/apollographql/apollo-server/pull/8076) [`5b26558`](https://github.com/apollographql/apollo-server/commit/5b265580922c53aac8131472ba3dcef77a58b3d6) Thanks [@valters](https://github.com/valters)! - Fix some error logs to properly call `logger.error` or `logger.warn` with `this` set. This fixes errors or crashes from logger implementations that expect `this` to be set properly in their methods.\n\n-   Updated dependencies \\[[`5b26558`](https://github.com/apollographql/apollo-server/commit/5b265580922c53aac8131472ba3dcef77a58b3d6), [`100233a`](https://github.com/apollographql/apollo-server/commit/100233a6e015e1a63b7f8a4bcff7290da55750da), [`100233a`](https://github.com/apollographql/apollo-server/commit/100233a6e015e1a63b7f8a4bcff7290da55750da), [`100233a`](https://github.com/apollographql/apollo-server/commit/100233a6e015e1a63b7f8a4bcff7290da55750da), [`100233a`](https://github.com/apollographql/apollo-server/commit/100233a6e015e1a63b7f8a4bcff7290da55750da)]:\n    -   @apollo/server@5.0.0-rc.0\n","publishedAt":"2025-07-07T22:52:15.000Z","url":"https://github.com/apollographql/apollo-server/releases/tag/%40apollo/server-plugin-response-cache%405.0.0-rc.0","media":[]}],"pagination":{"page":1,"pageSize":20,"totalPages":5,"totalItems":100},"summaries":{"rolling":null,"monthly":[]}}