Releases: apollographql/apollo-server
@apollo/[email protected]
Minor Changes
- #7411
021460e95
Thanks @trevor-scheer! - Update protobuf which includes updates for supporting (notably) ConditionNode in the gateway
@apollo/[email protected]
Patch Changes
- Updated dependencies [
021460e95
]:- @apollo/[email protected]
@apollo/[email protected]
Patch Changes
-
#7381
29038a4d3
Thanks @renovate! - Update graphql-http dependency -
Updated dependencies [
021460e95
]:- @apollo/[email protected]
- @apollo/[email protected]
@apollo/[email protected]
@apollo/[email protected]
Patch Changes
- Updated dependencies [
f2d433b4f
]:- @apollo/[email protected]
@apollo/[email protected]
Patch Changes
-
#7331
9de18b34c
Thanks @trevor-scheer! - Unpinnode-abort-controller
and update to latest unbreaking patch -
#7136
8c635d104
Thanks @trevor-scheer! - Errors reported by subgraphs (with no trace data in the response) are now accurately reflected in the numeric error stats.Operations that receive errors from subgraphs (with no trace data in the response) are no longer sent as incomplete, error-less traces.
Note: in order for this fix to take effect, your
@apollo/gateway
version must be updated to v2.3.1 or later.
@apollo/[email protected]
Patch Changes
-
#7338
01bc39838
Thanks @trevor-scheer! - Update graphql-http to 1.13.0 -
Updated dependencies [
9de18b34c
,8c635d104
]:- @apollo/[email protected]
@apollo/[email protected]
Patch Changes
-
#7314
f246ddb71
Thanks @trevor-scheer! - Add an__identity
property toHeaderMap
class to disallow standardMap
s (in TypeScript).This ensures that typechecking occurs on fields which are declared to accept a
HeaderMap
(notably, thehttpGraphQLRequest.headers
option to
ApolloServer.executeHTTPGraphQLRequest
and thehttp.headers
option to
ApolloServer.executeOperation
). This might be a breaking change for
integration authors, but should be easily fixed by switching fromnew Map<string, string>()
tonew HeaderMap()
. -
#7326
e25cb58ff
Thanks @trevor-scheer! - Pinnode-abort-controller
version to avoid breaking change. Apollo Server users can enter a broken state if they update their package-lock.json due to a breaking change in a minor release of the mentioned package. -
Updated dependencies [
e0f959a63
]:- @apollo/[email protected]
@apollo/[email protected]
@apollo/[email protected]
Minor Changes
- #7325
e0f959a63
Thanks @trevor-scheer! - Add optionalnonFtv1ErrorPaths
to Gateway metrics data. This change is a prerequisite to: