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
.