Skip to content

Commit

Permalink
Version Packages (#7105)
Browse files Browse the repository at this point in the history
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/server-integration-testsuite@4.0.5

### Patch Changes

- Updated dependencies
\[[`15d8d65e0`](15d8d65),
[`e4e7738be`](e4e7738),
[`e4e7738be`](e4e7738),
[`15d8d65e0`](15d8d65)]:
    -   @apollo/server@4.0.5

## @apollo/server@4.0.5

### 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>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 31, 2022
1 parent 506bf96 commit fae90e7
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-bats-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-kiwis-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-weeks-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-laws-bow.md

This file was deleted.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/integration-testsuite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @apollo/server-integration-testsuite

## 4.0.5

### Patch Changes

- Updated dependencies [[`15d8d65e0`](https://github.com/apollographql/apollo-server/commit/15d8d65e018520d3eedc5e42981f19a5f98524e7), [`e4e7738be`](https://github.com/apollographql/apollo-server/commit/e4e7738be7c8d35a42342987e180eba5b6f66ca1), [`e4e7738be`](https://github.com/apollographql/apollo-server/commit/e4e7738be7c8d35a42342987e180eba5b6f66ca1), [`15d8d65e0`](https://github.com/apollographql/apollo-server/commit/15d8d65e018520d3eedc5e42981f19a5f98524e7)]:
- @apollo/server@4.0.5

## 4.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-testsuite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/server-integration-testsuite",
"version": "4.0.4",
"version": "4.0.5",
"description": "Test suite for Apollo Server integrations",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
"supertest": "^6.2.3"
},
"peerDependencies": {
"@apollo/server": "^4.0.4",
"@apollo/server": "^4.0.5",
"@jest/globals": "28.x || 29.x",
"graphql": "^16.6.0",
"jest": "28.x || 29.x"
Expand Down
12 changes: 12 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @apollo/server

## 4.0.5

### Patch Changes

- [#7104](https://github.com/apollographql/apollo-server/pull/7104) [`15d8d65e0`](https://github.com/apollographql/apollo-server/commit/15d8d65e018520d3eedc5e42981f19a5f98524e7) Thanks [@glasser](https://github.com/glasser)! - New `ApolloServerPluginSchemaReportingDisabled` plugin which can override the `APOLLO_SCHEMA_REPORTING` environment variable.

- [#7101](https://github.com/apollographql/apollo-server/pull/7101) [`e4e7738be`](https://github.com/apollographql/apollo-server/commit/e4e7738be7c8d35a42342987e180eba5b6f66ca1) 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](https://github.com/apollographql/apollo-server/pull/7101) [`e4e7738be`](https://github.com/apollographql/apollo-server/commit/e4e7738be7c8d35a42342987e180eba5b6f66ca1) 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](https://github.com/apollographql/apollo-server/pull/7104) [`15d8d65e0`](https://github.com/apollographql/apollo-server/commit/15d8d65e018520d3eedc5e42981f19a5f98524e7) 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`.

## 4.0.4

This version has no changes; `@apollo/server` and `@apollo/server-integration-test` are published with matching version numbers and we published a new version of `@apollo/server-integration-test`.
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/server",
"version": "4.0.4",
"version": "4.0.5",
"description": "Core engine for Apollo GraphQL server",
"type": "module",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit fae90e7

Please sign in to comment.