Commit fae90e7
authored
Version Packages (#7105)
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @apollo/[email protected]
### Patch Changes
- Updated dependencies
\[[`15d8d65e0`](15d8d65),
[`e4e7738be`](e4e7738),
[`e4e7738be`](e4e7738),
[`15d8d65e0`](15d8d65)]:
- @apollo/[email protected]
## @apollo/[email protected]
### Patch Changes
- [#7104](#7104)
[`15d8d65e0`](15d8d65)
Thanks [@glasser](https://github.com/glasser)! - New
`ApolloServerPluginSchemaReportingDisabled` plugin which can override
the `APOLLO_SCHEMA_REPORTING` environment variable.
- [#7101](#7101)
[`e4e7738be`](e4e7738)
Thanks [@glasser](https://github.com/glasser)! - Manage memory more
efficiently in the usage reporting plugin by allowing large objects to
be garbage collected more quickly.
- [#7101](#7101)
[`e4e7738be`](e4e7738)
Thanks [@glasser](https://github.com/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 new `requestTimeoutMs` option to
`ApolloServerPluginUsageReporting`. (Apollo's servers already enforced a
30 second timeout, so this is unlikely to break any existing use cases.)
- [#7104](#7104)
[`15d8d65e0`](15d8d65)
Thanks [@glasser](https://github.com/glasser)! - It is now an error to
combine a "disabled" plugin such as
`ApolloServerPluginUsageReportingDisabled` with its enabled counterpart
such as `ApolloServerPluginUsageReporting`.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>1 parent 506bf96 commit fae90e7
File tree
9 files changed
+25
-26
lines changed- .changeset
- packages
- integration-testsuite
- server
9 files changed
+25
-26
lines changedThis file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
3 | 10 | | |
4 | 11 | | |
5 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
3 | 15 | | |
4 | 16 | | |
5 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments