Skip to content

Commit

Permalink
Make outstanding changes patch
Browse files Browse the repository at this point in the history
We are having technical issues with the `changesets` package around
making minor bumps with our `fixed` setup. We would like to get these
fixes out and they are borderline patch/minor anyway, so we are making
them patch for now.
  • Loading branch information
glasser committed Oct 31, 2022
1 parent 15d8d65 commit 506bf96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/eight-bats-shop.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'@apollo/server': minor
'@apollo/server': patch
---

New `ApolloServerPluginSchemaReportingDisabled` plugin which can override the `APOLLO_SCHEMA_REPORTING` environment variable.
2 changes: 1 addition & 1 deletion .changeset/quick-weeks-shake.md
Original file line number Diff line number Diff line change
@@ -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.)
2 changes: 1 addition & 1 deletion .changeset/strong-laws-bow.md
Original file line number Diff line number Diff line change
@@ -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`.

0 comments on commit 506bf96

Please sign in to comment.