Skip to content

Commit 74ca851

Browse files
release: on branch next (preview) (#3259)
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 next, this PR will be updated. ⚠️⚠️⚠️⚠️⚠️⚠️ `next` is currently in **pre mode** so this branch has prereleases rather than normal releases. If you want to exit prereleases, run `changeset pre exit` on `next`. ⚠️⚠️⚠️⚠️⚠️⚠️ # Releases ## @apollo/[email protected] ### Minor Changes - Federation 2.12 and Connect 0.3 ([#3276](#3276)) ### Patch Changes - Adding new CompositionOption `maxValidationSubgraphPaths`. This value represents the maximum number of SubgraphPathInfo objects that may exist in a ValidationTraversal when checking for satisfiability. Setting this value can help composition error before running out of memory. Default is 1,000,000. ([#3275](#3275)) - Allow merging external types when using arrays as default arguments. ([#3096](#3096)) - Updated dependencies \[[`468f27842608f4e390cfc88bc7e6b4b0945f95ff`](468f278), [`b734ea04d118db09cf6077fdd968c8f04a96327a`](b734ea0)]: - @apollo/[email protected] - @apollo/[email protected] ## @apollo/[email protected] ### Minor Changes - Federation 2.12 and Connect 0.3 ([#3276](#3276)) ### Patch Changes - Updated dependencies \[[`468f27842608f4e390cfc88bc7e6b4b0945f95ff`](468f278), [`b734ea04d118db09cf6077fdd968c8f04a96327a`](b734ea0), [`0dbc7cc72ffacf324231e9ccb2de4189f6bf3289`](0dbc7cc)]: - @apollo/[email protected] - @apollo/[email protected] - @apollo/[email protected] ## @apollo/[email protected] ### Minor Changes - Federation 2.12 and Connect 0.3 ([#3276](#3276)) ### Patch Changes - Adding new CompositionOption `maxValidationSubgraphPaths`. This value represents the maximum number of SubgraphPathInfo objects that may exist in a ValidationTraversal when checking for satisfiability. Setting this value can help composition error before running out of memory. Default is 1,000,000. ([#3275](#3275)) ## @apollo/[email protected] ### Minor Changes - Federation 2.12 and Connect 0.3 ([#3276](#3276)) ### Patch Changes - Updated dependencies \[[`468f27842608f4e390cfc88bc7e6b4b0945f95ff`](468f278), [`b734ea04d118db09cf6077fdd968c8f04a96327a`](b734ea0)]: - @apollo/[email protected] ## @apollo/[email protected] ### Minor Changes - Federation 2.12 and Connect 0.3 ([#3276](#3276)) ### Patch Changes - Updated dependencies \[[`468f27842608f4e390cfc88bc7e6b4b0945f95ff`](468f278), [`b734ea04d118db09cf6077fdd968c8f04a96327a`](b734ea0)]: - @apollo/[email protected] - @apollo/[email protected] ## @apollo/[email protected] ### Minor Changes - Federation 2.12 and Connect 0.3 ([#3276](#3276)) ### Patch Changes - Updated dependencies \[[`468f27842608f4e390cfc88bc7e6b4b0945f95ff`](468f278), [`b734ea04d118db09cf6077fdd968c8f04a96327a`](b734ea0)]: - @apollo/[email protected] ## [email protected] ### Minor Changes - Federation 2.12 and Connect 0.3 ([#3276](#3276)) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 468f278 commit 74ca851

File tree

16 files changed

+116
-35
lines changed

16 files changed

+116
-35
lines changed

.changeset/pre.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
},
1313
"changesets": [
1414
"afraid-queens-drive",
15-
"five-suits-drum",
16-
"lucky-pillows-rhyme"
15+
"empty-shirts-behave",
16+
"four-panthers-itch",
17+
"lucky-pillows-rhyme",
18+
"sixty-plums-enjoy"
1719
]
1820
}

composition-js/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# CHANGELOG for `@apollo/composition`
22

