Skip to content

Releases: apollographql/apollo-server

@apollo/server-integration-testsuite@4.0.0-alpha.4

11 Aug 23:52
a39273a
Compare
Choose a tag to compare

Patch Changes

@apollo/server@4.0.0-alpha.3

09 Aug 21:23
9214d26
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • #6771 bce9150f3 Thanks @glasser! - Support Gateway. Remove executor constructor option.

  • #6764 c4115e96a Thanks @glasser! - Get cache-control types from @apollo/cache-control-types; no more declare module for info.cacheControl

  • #6759 6ef6a090c Thanks @glasser! - Refactor error formatting.

    Remove error.extensions.exception; you can add it back yourself with formatError. error.extensions.exception.stacktrace is now available on error.extensions.stacktrace.

    Provide unwrapResolverError function in @apollo/server/errors; useful for your formatError hook.

    No more TS declare module describing the exception extension (partially incorrectly).

    Rename the (new in v4) constructor option includeStackTracesInErrorResponses to includeStacktraceInErrorResponses.

  • #6765 536e038a7 Thanks @glasser! - Port #6763 from AS3 (fix fieldLevelInstrumentation type declaration)

@apollo/server-plugin-response-cache@4.0.0-alpha.2

09 Aug 21:23
9214d26
Compare
Choose a tag to compare

Patch Changes

@apollo/server-integration-testsuite@4.0.0-alpha.3

09 Aug 21:23
9214d26
Compare
Choose a tag to compare

Patch Changes

  • #6771 bce9150f3 Thanks @glasser! - Support Gateway. Remove executor constructor option.

  • #6764 c4115e96a Thanks @glasser! - Get cache-control types from @apollo/cache-control-types; no more declare module for info.cacheControl

  • #6759 6ef6a090c Thanks @glasser! - Refactor error formatting.

    Remove error.extensions.exception; you can add it back yourself with formatError. error.extensions.exception.stacktrace is now available on error.extensions.stacktrace.

    Provide unwrapResolverError function in @apollo/server/errors; useful for your formatError hook.

    No more TS declare module describing the exception extension (partially incorrectly).

    Rename the (new in v4) constructor option includeStackTracesInErrorResponses to includeStacktraceInErrorResponses.

  • Updated dependencies [bce9150f3, c4115e96a, 6ef6a090c, 536e038a7]:

    • @apollo/server@4.0.0-alpha.3