Releases: apollographql/apollo-server
@apollo/server-gateway-interface@1.0.7
Patch Changes
- #7187
3fd7b5f26
Thanks @trevor-scheer! - Update@apollo/utils.keyvaluecache
dependency to the latest patch which correctly specifies its version oflru-cache
.
@apollo/server-gateway-interface@1.0.6
Patch Changes
-
#7170
4ce738193
Thanks @trevor-scheer! - Update @apollo/utils packages to v2 (dropping node 12 support) -
#7173
45856e1dd
Thanks @trevor-scheer! - Remove unnecessary engines constraint on types-only package
@apollo/usage-reporting-protobuf@4.0.2
@apollo/server@4.1.1
@apollo/server-integration-testsuite@4.1.1
Patch Changes
- Updated dependencies [
c835637be
]:- @apollo/server@4.1.1
@apollo/server-gateway-interface@1.0.5
@apollo/server@4.1.0
Minor Changes
-
2a2d1e3b4
Thanks @glasser! - Thecache-control
HTTP response header set by the cache control plugin now properly reflects the cache policy of all operations in a batched HTTP request. (If you write thecache-control
response header via a different mechanism to a format that the plugin would not produce, the plugin no longer writes the header.) For more information, see advisory GHSA-8r69-3cvp-wxc3. -
2a2d1e3b4
Thanks @glasser! - Plugins processing multiple operations in a batched HTTP request now have a sharedrequestContext.request.http
object. Changes to HTTP response headers and HTTP status code made by plugins operating on one operation can be immediately seen by plugins operating on other operations in the same HTTP request. -
2a2d1e3b4
Thanks @glasser! - New fieldGraphQLRequestContext.requestIsBatched
available to plugins.
@apollo/server-integration-testsuite@4.1.0
Minor Changes
-
2a2d1e3b4
Thanks @glasser! - Thecache-control
HTTP response header set by the cache control plugin now properly reflects the cache policy of all operations in a batched HTTP request. (If you write thecache-control
response header via a different mechanism to a format that the plugin would not produce, the plugin no longer writes the header.) For more information, see advisory GHSA-8r69-3cvp-wxc3. -
2a2d1e3b4
Thanks @glasser! - Plugins processing multiple operations in a batched HTTP request now have a sharedrequestContext.request.http
object. Changes to HTTP response headers and HTTP status code made by plugins operating on one operation can be immediately seen by plugins operating on other operations in the same HTTP request. -
2a2d1e3b4
Thanks @glasser! - New fieldGraphQLRequestContext.requestIsBatched
available to plugins. -
#7114
c1651bfac
Thanks @trevor-scheer! - Directly depend on Apollo Server rather than as a peer
Patch Changes
@apollo/server@4.0.5
Patch Changes
-
#7104
15d8d65e0
Thanks @glasser! - NewApolloServerPluginSchemaReportingDisabled
plugin which can override theAPOLLO_SCHEMA_REPORTING
environment variable. -
#7101
e4e7738be
Thanks @glasser! - Manage memory more efficiently in the usage reporting plugin by allowing large objects to be garbage collected more quickly. -
#7101
e4e7738be
Thanks @glasser! - The usage reporting plugin now defaults to a 30 second timeout for each attempt to send reports to Apollo Server instead of no timeout; the timeout can be adjusted with the newrequestTimeoutMs
option toApolloServerPluginUsageReporting
. (Apollo's servers already enforced a 30 second timeout, so this is unlikely to break any existing use cases.) -
#7104
15d8d65e0
Thanks @glasser! - It is now an error to combine a "disabled" plugin such asApolloServerPluginUsageReportingDisabled
with its enabled counterpart such asApolloServerPluginUsageReporting
.