Skip to content

Releases: apollographql/apollo-server

@apollo/server@4.8.1

22 Jul 01:12
5ccecb0
Compare
Choose a tag to compare

Patch Changes

@apollo/server-integration-testsuite@4.8.1

22 Jul 01:12
5ccecb0
Compare
Choose a tag to compare

Patch Changes

@apollo/server@4.8.0

21 Jul 00:49
9139a28
Compare
Choose a tag to compare

Minor Changes

  • #7634 f8a8ea08f Thanks @dfperry5! - Updating the ApolloServer constructor to take in a stringifyResult function that will allow a consumer to pass in a function that formats the result of an http query.

    Usage:

    const server = new ApolloServer({
      typeDefs,
      resolvers,
      stringifyResult: (value: FormattedExecutionResult) => {
        return JSON.stringify(value, null, 2);
      },
    });

@apollo/server-integration-testsuite@4.8.0

21 Jul 00:49
9139a28
Compare
Choose a tag to compare

Patch Changes

@apollo/usage-reporting-protobuf@4.1.1

26 Jun 16:37
65a8ac8
Compare
Choose a tag to compare

Patch Changes

  • #7614 4fadf3ddc Thanks @Cellule! - Publish TypeScript typings for CommonJS modules output.

    This allows TypeScript projects that use CommonJS modules with
    moduleResolution: "node16" or
    moduleResolution: "nodeNext"
    to correctly resolves the typings of apollo's packages as CommonJS instead of ESM.

@apollo/server@4.7.5

26 Jun 16:37
65a8ac8
Compare
Choose a tag to compare

Patch Changes

  • #7614 4fadf3ddc Thanks @Cellule! - Publish TypeScript typings for CommonJS modules output.

    This allows TypeScript projects that use CommonJS modules with
    moduleResolution: "node16" or
    moduleResolution: "nodeNext"
    to correctly resolves the typings of apollo's packages as CommonJS instead of ESM.

  • Updated dependencies [4fadf3ddc]:

    • @apollo/cache-control-types@1.0.3
    • @apollo/server-gateway-interface@1.1.1
    • @apollo/usage-reporting-protobuf@4.1.1

@apollo/server-plugin-response-cache@4.1.3

26 Jun 16:37
65a8ac8
Compare
Choose a tag to compare

Patch Changes

  • #7614 4fadf3ddc Thanks @Cellule! - Publish TypeScript typings for CommonJS modules output.

    This allows TypeScript projects that use CommonJS modules with
    moduleResolution: "node16" or
    moduleResolution: "nodeNext"
    to correctly resolves the typings of apollo's packages as CommonJS instead of ESM.

@apollo/server-integration-testsuite@4.7.5

26 Jun 16:37
65a8ac8
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [4fadf3ddc]:
    • @apollo/cache-control-types@1.0.3
    • @apollo/server@4.7.5
    • @apollo/usage-reporting-protobuf@4.1.1

@apollo/server-gateway-interface@1.1.1

26 Jun 16:37
65a8ac8
Compare
Choose a tag to compare

Patch Changes

  • #7614 4fadf3ddc Thanks @Cellule! - Publish TypeScript typings for CommonJS modules output.

    This allows TypeScript projects that use CommonJS modules with
    moduleResolution: "node16" or
    moduleResolution: "nodeNext"
    to correctly resolves the typings of apollo's packages as CommonJS instead of ESM.

  • Updated dependencies [4fadf3ddc]:

    • @apollo/usage-reporting-protobuf@4.1.1

@apollo/cache-control-types@1.0.3

26 Jun 16:37
65a8ac8
Compare
Choose a tag to compare

Patch Changes

  • #7614 4fadf3ddc Thanks @Cellule! - Publish TypeScript typings for CommonJS modules output.

    This allows TypeScript projects that use CommonJS modules with
    moduleResolution: "node16" or
    moduleResolution: "nodeNext"
    to correctly resolves the typings of apollo's packages as CommonJS instead of ESM.