Releases: apollographql/apollo-server
@apollo/[email protected]
Patch Changes
-
#6806
bccc230f0
Thanks @glasser! - Rename response.http.statusCode back to status like it was in AS3. -
Updated dependencies [
bccc230f0
]:- @apollo/[email protected]
@apollo/[email protected]
Patch Changes
-
#6806
bccc230f0
Thanks @glasser! - Rename response.http.statusCode back to status like it was in AS3. -
Updated dependencies [
bccc230f0
]:- @apollo/[email protected]
@apollo/[email protected]
Patch Changes
-
#6788
13f809ca6
Thanks @glasser! -parseOptions
is now only used for parsing operations, not for schemas too. Its TS type now only includes options recognized bygraphql-js
itself. -
#6785
96178c570
Thanks @renovate! - Update internal use of@graphql-tools/schema
from v8 to v9. This should be a no-op; we have already removed the feature that would have been affected by the API change in this upgrade (passingparseOptions
tomakeExecutableSchema
). -
#6792
400f7867b
Thanks @glasser! - Port GHSA-2fvv-qxrq-7jq6 fix from v3 (remove XSS from default landing page HTML) -
#6794
7445d3377
Thanks @glasser! - Usage reporting and inline trace plugins: replacerewriteError
withsendErrorsInTraces
/includeErrors
, and mask all errors by default.
@apollo/[email protected]
Patch Changes
-
#6795
363fd308d
Thanks @bonnici! - Added unit tests to coverunmodified
andmasked
error reporting options -
#6794
7445d3377
Thanks @glasser! - Usage reporting and inline trace plugins: replacerewriteError
withsendErrorsInTraces
/includeErrors
, and mask all errors by default. -
Updated dependencies [
13f809ca6
,96178c570
,400f7867b
,7445d3377
]:- @apollo/[email protected]
@apollo/[email protected]
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 moredeclare module
for info.cacheControl -
#6759
6ef6a090c
Thanks @glasser! - Refactor error formatting.Remove
error.extensions.exception
; you can add it back yourself withformatError
.error.extensions.exception.stacktrace
is now available onerror.extensions.stacktrace
.Provide
unwrapResolverError
function in@apollo/server/errors
; useful for yourformatError
hook.No more TS
declare module
describing theexception
extension (partially incorrectly).Rename the (new in v4) constructor option
includeStackTracesInErrorResponses
toincludeStacktraceInErrorResponses
. -
#6765
536e038a7
Thanks @glasser! - Port #6763 from AS3 (fix fieldLevelInstrumentation type declaration)
@apollo/[email protected]
@apollo/[email protected]
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 moredeclare module
for info.cacheControl -
#6759
6ef6a090c
Thanks @glasser! - Refactor error formatting.Remove
error.extensions.exception
; you can add it back yourself withformatError
.error.extensions.exception.stacktrace
is now available onerror.extensions.stacktrace
.Provide
unwrapResolverError
function in@apollo/server/errors
; useful for yourformatError
hook.No more TS
declare module
describing theexception
extension (partially incorrectly).Rename the (new in v4) constructor option
includeStackTracesInErrorResponses
toincludeStacktraceInErrorResponses
. -
Updated dependencies [
bce9150f3
,c4115e96a
,6ef6a090c
,536e038a7
]:- @apollo/[email protected]