3+
## 2.12.0-preview.0
4+
5+
### Minor Changes
6+
7+
- Federation 2.12 and Connect 0.3 ([#3276](https://github.com/apollographql/federation/pull/3276))
8+
9+
### Patch Changes
10+
11+
- Adding new CompositionOption `maxValidationSubgraphPaths`. This value represents the maximum number of SubgraphPathInfo objects that may exist in a ValidationTraversal when checking for satisfiability. Setting this value can help composition error before running out of memory. Default is 1,000,000. ([#3275](https://github.com/apollographql/federation/pull/3275))
12+
13+
- Allow merging external types when using arrays as default arguments. ([#3096](https://github.com/apollographql/federation/pull/3096))
14+
15+
- Updated dependencies [[`468f27842608f4e390cfc88bc7e6b4b0945f95ff`](https://github.com/apollographql/federation/commit/468f27842608f4e390cfc88bc7e6b4b0945f95ff), [`b734ea04d118db09cf6077fdd968c8f04a96327a`](https://github.com/apollographql/federation/commit/b734ea04d118db09cf6077fdd968c8f04a96327a)]:
16+
- @apollo/query-graphs@2.12.0-preview.0
17+
- @apollo/federation-internals@2.12.0-preview.0
18+
319
## 2.11.0
420

521
### Minor Changes

composition-js/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/composition",
3-
"version": "2.11.0",
3+
"version": "2.12.0-preview.0",
44
"description": "Apollo Federation composition utilities",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -27,8 +27,8 @@
2727
"access": "public"
2828
},
2929
"dependencies": {
30-
"@apollo/federation-internals": "2.11.0",
31-
"@apollo/query-graphs": "2.11.0"
30+
"@apollo/federation-internals": "2.12.0-preview.0",
31+
"@apollo/query-graphs": "2.12.0-preview.0"
3232
},
3333
"peerDependencies": {
3434
"graphql": "^16.5.0"

federation-integration-testsuite-js/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG for `federation-integration-testsuite-js`
22

3+
## 2.12.0-preview.0
4+
5+
### Minor Changes
6+
7+
- Federation 2.12 and Connect 0.3 ([#3276](https://github.com/apollographql/federation/pull/3276))
8+
39
## 2.11.0
410

511
### Minor Changes

federation-integration-testsuite-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo-federation-integration-testsuite",
33
"private": true,
4-
"version": "2.11.0",
4+
"version": "2.12.0-preview.0",
55
"description": "Apollo Federation Integrations / Test Fixtures",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

gateway-js/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# CHANGELOG for `@apollo/gateway`
22

3+
## 2.12.0-preview.0
4+
5+
### Minor Changes
6+
7+
- Federation 2.12 and Connect 0.3 ([#3276](https://github.com/apollographql/federation/pull/3276))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`468f27842608f4e390cfc88bc7e6b4b0945f95ff`](https://github.com/apollographql/federation/commit/468f27842608f4e390cfc88bc7e6b4b0945f95ff), [`b734ea04d118db09cf6077fdd968c8f04a96327a`](https://github.com/apollographql/federation/commit/b734ea04d118db09cf6077fdd968c8f04a96327a), [`0dbc7cc72ffacf324231e9ccb2de4189f6bf3289`](https://github.com/apollographql/federation/commit/0dbc7cc72ffacf324231e9ccb2de4189f6bf3289)]:
12+
- @apollo/query-planner@2.12.0-preview.0
13+
- @apollo/composition@2.12.0-preview.0
14+
- @apollo/federation-internals@2.12.0-preview.0
15+
316
## 2.11.0
417

518
### Minor Changes

gateway-js/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/gateway",
3-
"version": "2.11.0",
3+
"version": "2.12.0-preview.0",
44
"description": "Apollo Gateway",
55
"author": "Apollo <[email protected]>",
66
"main": "dist/index.js",
@@ -25,9 +25,9 @@
2525
"access": "public"
2626
},
2727
"dependencies": {
28-
"@apollo/composition": "2.11.0",
29-
"@apollo/federation-internals": "2.11.0",
30-
"@apollo/query-planner": "2.11.0",
28+
"@apollo/composition": "2.12.0-preview.0",
29+
"@apollo/federation-internals": "2.12.0-preview.0",
30+
"@apollo/query-planner": "2.12.0-preview.0",
3131
"@apollo/server-gateway-interface": "^1.1.0",
3232
"@apollo/usage-reporting-protobuf": "^4.1.0",
3333
"@apollo/utils.createhash": "^2.0.0",

internals-js/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG for `@apollo/federation-internals`
22

3+
## 2.12.0-preview.0
4+
5+
### Minor Changes
6+
7+
- Federation 2.12 and Connect 0.3 ([#3276](https://github.com/apollographql/federation/pull/3276))
8+
9+
### Patch Changes
10+
11+
- Adding new CompositionOption `maxValidationSubgraphPaths`. This value represents the maximum number of SubgraphPathInfo objects that may exist in a ValidationTraversal when checking for satisfiability. Setting this value can help composition error before running out of memory. Default is 1,000,000. ([#3275](https://github.com/apollographql/federation/pull/3275))
12+
313
## 2.11.0
414

515
### Minor Changes

internals-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/federation-internals",
3-
"version": "2.11.0",
3+
"version": "2.12.0-preview.0",
44
"description": "Apollo Federation internal utilities",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)