From b2938ff2b27ee74712178819d78bbd00ebb36d44 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 16:34:18 -0700 Subject: [PATCH] Version Packages (#2690) Co-authored-by: github-actions[bot] --- .changeset/wild-buses-poke.md | 12 ------- composition-js/CHANGELOG.md | 7 ++++ composition-js/package.json | 6 ++-- .../CHANGELOG.md | 2 ++ .../package.json | 2 +- gateway-js/CHANGELOG.md | 14 ++++++++ gateway-js/package.json | 8 ++--- internals-js/CHANGELOG.md | 10 ++++++ internals-js/package.json | 2 +- package-lock.json | 32 +++++++++---------- query-graphs-js/CHANGELOG.md | 6 ++++ query-graphs-js/package.json | 4 +-- query-planner-js/CHANGELOG.md | 13 ++++++++ query-planner-js/package.json | 6 ++-- subgraph-js/CHANGELOG.md | 6 ++++ subgraph-js/package.json | 4 +-- 16 files changed, 90 insertions(+), 44 deletions(-) delete mode 100644 .changeset/wild-buses-poke.md diff --git a/.changeset/wild-buses-poke.md b/.changeset/wild-buses-poke.md deleted file mode 100644 index b717fca69..000000000 --- a/.changeset/wild-buses-poke.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@apollo/query-planner": patch -"@apollo/federation-internals": patch -"@apollo/gateway": patch ---- - -Reapply #2639: - -Try reusing named fragments in subgraph fetches even if those fragment only apply partially to the subgraph. Before this change, only named fragments that were applying entirely to a subgraph were tried, leading to less reuse that expected. Concretely, this change can sometimes allow the generation of smaller subgraph fetches. - -Additionally, resolve a bug which surfaced in the fragment optimization logic which could result in invalid/incorrect optimizations / fragment reuse. - \ No newline at end of file diff --git a/composition-js/CHANGELOG.md b/composition-js/CHANGELOG.md index 63d04da90..ad425316d 100644 --- a/composition-js/CHANGELOG.md +++ b/composition-js/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG for `@apollo/composition` +## 2.5.1 +### Patch Changes + +- Updated dependencies [[`b9052fdd`](https://github.com/apollographql/federation/commit/b9052fddfcd2cae1ea750aaea27f0a0b24f4e691)]: + - @apollo/federation-internals@2.5.1 + - @apollo/query-graphs@2.5.1 + ## 2.5.0 ### Minor Changes diff --git a/composition-js/package.json b/composition-js/package.json index 6f644f95a..9f4d478a7 100644 --- a/composition-js/package.json +++ b/composition-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/composition", - "version": "2.5.0", + "version": "2.5.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.5.0", - "@apollo/query-graphs": "2.5.0" + "@apollo/federation-internals": "2.5.1", + "@apollo/query-graphs": "2.5.1" }, "peerDependencies": { "graphql": "^16.5.0" diff --git a/federation-integration-testsuite-js/CHANGELOG.md b/federation-integration-testsuite-js/CHANGELOG.md index 023bc4e9b..90922c22a 100644 --- a/federation-integration-testsuite-js/CHANGELOG.md +++ b/federation-integration-testsuite-js/CHANGELOG.md @@ -1,5 +1,7 @@ # CHANGELOG for `federation-integration-testsuite-js` +## 2.5.1 + ## 2.5.0 ## 2.4.10 diff --git a/federation-integration-testsuite-js/package.json b/federation-integration-testsuite-js/package.json index 5b36a1725..edadde5db 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.5.0", + "version": "2.5.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 1f16194e9..00c89822f 100644 --- a/gateway-js/CHANGELOG.md +++ b/gateway-js/CHANGELOG.md @@ -1,5 +1,19 @@ # CHANGELOG for `@apollo/gateway` +## 2.5.1 +### Patch Changes + + +- Reapply #2639: ([#2687](https://github.com/apollographql/federation/pull/2687)) + + Try reusing named fragments in subgraph fetches even if those fragment only apply partially to the subgraph. Before this change, only named fragments that were applying entirely to a subgraph were tried, leading to less reuse that expected. Concretely, this change can sometimes allow the generation of smaller subgraph fetches. + + Additionally, resolve a bug which surfaced in the fragment optimization logic which could result in invalid/incorrect optimizations / fragment reuse. +- Updated dependencies [[`b9052fdd`](https://github.com/apollographql/federation/commit/b9052fddfcd2cae1ea750aaea27f0a0b24f4e691)]: + - @apollo/query-planner@2.5.1 + - @apollo/federation-internals@2.5.1 + - @apollo/composition@2.5.1 + ## 2.5.0 ### Minor Changes diff --git a/gateway-js/package.json b/gateway-js/package.json index bb150e0ea..acde0257e 100644 --- a/gateway-js/package.json +++ b/gateway-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/gateway", - "version": "2.5.0", + "version": "2.5.1", "description": "Apollo Gateway", "author": "Apollo ", "main": "dist/index.js", @@ -25,9 +25,9 @@ "access": "public" }, "dependencies": { - "@apollo/composition": "2.5.0", - "@apollo/federation-internals": "2.5.0", - "@apollo/query-planner": "2.5.0", + "@apollo/composition": "2.5.1", + "@apollo/federation-internals": "2.5.1", + "@apollo/query-planner": "2.5.1", "@apollo/server-gateway-interface": "^1.1.0", "@apollo/usage-reporting-protobuf": "^4.1.0", "@apollo/utils.createhash": "^2.0.0", diff --git a/internals-js/CHANGELOG.md b/internals-js/CHANGELOG.md index 317e5d600..8a3e60b58 100644 --- a/internals-js/CHANGELOG.md +++ b/internals-js/CHANGELOG.md @@ -1,5 +1,15 @@ # CHANGELOG for `@apollo/federation-internals` +## 2.5.1 +### Patch Changes + + +- Reapply #2639: ([#2687](https://github.com/apollographql/federation/pull/2687)) + + Try reusing named fragments in subgraph fetches even if those fragment only apply partially to the subgraph. Before this change, only named fragments that were applying entirely to a subgraph were tried, leading to less reuse that expected. Concretely, this change can sometimes allow the generation of smaller subgraph fetches. + + Additionally, resolve a bug which surfaced in the fragment optimization logic which could result in invalid/incorrect optimizations / fragment reuse. + ## 2.5.0 ### Minor Changes diff --git a/internals-js/package.json b/internals-js/package.json index e5a2490f5..824609c71 100644 --- a/internals-js/package.json +++ b/internals-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/federation-internals", - "version": "2.5.0", + "version": "2.5.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 051884faa..f28e585b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -69,11 +69,11 @@ }, "composition-js": { "name": "@apollo/composition", - "version": "2.5.0", + "version": "2.5.1", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { - "@apollo/federation-internals": "2.5.0", - "@apollo/query-graphs": "2.5.0" + "@apollo/federation-internals": "2.5.1", + "@apollo/query-graphs": "2.5.1" }, "engines": { "node": ">=14.15.0" @@ -84,7 +84,7 @@ }, "federation-integration-testsuite-js": { "name": "apollo-federation-integration-testsuite", - "version": "2.5.0", + "version": "2.5.1", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { "graphql-tag": "^2.12.6", @@ -93,12 +93,12 @@ }, "gateway-js": { "name": "@apollo/gateway", - "version": "2.5.0", + "version": "2.5.1", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { - "@apollo/composition": "2.5.0", - "@apollo/federation-internals": "2.5.0", - "@apollo/query-planner": "2.5.0", + "@apollo/composition": "2.5.1", + "@apollo/federation-internals": "2.5.1", + "@apollo/query-planner": "2.5.1", "@apollo/server-gateway-interface": "^1.1.0", "@apollo/usage-reporting-protobuf": "^4.1.0", "@apollo/utils.createhash": "^2.0.0", @@ -124,7 +124,7 @@ }, "internals-js": { "name": "@apollo/federation-internals", - "version": "2.5.0", + "version": "2.5.1", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { "@types/uuid": "^9.0.0", @@ -17464,10 +17464,10 @@ }, "query-graphs-js": { "name": "@apollo/query-graphs", - "version": "2.5.0", + "version": "2.5.1", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { - "@apollo/federation-internals": "2.5.0", + "@apollo/federation-internals": "2.5.1", "deep-equal": "^2.0.5", "ts-graphviz": "^1.5.4", "uuid": "^9.0.0" @@ -17481,11 +17481,11 @@ }, "query-planner-js": { "name": "@apollo/query-planner", - "version": "2.5.0", + "version": "2.5.1", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { - "@apollo/federation-internals": "2.5.0", - "@apollo/query-graphs": "2.5.0", + "@apollo/federation-internals": "2.5.1", + "@apollo/query-graphs": "2.5.1", "@apollo/utils.keyvaluecache": "^2.1.0", "chalk": "^4.1.0", "deep-equal": "^2.0.5", @@ -17514,11 +17514,11 @@ }, "subgraph-js": { "name": "@apollo/subgraph", - "version": "2.5.0", + "version": "2.5.1", "license": "MIT", "dependencies": { "@apollo/cache-control-types": "^1.0.2", - "@apollo/federation-internals": "2.5.0" + "@apollo/federation-internals": "2.5.1" }, "engines": { "node": ">=14.15.0" diff --git a/query-graphs-js/CHANGELOG.md b/query-graphs-js/CHANGELOG.md index 70675a609..6c6d94708 100644 --- a/query-graphs-js/CHANGELOG.md +++ b/query-graphs-js/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG for `@apollo/query-graphs` +## 2.5.1 +### Patch Changes + +- Updated dependencies [[`b9052fdd`](https://github.com/apollographql/federation/commit/b9052fddfcd2cae1ea750aaea27f0a0b24f4e691)]: + - @apollo/federation-internals@2.5.1 + ## 2.5.0 ### Minor Changes diff --git a/query-graphs-js/package.json b/query-graphs-js/package.json index 349fd640b..f0c2f9cab 100644 --- a/query-graphs-js/package.json +++ b/query-graphs-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/query-graphs", - "version": "2.5.0", + "version": "2.5.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.5.0", + "@apollo/federation-internals": "2.5.1", "deep-equal": "^2.0.5", "ts-graphviz": "^1.5.4", "uuid": "^9.0.0" diff --git a/query-planner-js/CHANGELOG.md b/query-planner-js/CHANGELOG.md index 0d6ab7fe8..964919e9f 100644 --- a/query-planner-js/CHANGELOG.md +++ b/query-planner-js/CHANGELOG.md @@ -1,5 +1,18 @@ # CHANGELOG for `@apollo/query-planner` +## 2.5.1 +### Patch Changes + + +- Reapply #2639: ([#2687](https://github.com/apollographql/federation/pull/2687)) + + Try reusing named fragments in subgraph fetches even if those fragment only apply partially to the subgraph. Before this change, only named fragments that were applying entirely to a subgraph were tried, leading to less reuse that expected. Concretely, this change can sometimes allow the generation of smaller subgraph fetches. + + Additionally, resolve a bug which surfaced in the fragment optimization logic which could result in invalid/incorrect optimizations / fragment reuse. +- Updated dependencies [[`b9052fdd`](https://github.com/apollographql/federation/commit/b9052fddfcd2cae1ea750aaea27f0a0b24f4e691)]: + - @apollo/federation-internals@2.5.1 + - @apollo/query-graphs@2.5.1 + ## 2.5.0 ### Minor Changes diff --git a/query-planner-js/package.json b/query-planner-js/package.json index c7115c5c0..9b336273a 100644 --- a/query-planner-js/package.json +++ b/query-planner-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/query-planner", - "version": "2.5.0", + "version": "2.5.1", "description": "Apollo Query Planner", "author": "Apollo ", "main": "dist/index.js", @@ -25,8 +25,8 @@ "access": "public" }, "dependencies": { - "@apollo/federation-internals": "2.5.0", - "@apollo/query-graphs": "2.5.0", + "@apollo/federation-internals": "2.5.1", + "@apollo/query-graphs": "2.5.1", "@apollo/utils.keyvaluecache": "^2.1.0", "chalk": "^4.1.0", "deep-equal": "^2.0.5", diff --git a/subgraph-js/CHANGELOG.md b/subgraph-js/CHANGELOG.md index bcf8348a2..326f7c99c 100644 --- a/subgraph-js/CHANGELOG.md +++ b/subgraph-js/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG for `@apollo/subgraph` +## 2.5.1 +### Patch Changes + +- Updated dependencies [[`b9052fdd`](https://github.com/apollographql/federation/commit/b9052fddfcd2cae1ea750aaea27f0a0b24f4e691)]: + - @apollo/federation-internals@2.5.1 + ## 2.5.0 ### Minor Changes diff --git a/subgraph-js/package.json b/subgraph-js/package.json index c7309fe0a..46150c19d 100644 --- a/subgraph-js/package.json +++ b/subgraph-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/subgraph", - "version": "2.5.0", + "version": "2.5.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.5.0" + "@apollo/federation-internals": "2.5.1" }, "peerDependencies": { "graphql": "^16.5.0"