From c7dadf755e51d7fff3f7584bbfa28858a355a247 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 31 Jan 2023 18:00:10 +0000 Subject: [PATCH] Version Packages --- .changeset/large-hornets-watch.md | 12 ----- composition-js/CHANGELOG.md | 7 +++ composition-js/package.json | 6 +-- .../CHANGELOG.md | 2 + .../package.json | 2 +- gateway-js/CHANGELOG.md | 16 +++++++ gateway-js/package.json | 8 ++-- internals-js/CHANGELOG.md | 2 + internals-js/package.json | 2 +- package-lock.json | 48 ++++++++++--------- query-graphs-js/CHANGELOG.md | 6 +++ query-graphs-js/package.json | 4 +- query-planner-js/CHANGELOG.md | 7 +++ query-planner-js/package.json | 6 +-- subgraph-js/CHANGELOG.md | 6 +++ subgraph-js/package.json | 4 +- 16 files changed, 87 insertions(+), 51 deletions(-) delete mode 100644 .changeset/large-hornets-watch.md diff --git a/.changeset/large-hornets-watch.md b/.changeset/large-hornets-watch.md deleted file mode 100644 index 42acf22ac..000000000 --- a/.changeset/large-hornets-watch.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@apollo/gateway": patch ---- - -Capture non-ftv1 error information in metrics data. This -error information allows the inline trace plugin to correctly -aggregate stats about errors (where no federated trace data -is available) and stop reporting incomplete traces which -are missing unavailable error information. - -This PR is a precursor to apollographql/apollo-server#7136 - \ No newline at end of file diff --git a/composition-js/CHANGELOG.md b/composition-js/CHANGELOG.md index 56e805f62..a8d747426 100644 --- a/composition-js/CHANGELOG.md +++ b/composition-js/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG for `@apollo/composition` +## 2.3.1 +### Patch Changes + +- Updated dependencies []: + - @apollo/federation-internals@2.3.1 + - @apollo/query-graphs@2.3.1 + This CHANGELOG pertains only to Apollo Federation packages in the 2.x range. The Federation v0.x equivalent for this package can be found [here](https://github.com/apollographql/federation/blob/version-0.x/federation-js/CHANGELOG.md) on the `version-0.x` branch of this repo. ## vNext diff --git a/composition-js/package.json b/composition-js/package.json index 1e8d92262..afdeebd18 100644 --- a/composition-js/package.json +++ b/composition-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/composition", - "version": "2.3.0", + "version": "2.3.1", "description": "Apollo Federation composition utilities", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -27,8 +27,8 @@ "access": "public" }, "dependencies": { - "@apollo/federation-internals": "2.3.0", - "@apollo/query-graphs": "2.3.0" + "@apollo/federation-internals": "2.3.1", + "@apollo/query-graphs": "2.3.1" }, "peerDependencies": { "graphql": "^16.5.0" diff --git a/federation-integration-testsuite-js/CHANGELOG.md b/federation-integration-testsuite-js/CHANGELOG.md index 3b746c5e6..4775d7c9b 100644 --- a/federation-integration-testsuite-js/CHANGELOG.md +++ b/federation-integration-testsuite-js/CHANGELOG.md @@ -1,3 +1,5 @@ # CHANGELOG for `federation-integration-testsuite-js` +## 2.3.1 + # This is a private package, so this may be kept empty, but exists so that `changesets` will not complain diff --git a/federation-integration-testsuite-js/package.json b/federation-integration-testsuite-js/package.json index bac736ae1..83d145ad1 100644 --- a/federation-integration-testsuite-js/package.json +++ b/federation-integration-testsuite-js/package.json @@ -1,7 +1,7 @@ { "name": "apollo-federation-integration-testsuite", "private": true, - "version": "2.3.0", + "version": "2.3.1", "description": "Apollo Federation Integrations / Test Fixtures", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/gateway-js/CHANGELOG.md b/gateway-js/CHANGELOG.md index 115377b7d..f4b911ebb 100644 --- a/gateway-js/CHANGELOG.md +++ b/gateway-js/CHANGELOG.md @@ -1,5 +1,21 @@ # CHANGELOG for `@apollo/gateway` +## 2.3.1 +### Patch Changes + + +- Capture non-ftv1 error information in metrics data. This ([#2242](https://github.com/apollographql/federation/pull/2242)) + error information allows the inline trace plugin to correctly + aggregate stats about errors (where no federated trace data + is available) and stop reporting incomplete traces which + are missing unavailable error information. + + This PR is a precursor to apollographql/apollo-server#7136 +- Updated dependencies []: + - @apollo/composition@2.3.1 + - @apollo/federation-internals@2.3.1 + - @apollo/query-planner@2.3.1 + This CHANGELOG pertains only to Apollo Federation packages in the 2.x range. The Federation v0.x equivalent for this package can be found [here](https://github.com/apollographql/federation/blob/version-0.x/gateway-js/CHANGELOG.md) on the `version-0.x` branch of this repo. ## vNext diff --git a/gateway-js/package.json b/gateway-js/package.json index 24dfb9afa..b450e6783 100644 --- a/gateway-js/package.json +++ b/gateway-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/gateway", - "version": "2.3.0", + "version": "2.3.1", "description": "Apollo Gateway", "author": "Apollo ", "main": "dist/index.js", @@ -25,9 +25,9 @@ "access": "public" }, "dependencies": { - "@apollo/composition": "2.3.0", - "@apollo/federation-internals": "2.3.0", - "@apollo/query-planner": "2.3.0", + "@apollo/composition": "2.3.1", + "@apollo/federation-internals": "2.3.1", + "@apollo/query-planner": "2.3.1", "@apollo/server-gateway-interface": "^1.1.0", "@apollo/usage-reporting-protobuf": "^4.0.0", "@apollo/utils.createhash": "^1.1.0", diff --git a/internals-js/CHANGELOG.md b/internals-js/CHANGELOG.md index db6729bf5..f548f85bf 100644 --- a/internals-js/CHANGELOG.md +++ b/internals-js/CHANGELOG.md @@ -1,5 +1,7 @@ # CHANGELOG for `@apollo/federation-internals` +## 2.3.1 + ## vNext ## 2.3.0 diff --git a/internals-js/package.json b/internals-js/package.json index bb09fc2bf..c4e0c0ae4 100644 --- a/internals-js/package.json +++ b/internals-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/federation-internals", - "version": "2.3.0", + "version": "2.3.1", "description": "Apollo Federation internal utilities", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/package-lock.json b/package-lock.json index 24c54e06f..aa608d6f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,11 +70,11 @@ }, "composition-js": { "name": "@apollo/composition", - "version": "2.3.0", + "version": "2.3.1", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { - "@apollo/federation-internals": "2.3.0", - "@apollo/query-graphs": "2.3.0" + "@apollo/federation-internals": "2.3.1", + "@apollo/query-graphs": "2.3.1" }, "engines": { "node": ">=14.15.0" @@ -85,7 +85,7 @@ }, "federation-integration-testsuite-js": { "name": "apollo-federation-integration-testsuite", - "version": "2.3.0", + "version": "2.3.1", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { "graphql-tag": "^2.12.6", @@ -94,12 +94,12 @@ }, "gateway-js": { "name": "@apollo/gateway", - "version": "2.3.0", + "version": "2.3.1", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { - "@apollo/composition": "2.3.0", - "@apollo/federation-internals": "2.3.0", - "@apollo/query-planner": "2.3.0", + "@apollo/composition": "2.3.1", + "@apollo/federation-internals": "2.3.1", + "@apollo/query-planner": "2.3.1", "@apollo/server-gateway-interface": "^1.1.0", "@apollo/usage-reporting-protobuf": "^4.0.0", "@apollo/utils.createhash": "^1.1.0", @@ -287,7 +287,7 @@ }, "internals-js": { "name": "@apollo/federation-internals", - "version": "2.3.0", + "version": "2.3.1", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { "chalk": "^4.1.0", @@ -16147,9 +16147,10 @@ }, "query-graphs-js": { "name": "@apollo/query-graphs", - "version": "2.3.0", + "version": "2.3.1", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { + "@apollo/federation-internals": "2.3.1", "@types/uuid": "^8.3.4", "deep-equal": "^2.0.5", "ts-graphviz": "^0.16.0", @@ -16175,11 +16176,11 @@ }, "query-planner-js": { "name": "@apollo/query-planner", - "version": "2.3.0", + "version": "2.3.1", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { - "@apollo/federation-internals": "2.3.0", - "@apollo/query-graphs": "2.3.0", + "@apollo/federation-internals": "2.3.1", + "@apollo/query-graphs": "2.3.1", "chalk": "^4.1.0", "deep-equal": "^2.0.5", "pretty-format": "^29.0.0" @@ -16193,11 +16194,11 @@ }, "subgraph-js": { "name": "@apollo/subgraph", - "version": "2.3.0", + "version": "2.3.1", "license": "MIT", "dependencies": { "@apollo/cache-control-types": "^1.0.2", - "@apollo/federation-internals": "2.3.0" + "@apollo/federation-internals": "2.3.1" }, "engines": { "node": ">=14.15.0" @@ -16233,8 +16234,8 @@ "@apollo/composition": { "version": "file:composition-js", "requires": { - "@apollo/federation-internals": "2.3.0", - "@apollo/query-graphs": "2.3.0" + "@apollo/federation-internals": "2.3.1", + "@apollo/query-graphs": "2.3.1" } }, "@apollo/federation-internals": { @@ -16247,9 +16248,9 @@ "@apollo/gateway": { "version": "file:gateway-js", "requires": { - "@apollo/composition": "2.3.0", - "@apollo/federation-internals": "2.3.0", - "@apollo/query-planner": "2.3.0", + "@apollo/composition": "2.3.1", + "@apollo/federation-internals": "2.3.1", + "@apollo/query-planner": "2.3.1", "@apollo/server-gateway-interface": "^1.1.0", "@apollo/usage-reporting-protobuf": "^4.0.0", "@apollo/utils.createhash": "^1.1.0", @@ -16405,6 +16406,7 @@ "@apollo/query-graphs": { "version": "file:query-graphs-js", "requires": { + "@apollo/federation-internals": "2.3.1", "@types/uuid": "^8.3.4", "deep-equal": "^2.0.5", "ts-graphviz": "^0.16.0", @@ -16422,8 +16424,8 @@ "@apollo/query-planner": { "version": "file:query-planner-js", "requires": { - "@apollo/federation-internals": "2.3.0", - "@apollo/query-graphs": "2.3.0", + "@apollo/federation-internals": "2.3.1", + "@apollo/query-graphs": "2.3.1", "chalk": "^4.1.0", "deep-equal": "^2.0.5", "pretty-format": "^29.0.0" @@ -16470,7 +16472,7 @@ "version": "file:subgraph-js", "requires": { "@apollo/cache-control-types": "^1.0.2", - "@apollo/federation-internals": "2.3.0" + "@apollo/federation-internals": "2.3.1" } }, "@apollo/usage-reporting-protobuf": { diff --git a/query-graphs-js/CHANGELOG.md b/query-graphs-js/CHANGELOG.md index 7e08da90f..a4c7cf19a 100644 --- a/query-graphs-js/CHANGELOG.md +++ b/query-graphs-js/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG for `@apollo/query-graphs` +## 2.3.1 +### Patch Changes + +- Updated dependencies []: + - @apollo/federation-internals@2.3.1 + ## vNext ## 2.2.0 diff --git a/query-graphs-js/package.json b/query-graphs-js/package.json index 7346fbd40..d0a1ea781 100644 --- a/query-graphs-js/package.json +++ b/query-graphs-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/query-graphs", - "version": "2.3.0", + "version": "2.3.1", "description": "Apollo Federation library to work with 'query graphs'", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -23,7 +23,7 @@ "node": ">=14.15.0" }, "dependencies": { - "@apollo/federation-internals": "2.3.0", + "@apollo/federation-internals": "2.3.1", "@types/uuid": "^8.3.4", "deep-equal": "^2.0.5", "ts-graphviz": "^0.16.0", diff --git a/query-planner-js/CHANGELOG.md b/query-planner-js/CHANGELOG.md index fffa8b409..6019d2f6e 100644 --- a/query-planner-js/CHANGELOG.md +++ b/query-planner-js/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG for `@apollo/query-planner` +## 2.3.1 +### Patch Changes + +- Updated dependencies []: + - @apollo/federation-internals@2.3.1 + - @apollo/query-graphs@2.3.1 + This CHANGELOG pertains only to Apollo Federation packages in the 2.x range. The Federation v0.x equivalent for this package can be found [here](https://github.com/apollographql/federation/blob/version-0.x/query-planner-js/CHANGELOG.md) on the `version-0.x` branch of this repo. ## vNext diff --git a/query-planner-js/package.json b/query-planner-js/package.json index 30bee66cb..247c876ad 100644 --- a/query-planner-js/package.json +++ b/query-planner-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/query-planner", - "version": "2.3.0", + "version": "2.3.1", "description": "Apollo Query Planner", "author": "Apollo ", "main": "dist/index.js", @@ -25,8 +25,8 @@ "access": "public" }, "dependencies": { - "@apollo/federation-internals": "2.3.0", - "@apollo/query-graphs": "2.3.0", + "@apollo/federation-internals": "2.3.1", + "@apollo/query-graphs": "2.3.1", "chalk": "^4.1.0", "deep-equal": "^2.0.5", "pretty-format": "^29.0.0" diff --git a/subgraph-js/CHANGELOG.md b/subgraph-js/CHANGELOG.md index b9ef02e30..ba768a3bb 100644 --- a/subgraph-js/CHANGELOG.md +++ b/subgraph-js/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG for `@apollo/subgraph` +## 2.3.1 +### Patch Changes + +- Updated dependencies []: + - @apollo/federation-internals@2.3.1 + This CHANGELOG pertains only to Apollo Federation packages in the 2.x range. The Federation v0.x equivalent for this package can be found [here](https://github.com/apollographql/federation/blob/version-0.x/subgraph-js/CHANGELOG.md) on the `version-0.x` branch of this repo. ## vNext diff --git a/subgraph-js/package.json b/subgraph-js/package.json index 506cf2dda..905d9eca3 100644 --- a/subgraph-js/package.json +++ b/subgraph-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/subgraph", - "version": "2.3.0", + "version": "2.3.1", "description": "Apollo Subgraph Utilities", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -25,7 +25,7 @@ }, "dependencies": { "@apollo/cache-control-types": "^1.0.2", - "@apollo/federation-internals": "2.3.0" + "@apollo/federation-internals": "2.3.1" }, "peerDependencies": { "graphql": "^16.5.0"