Skip to content

Commit

Permalink
Version Packages (#2393)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 7, 2023
1 parent 7e518a5 commit 8874706
Show file tree
Hide file tree
Showing 24 changed files with 107 additions and 96 deletions.
6 changes: 0 additions & 6 deletions .changeset/big-guests-melt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/eighty-knives-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-books-sin.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/fluffy-toes-deliver.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/red-poems-yell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rich-owls-talk.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/selfish-files-raise.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shy-melons-joke.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spotty-hornets-provide.md

This file was deleted.

10 changes: 10 additions & 0 deletions composition-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG for `@apollo/composition`

## 2.3.3
### Patch Changes


- Stop generating misleading "hint" regarding value type fields for interface types that are entity interfaces (they have a `@key` defined). ([#2412](https://github.com/apollographql/federation/pull/2412))

- Updated dependencies [[`de89e504`](https://github.com/apollographql/federation/commit/de89e5044d1a2500505a9269bcec7709aa1dcdf4)]:
- @apollo/query-graphs@2.3.3
- @apollo/federation-internals@2.3.3

## 2.3.2
### Patch Changes

Expand Down
6 changes: 3 additions & 3 deletions composition-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/composition",
"version": "2.3.2",
"version": "2.3.3",
"description": "Apollo Federation composition utilities",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -27,8 +27,8 @@
"access": "public"
},
"dependencies": {
"@apollo/federation-internals": "2.3.2",
"@apollo/query-graphs": "2.3.2"
"@apollo/federation-internals": "2.3.3",
"@apollo/query-graphs": "2.3.3"
},
"peerDependencies": {
"graphql": "^16.5.0"
Expand Down
2 changes: 2 additions & 0 deletions federation-integration-testsuite-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CHANGELOG for `federation-integration-testsuite-js`

## 2.3.3

## 2.3.2

## 2.3.1
Expand Down
2 changes: 1 addition & 1 deletion federation-integration-testsuite-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apollo-federation-integration-testsuite",
"private": true,
"version": "2.3.2",
"version": "2.3.3",
"description": "Apollo Federation Integrations / Test Fixtures",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
27 changes: 27 additions & 0 deletions gateway-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# CHANGELOG for `@apollo/gateway`

## 2.3.3
### Patch Changes


- Update @apollo/utils.logger typings dependency ([#2269](https://github.com/apollographql/federation/pull/2269))


- Exposes, for each subgraph request, the path in the overall gateway operation at which that subgraph request gets inserted. This path is now available as the pathInIncomingRequest field in the arguments of RemoteGraphQLDataSource.willSendRequest and RemoteGraphQLDataSource.didReceiveResponse. ([#2384](https://github.com/apollographql/federation/pull/2384))


- Previously the `queryPlanStoreKey` was a hash of the query concatenated with an unhashed `operationName` if it was present. This resulted in variable length cache keys that could become unnecessarily long, occupying additional space in the query plan cache. ([#2310](https://github.com/apollographql/federation/pull/2310))

This change incorporates the `operationName` _into_ the hash itself (if `operationName` is present).

- Update @apollo/utils.createhash package, which drops support for node 12 ([#2266](https://github.com/apollographql/federation/pull/2266))


- Update @apollo/utils.isnodelike package, which dropped support for node 12 ([#2268](https://github.com/apollographql/federation/pull/2268))


- Update @apollo/utils.fetcher package, which drops support for node 12 ([#2267](https://github.com/apollographql/federation/pull/2267))

- Updated dependencies [[`71a07f30`](https://github.com/apollographql/federation/commit/71a07f3006e6152bb47e258546c2af717ceb687e)]:
- @apollo/composition@2.3.3
- @apollo/query-planner@2.3.3
- @apollo/federation-internals@2.3.3

## 2.3.2
### Patch Changes

Expand Down
8 changes: 4 additions & 4 deletions gateway-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/gateway",
"version": "2.3.2",
"version": "2.3.3",
"description": "Apollo Gateway",
"author": "Apollo <packages@apollographql.com>",
"main": "dist/index.js",
Expand All @@ -25,9 +25,9 @@
"access": "public"
},
"dependencies": {
"@apollo/composition": "2.3.2",
"@apollo/federation-internals": "2.3.2",
"@apollo/query-planner": "2.3.2",
"@apollo/composition": "2.3.3",
"@apollo/federation-internals": "2.3.3",
"@apollo/query-planner": "2.3.3",
"@apollo/server-gateway-interface": "^1.1.0",
"@apollo/usage-reporting-protobuf": "^4.0.0",
"@apollo/utils.createhash": "^2.0.0",
Expand Down
2 changes: 2 additions & 0 deletions internals-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CHANGELOG for `@apollo/federation-internals`

## 2.3.3

## 2.3.2

## 2.3.1
Expand Down
2 changes: 1 addition & 1 deletion internals-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/federation-internals",
"version": "2.3.2",
"version": "2.3.3",
"description": "Apollo Federation internal utilities",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
50 changes: 25 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions query-graphs-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG for `@apollo/query-graphs`

## 2.3.3
### Patch Changes


- Update ts-graphviz dependency ([#2395](https://github.com/apollographql/federation/pull/2395))

- Updated dependencies []:
- @apollo/federation-internals@2.3.3

## 2.3.2
### Patch Changes

Expand Down
4 changes: 2 additions & 2 deletions query-graphs-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/query-graphs",
"version": "2.3.2",
"version": "2.3.3",
"description": "Apollo Federation library to work with 'query graphs'",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"node": ">=14.15.0"
},
"dependencies": {
"@apollo/federation-internals": "2.3.2",
"@apollo/federation-internals": "2.3.3",
"deep-equal": "^2.0.5",
"ts-graphviz": "^1.5.4",
"uuid": "^9.0.0"
Expand Down
7 changes: 7 additions & 0 deletions query-planner-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG for `@apollo/query-planner`

## 2.3.3
### Patch Changes

- Updated dependencies [[`de89e504`](https://github.com/apollographql/federation/commit/de89e5044d1a2500505a9269bcec7709aa1dcdf4)]:
- @apollo/query-graphs@2.3.3
- @apollo/federation-internals@2.3.3

## 2.3.2
### Patch Changes

Expand Down
Loading

0 comments on commit 8874706

Please sign in to comment.