Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upcoming Release Changes #8216

Merged
merged 1 commit into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/modern-doors-swim.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/grpc-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.98.16",
"@graphql-mesh/grpc": "0.106.10",
"@graphql-mesh/grpc": "0.107.0",
"@graphql-mesh/transform-naming-convention": "0.103.12",
"@grpc/grpc-js": "1.12.5",
"@grpc/proto-loader": "0.7.13",
Expand Down
2 changes: 1 addition & 1 deletion examples/grpc-reflection-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.98.16",
"@graphql-mesh/grpc": "0.106.10",
"@graphql-mesh/grpc": "0.107.0",
"@graphql-mesh/transform-naming-convention": "0.103.12",
"@grpc/grpc-js": "1.12.5",
"@grpc/proto-loader": "0.7.13",
Expand Down
23 changes: 23 additions & 0 deletions packages/legacy/handlers/grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @graphql-mesh/grpc

## 0.107.0

### Minor Changes

- [#8203](https://github.com/ardatan/graphql-mesh/pull/8203)
[`c541164`](https://github.com/ardatan/graphql-mesh/commit/c541164f9d02fcc70389ee768610921ff0e622e6)
Thanks [@ardatan](https://github.com/ardatan)! - Handle multiple gRPC services correctly in a
supergraph

Previously multiple directives on Query type conflicting, which needs to be fixed on Gateway
runtime later, but for now, it should be already in the transport directive. And this change fixes
the issue before the gateway runtime fix.

Generated schema will be different so this can be considered a breaking change but it will be no
functional change for the existing users.

### Patch Changes

- Updated dependencies
[[`c541164`](https://github.com/ardatan/graphql-mesh/commit/c541164f9d02fcc70389ee768610921ff0e622e6)]:
- @graphql-mesh/[email protected]
- @omnigraph/[email protected]

## 0.106.10

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/legacy/handlers/grpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/grpc",
"version": "0.106.10",
"version": "0.107.0",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,10 +36,10 @@
},
"dependencies": {
"@graphql-mesh/store": "^0.103.10",
"@graphql-mesh/transport-grpc": "^0.1.10",
"@graphql-mesh/transport-grpc": "^0.2.0",
"@graphql-mesh/types": "^0.103.10",
"@graphql-mesh/utils": "^0.103.10",
"@omnigraph/grpc": "^0.1.3",
"@omnigraph/grpc": "^0.2.0",
"tslib": "^2.4.0"
},
"publishConfig": {
Expand Down
16 changes: 16 additions & 0 deletions packages/loaders/grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @omnigraph/grpc

## 0.2.0

### Minor Changes

- [#8203](https://github.com/ardatan/graphql-mesh/pull/8203)
[`c541164`](https://github.com/ardatan/graphql-mesh/commit/c541164f9d02fcc70389ee768610921ff0e622e6)
Thanks [@ardatan](https://github.com/ardatan)! - Handle multiple gRPC services correctly in a
supergraph

Previously multiple directives on Query type conflicting, which needs to be fixed on Gateway
runtime later, but for now, it should be already in the transport directive. And this change fixes
the issue before the gateway runtime fix.

Generated schema will be different so this can be considered a breaking change but it will be no
functional change for the existing users.

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/grpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@omnigraph/grpc",
"version": "0.1.3",
"version": "0.2.0",
"type": "module",
"repository": {
"type": "git",
Expand Down
16 changes: 16 additions & 0 deletions packages/transports/grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @graphql-mesh/transport-grpc

## 0.2.0

### Minor Changes

- [#8203](https://github.com/ardatan/graphql-mesh/pull/8203)
[`c541164`](https://github.com/ardatan/graphql-mesh/commit/c541164f9d02fcc70389ee768610921ff0e622e6)
Thanks [@ardatan](https://github.com/ardatan)! - Handle multiple gRPC services correctly in a
supergraph

Previously multiple directives on Query type conflicting, which needs to be fixed on Gateway
runtime later, but for now, it should be already in the transport directive. And this change fixes
the issue before the gateway runtime fix.

Generated schema will be different so this can be considered a breaking change but it will be no
functional change for the existing users.

## 0.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/transports/grpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/transport-grpc",
"version": "0.1.10",
"version": "0.2.0",
"type": "module",
"repository": {
"type": "git",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4833,7 +4833,7 @@ __metadata:
resolution: "@examples/grpc-example@workspace:examples/grpc-example"
dependencies:
"@graphql-mesh/cli": "npm:0.98.16"
"@graphql-mesh/grpc": "npm:0.106.10"
"@graphql-mesh/grpc": "npm:0.107.0"
"@graphql-mesh/transform-naming-convention": "npm:0.103.12"
"@grpc/grpc-js": "npm:1.12.5"
"@grpc/proto-loader": "npm:0.7.13"
Expand All @@ -4852,7 +4852,7 @@ __metadata:
resolution: "@examples/grpc-reflection-example@workspace:examples/grpc-reflection-example"
dependencies:
"@graphql-mesh/cli": "npm:0.98.16"
"@graphql-mesh/grpc": "npm:0.106.10"
"@graphql-mesh/grpc": "npm:0.107.0"
"@graphql-mesh/transform-naming-convention": "npm:0.103.12"
"@grpc/grpc-js": "npm:1.12.5"
"@grpc/proto-loader": "npm:0.7.13"
Expand Down Expand Up @@ -6308,15 +6308,15 @@ __metadata:
languageName: unknown
linkType: soft

"@graphql-mesh/grpc@npm:0.106.10, @graphql-mesh/grpc@workspace:packages/legacy/handlers/grpc":
"@graphql-mesh/grpc@npm:0.107.0, @graphql-mesh/grpc@workspace:packages/legacy/handlers/grpc":
version: 0.0.0-use.local
resolution: "@graphql-mesh/grpc@workspace:packages/legacy/handlers/grpc"
dependencies:
"@graphql-mesh/store": "npm:^0.103.10"
"@graphql-mesh/transport-grpc": "npm:^0.1.10"
"@graphql-mesh/transport-grpc": "npm:^0.2.0"
"@graphql-mesh/types": "npm:^0.103.10"
"@graphql-mesh/utils": "npm:^0.103.10"
"@omnigraph/grpc": "npm:^0.1.3"
"@omnigraph/grpc": "npm:^0.2.0"
tslib: "npm:^2.4.0"
peerDependencies:
graphql: "*"
Expand Down Expand Up @@ -7240,7 +7240,7 @@ __metadata:
languageName: node
linkType: hard

"@graphql-mesh/transport-grpc@npm:^0.1.10, @graphql-mesh/transport-grpc@workspace:packages/transports/grpc":
"@graphql-mesh/transport-grpc@npm:^0.2.0, @graphql-mesh/transport-grpc@workspace:packages/transports/grpc":
version: 0.0.0-use.local
resolution: "@graphql-mesh/transport-grpc@workspace:packages/transports/grpc"
dependencies:
Expand Down Expand Up @@ -10222,7 +10222,7 @@ __metadata:
languageName: node
linkType: hard

"@omnigraph/grpc@npm:^0.1.3, @omnigraph/grpc@workspace:*, @omnigraph/grpc@workspace:packages/loaders/grpc":
"@omnigraph/grpc@npm:^0.2.0, @omnigraph/grpc@workspace:*, @omnigraph/grpc@workspace:packages/loaders/grpc":
version: 0.0.0-use.local
resolution: "@omnigraph/grpc@workspace:packages/loaders/grpc"
dependencies:
Expand Down
Loading