Skip to content

Commit 2499e1f

Browse files
release: on branch main (#3239)
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/[email protected] ### Minor Changes - Adds connect spec v0.2, available for use with Apollo Router 2.3.0 or greater. ([#3262](#3262)) ### Patch Changes - Allow merging external types when using arrays as default arguments. ([#3262](#3262)) - Updated dependencies \[[`1462c91879d41884c0a7e60551d8dd0d67c832d3`](1462c91), [`9614b26e5a17cbf1f6aaf08f6fcb1c95eb12592d`](9614b26)]: - @apollo/[email protected] - @apollo/[email protected] ## @apollo/[email protected] ### Minor Changes - Adds connect spec v0.2, available for use with Apollo Router 2.3.0 or greater. ([#3262](#3262)) ### Patch Changes - Corrects a set of denial-of-service (DOS) vulnerabilities that made it possible for an attacker to render gateway inoperable with certain simple query patterns due to uncontrolled resource consumption. All prior-released versions and configurations are vulnerable. ([#3238](#3238)) See the associated GitHub Advisories [GHSA-q2f9-x4p4-7xmh](GHSA-q2f9-x4p4-7xmh) and [GHSA-p2q6-pwh5-m6jr](GHSA-p2q6-pwh5-m6jr) for more information. - Updated dependencies \[[`1462c91879d41884c0a7e60551d8dd0d67c832d3`](1462c91), [`9614b26e5a17cbf1f6aaf08f6fcb1c95eb12592d`](9614b26), [`9614b26e5a17cbf1f6aaf08f6fcb1c95eb12592d`](9614b26)]: - @apollo/[email protected] - @apollo/[email protected] - @apollo/[email protected] ## @apollo/[email protected] ### Minor Changes - Adds connect spec v0.2, available for use with Apollo Router 2.3.0 or greater. ([#3262](#3262)) ### Patch Changes - Corrects a set of denial-of-service (DOS) vulnerabilities that made it possible for an attacker to render gateway inoperable with certain simple query patterns due to uncontrolled resource consumption. All prior-released versions and configurations are vulnerable. ([#3238](#3238)) See the associated GitHub Advisories [GHSA-q2f9-x4p4-7xmh](GHSA-q2f9-x4p4-7xmh) and [GHSA-p2q6-pwh5-m6jr](GHSA-p2q6-pwh5-m6jr) for more information. ## @apollo/[email protected] ### Minor Changes - Adds connect spec v0.2, available for use with Apollo Router 2.3.0 or greater. ([#3262](#3262)) ### Patch Changes - Corrects a set of denial-of-service (DOS) vulnerabilities that made it possible for an attacker to render gateway inoperable with certain simple query patterns due to uncontrolled resource consumption. All prior-released versions and configurations are vulnerable. ([#3238](#3238)) See the associated GitHub Advisories [GHSA-q2f9-x4p4-7xmh](GHSA-q2f9-x4p4-7xmh) and [GHSA-p2q6-pwh5-m6jr](GHSA-p2q6-pwh5-m6jr) for more information. - Updated dependencies \[[`1462c91879d41884c0a7e60551d8dd0d67c832d3`](1462c91), [`9614b26e5a17cbf1f6aaf08f6fcb1c95eb12592d`](9614b26)]: - @apollo/[email protected] ## @apollo/[email protected] ### Minor Changes - Adds connect spec v0.2, available for use with Apollo Router 2.3.0 or greater. ([#3262](#3262)) ### Patch Changes - Corrects a set of denial-of-service (DOS) vulnerabilities that made it possible for an attacker to render gateway inoperable with certain simple query patterns due to uncontrolled resource consumption. All prior-released versions and configurations are vulnerable. ([#3238](#3238)) See the associated GitHub Advisories [GHSA-q2f9-x4p4-7xmh](GHSA-q2f9-x4p4-7xmh) and [GHSA-p2q6-pwh5-m6jr](GHSA-p2q6-pwh5-m6jr) for more information. - Updated dependencies \[[`1462c91879d41884c0a7e60551d8dd0d67c832d3`](1462c91), [`9614b26e5a17cbf1f6aaf08f6fcb1c95eb12592d`](9614b26)]: - @apollo/[email protected] - @apollo/[email protected] ## @apollo/[email protected] ### Minor Changes - Adds connect spec v0.2, available for use with Apollo Router 2.3.0 or greater. ([#3262](#3262)) ### Patch Changes - Updated dependencies \[[`1462c91879d41884c0a7e60551d8dd0d67c832d3`](1462c91), [`9614b26e5a17cbf1f6aaf08f6fcb1c95eb12592d`](9614b26)]: - @apollo/[email protected] ## [email protected] ### Minor Changes - Adds connect spec v0.2, available for use with Apollo Router 2.3.0 or greater. ([#3262](#3262)) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8c81517 commit 2499e1f

File tree

19 files changed

+123
-76
lines changed

19 files changed

+123
-76
lines changed

.changeset/five-suits-drum.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/lucky-pillows-rhyme.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/pre.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

.changeset/sixty-plums-enjoy.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

composition-js/CHANGELOG.md

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

3+
## 2.11.0
4+
5+
### Minor Changes
6+
7+
- Adds connect spec v0.2, available for use with Apollo Router 2.3.0 or greater. ([#3262](https://github.com/apollographql/federation/pull/3262))
8+
9+
### Patch Changes
10+
11+
- Allow merging external types when using arrays as default arguments. ([#3262](https://github.com/apollographql/federation/pull/3262))
12+
13+
- Updated dependencies [[`1462c91879d41884c0a7e60551d8dd0d67c832d3`](https://github.com/apollographql/federation/commit/1462c91879d41884c0a7e60551d8dd0d67c832d3), [`9614b26e5a17cbf1f6aaf08f6fcb1c95eb12592d`](https://github.com/apollographql/federation/commit/9614b26e5a17cbf1f6aaf08f6fcb1c95eb12592d)]:
14+
- @apollo/query-graphs@2.11.0
15+
- @apollo/federation-internals@2.11.0
16+
317
## 2.11.0-preview.2
418

519
### Patch 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-preview.2",
3+
"version": "2.11.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-preview.2",
31-
"@apollo/query-graphs": "2.11.0-preview.2"
30+
"@apollo/federation-internals": "2.11.0",
31+
"@apollo/query-graphs": "2.11.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.11.0
4+
5+
### Minor Changes
6+
7+
- Adds connect spec v0.2, available for use with Apollo Router 2.3.0 or greater. ([#3262](https://github.com/apollographql/federation/pull/3262))
8+
39
## 2.11.0-preview.2
410

511
### Patch 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-preview.2",
4+
"version": "2.11.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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# CHANGELOG for `@apollo/gateway`
22

3+
## 2.11.0
4+
5+
### Minor Changes
6+
7+
- Adds connect spec v0.2, available for use with Apollo Router 2.3.0 or greater. ([#3262](https://github.com/apollographql/federation/pull/3262))
8+
9+
### Patch Changes
10+
11+
- Corrects a set of denial-of-service (DOS) vulnerabilities that made it possible for an attacker to render gateway inoperable with certain simple query patterns due to uncontrolled resource consumption. All prior-released versions and configurations are vulnerable. ([#3238](https://github.com/apollographql/federation/pull/3238))
12+
13+
See the associated GitHub Advisories [GHSA-q2f9-x4p4-7xmh](https://github.com/apollographql/federation/security/advisories/GHSA-q2f9-x4p4-7xmh) and [GHSA-p2q6-pwh5-m6jr](https://github.com/apollographql/federation/security/advisories/GHSA-p2q6-pwh5-m6jr) for more information.
14+
15+
- Updated dependencies [[`1462c91879d41884c0a7e60551d8dd0d67c832d3`](https://github.com/apollographql/federation/commit/1462c91879d41884c0a7e60551d8dd0d67c832d3), [`9614b26e5a17cbf1f6aaf08f6fcb1c95eb12592d`](https://github.com/apollographql/federation/commit/9614b26e5a17cbf1f6aaf08f6fcb1c95eb12592d), [`9614b26e5a17cbf1f6aaf08f6fcb1c95eb12592d`](https://github.com/apollographql/federation/commit/9614b26e5a17cbf1f6aaf08f6fcb1c95eb12592d)]:
16+
- @apollo/query-planner@2.11.0
17+
- @apollo/federation-internals@2.11.0
18+
- @apollo/composition@2.11.0
19+
320
## 2.11.0-preview.2
421

522
### Patch 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-preview.2",
3+
"version": "2.11.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-preview.2",
29-
"@apollo/federation-internals": "2.11.0-preview.2",
30-
"@apollo/query-planner": "2.11.0-preview.2",
28+
"@apollo/composition": "2.11.0",
29+
"@apollo/federation-internals": "2.11.0",
30+
"@apollo/query-planner": "2.11.0",
3131
"@apollo/server-gateway-interface": "^1.1.0",
3232
"@apollo/usage-reporting-protobuf": "^4.1.0",
3333
"@apollo/utils.createhash": "^2.0.0",

0 commit comments

Comments
 (0)