diff --git a/.changeset/eight-bats-shop.md b/.changeset/eight-bats-shop.md index 7d9e0a86832..916f8e7ff97 100644 --- a/.changeset/eight-bats-shop.md +++ b/.changeset/eight-bats-shop.md @@ -1,5 +1,5 @@ --- -'@apollo/server': minor +'@apollo/server': patch --- New `ApolloServerPluginSchemaReportingDisabled` plugin which can override the `APOLLO_SCHEMA_REPORTING` environment variable. diff --git a/.changeset/quick-weeks-shake.md b/.changeset/quick-weeks-shake.md index bcc621ae2c5..59aa60e207f 100644 --- a/.changeset/quick-weeks-shake.md +++ b/.changeset/quick-weeks-shake.md @@ -1,5 +1,5 @@ --- -'@apollo/server': minor +'@apollo/server': patch --- 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 new `requestTimeoutMs` option to `ApolloServerPluginUsageReporting`. (Apollo's servers already enforced a 30 second timeout, so this is unlikely to break any existing use cases.) diff --git a/.changeset/strong-laws-bow.md b/.changeset/strong-laws-bow.md index f7aac153fb7..1a67daad8bb 100644 --- a/.changeset/strong-laws-bow.md +++ b/.changeset/strong-laws-bow.md @@ -1,5 +1,5 @@ --- -'@apollo/server': minor +'@apollo/server': patch --- It is now an error to combine a "disabled" plugin such as `ApolloServerPluginUsageReportingDisabled` with its enabled counterpart such as `ApolloServerPluginUsageReporting`.