From fae90e7c56be1e1e6f26837e939373b97a2092f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 14:25:44 -0700 Subject: [PATCH] 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/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 ## @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`. Co-authored-by: github-actions[bot] --- .changeset/eight-bats-shop.md | 5 ----- .changeset/purple-kiwis-lay.md | 5 ----- .changeset/quick-weeks-shake.md | 5 ----- .changeset/strong-laws-bow.md | 5 ----- package-lock.json | 6 +++--- packages/integration-testsuite/CHANGELOG.md | 7 +++++++ packages/integration-testsuite/package.json | 4 ++-- packages/server/CHANGELOG.md | 12 ++++++++++++ packages/server/package.json | 2 +- 9 files changed, 25 insertions(+), 26 deletions(-) delete mode 100644 .changeset/eight-bats-shop.md delete mode 100644 .changeset/purple-kiwis-lay.md delete mode 100644 .changeset/quick-weeks-shake.md delete mode 100644 .changeset/strong-laws-bow.md diff --git a/.changeset/eight-bats-shop.md b/.changeset/eight-bats-shop.md deleted file mode 100644 index 916f8e7ff97..00000000000 --- a/.changeset/eight-bats-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@apollo/server': patch ---- - -New `ApolloServerPluginSchemaReportingDisabled` plugin which can override the `APOLLO_SCHEMA_REPORTING` environment variable. diff --git a/.changeset/purple-kiwis-lay.md b/.changeset/purple-kiwis-lay.md deleted file mode 100644 index 7cad9d93a63..00000000000 --- a/.changeset/purple-kiwis-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@apollo/server': patch ---- - -Manage memory more efficiently in the usage reporting plugin by allowing large objects to be garbage collected more quickly. diff --git a/.changeset/quick-weeks-shake.md b/.changeset/quick-weeks-shake.md deleted file mode 100644 index 59aa60e207f..00000000000 --- a/.changeset/quick-weeks-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@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 deleted file mode 100644 index 1a67daad8bb..00000000000 --- a/.changeset/strong-laws-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@apollo/server': patch ---- - -It is now an error to combine a "disabled" plugin such as `ApolloServerPluginUsageReportingDisabled` with its enabled counterpart such as `ApolloServerPluginUsageReporting`. diff --git a/package-lock.json b/package-lock.json index fc6821108f9..6f2073f42c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12940,7 +12940,7 @@ }, "packages/integration-testsuite": { "name": "@apollo/server-integration-testsuite", - "version": "4.0.4", + "version": "4.0.5", "license": "MIT", "dependencies": { "@apollo/cache-control-types": "^1.0.2", @@ -12961,7 +12961,7 @@ "node": ">=14.16.0" }, "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" @@ -12985,7 +12985,7 @@ }, "packages/server": { "name": "@apollo/server", - "version": "4.0.4", + "version": "4.0.5", "license": "MIT", "dependencies": { "@apollo/cache-control-types": "^1.0.2", diff --git a/packages/integration-testsuite/CHANGELOG.md b/packages/integration-testsuite/CHANGELOG.md index b5d8e7bcd3a..a2be4824c5b 100644 --- a/packages/integration-testsuite/CHANGELOG.md +++ b/packages/integration-testsuite/CHANGELOG.md @@ -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 diff --git a/packages/integration-testsuite/package.json b/packages/integration-testsuite/package.json index b368b6c5e28..01c04c192c7 100644 --- a/packages/integration-testsuite/package.json +++ b/packages/integration-testsuite/package.json @@ -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", @@ -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" diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 416f951eadd..6d3c312a6f6 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -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`. diff --git a/packages/server/package.json b/packages/server/package.json index fe78db14989..04cb02d5670 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -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",