Skip to content
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
8 changes: 0 additions & 8 deletions .changeset/@graphql-hive_gateway-runtime-1725-dependencies.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/@graphql-hive_gateway-runtime-1739-dependencies.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/@graphql-hive_gateway-runtime-1740-dependencies.md

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/@graphql-hive_router-runtime-1727-dependencies.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/@graphql-hive_router-runtime-1739-dependencies.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/@graphql-hive_router-runtime-1740-dependencies.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/five-pillows-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-mirrors-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-buttons-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-spoons-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-shoes-camp.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/strange-games-hug.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/tall-pens-agree.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tidy-moles-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-jokes-enjoy.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/batch-delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/batch-delegate

## 10.0.6
### Patch Changes

- Updated dependencies [[`1dbc653`](https://github.com/graphql-hive/gateway/commit/1dbc6536cb992a705cac7894acca6fe5431b72de), [`bc6cddd`](https://github.com/graphql-hive/gateway/commit/bc6cddd1c53a012dd02a1d8a7217a28e65cc6ae9), [`b520eb2`](https://github.com/graphql-hive/gateway/commit/b520eb2309f627578519826d6b9e0056252c6c46)]:
- @graphql-tools/delegate@12.0.0

## 10.0.5
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/batch-delegate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/batch-delegate",
"version": "10.0.5",
"version": "10.0.6",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down
32 changes: 32 additions & 0 deletions packages/delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# @graphql-tools/delegate

## 12.0.0
### Major Changes



- [#1708](https://github.com/graphql-hive/gateway/pull/1708) [`bc6cddd`](https://github.com/graphql-hive/gateway/commit/bc6cddd1c53a012dd02a1d8a7217a28e65cc6ae9) Thanks [@ardatan](https://github.com/ardatan)! - Breaking changes in `createRequest` function;
- No more `sourceParentType`, `sourceFieldName`, `variableDefinitions`, `variableValues` and `targetRootValue`
- `targetRootValue` has been renamed to `rootValue`
- `targetSchema` is a required option now and `args` is also accepted as a map of the arguments of the target field
- `fragments` is now an array of `FragmentDefinitionNode` instead of a record `{ [fragmentName: string]: FragmentDefinitionNode }`

Breaking changes in `delegateRequest` and `delegateToSchema` functions;
- No more `transformedSchema` option, it has been renamed to `targetSchema`
- `targetSchema` is a required option now

### Patch Changes



Comment on lines +20 to +21

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There are some extra newlines here that can be removed for better formatting.

- [#1727](https://github.com/graphql-hive/gateway/pull/1727) [`1dbc653`](https://github.com/graphql-hive/gateway/commit/1dbc6536cb992a705cac7894acca6fe5431b72de) Thanks [@ardatan](https://github.com/ardatan)! - Avoid extra `__typename` in the root selection

```diff
query {
- __typename
hello
}
```


- [#1743](https://github.com/graphql-hive/gateway/pull/1743) [`b520eb2`](https://github.com/graphql-hive/gateway/commit/b520eb2309f627578519826d6b9e0056252c6c46) Thanks [@ardatan](https://github.com/ardatan)! - Handle leftovers recursively but in async
Fixes `requires-circular` test suite's second case on federation audit repository

## 11.1.3
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/delegate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/delegate",
"version": "11.1.3",
"version": "12.0.0",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/federation

## 4.2.4
### Patch Changes

- Updated dependencies [[`55173a5`](https://github.com/graphql-hive/gateway/commit/55173a55344a07fdf9531efcbaa4cb142fff655e), [`bc6cddd`](https://github.com/graphql-hive/gateway/commit/bc6cddd1c53a012dd02a1d8a7217a28e65cc6ae9), [`1dbc653`](https://github.com/graphql-hive/gateway/commit/1dbc6536cb992a705cac7894acca6fe5431b72de), [`bc6cddd`](https://github.com/graphql-hive/gateway/commit/bc6cddd1c53a012dd02a1d8a7217a28e65cc6ae9), [`b520eb2`](https://github.com/graphql-hive/gateway/commit/b520eb2309f627578519826d6b9e0056252c6c46)]:
- @graphql-tools/stitch@10.1.4
- @graphql-tools/wrap@11.1.0
- @graphql-tools/delegate@12.0.0

## 4.2.3
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/federation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/federation",
"version": "4.2.3",
"version": "4.2.4",
"type": "module",
"description": "Useful tools to create and manipulate GraphQL schemas.",
"repository": {
Expand Down
17 changes: 17 additions & 0 deletions packages/fusion-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @graphql-mesh/fusion-runtime

## 1.6.0
### Minor Changes



- [#1708](https://github.com/graphql-hive/gateway/pull/1708) [`bc6cddd`](https://github.com/graphql-hive/gateway/commit/bc6cddd1c53a012dd02a1d8a7217a28e65cc6ae9) Thanks [@ardatan](https://github.com/ardatan)! - Export `getSubgraph` method so other handlers can use extracted transforms and subgraph schema


### Patch Changes

- Updated dependencies [[`55173a5`](https://github.com/graphql-hive/gateway/commit/55173a55344a07fdf9531efcbaa4cb142fff655e), [`bc6cddd`](https://github.com/graphql-hive/gateway/commit/bc6cddd1c53a012dd02a1d8a7217a28e65cc6ae9), [`1dbc653`](https://github.com/graphql-hive/gateway/commit/1dbc6536cb992a705cac7894acca6fe5431b72de), [`bc6cddd`](https://github.com/graphql-hive/gateway/commit/bc6cddd1c53a012dd02a1d8a7217a28e65cc6ae9), [`b520eb2`](https://github.com/graphql-hive/gateway/commit/b520eb2309f627578519826d6b9e0056252c6c46)]:
- @graphql-tools/stitch@10.1.4
- @graphql-tools/wrap@11.1.0
- @graphql-tools/delegate@12.0.0
- @graphql-tools/federation@4.2.4
- @graphql-tools/stitching-directives@4.0.6

## 1.5.1
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/fusion-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/fusion-runtime",
"version": "1.5.1",
"version": "1.6.0",
"type": "module",
"description": "Runtime for GraphQL Mesh Fusion Supergraph",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-hive/gateway

## 2.1.20
### Patch Changes

- Updated dependencies [[`0ded04f`](https://github.com/graphql-hive/gateway/commit/0ded04f56d9d9dea8c412e2e320fb89815108362), [`8ff2e47`](https://github.com/graphql-hive/gateway/commit/8ff2e471f368d5e41f91a7fe1f1b0e494ef3e6ff), [`9cfe2a5`](https://github.com/graphql-hive/gateway/commit/9cfe2a555fcbc9a70ba04b32d6844a7a795de624), [`0ded04f`](https://github.com/graphql-hive/gateway/commit/0ded04f56d9d9dea8c412e2e320fb89815108362)]:
- @graphql-hive/gateway-runtime@2.3.6
- @graphql-hive/plugin-opentelemetry@1.2.2
- @graphql-hive/plugin-aws-sigv4@2.0.18
- @graphql-mesh/hmac-upstream-signature@2.0.8
- @graphql-mesh/plugin-prometheus@2.1.6

## 2.1.19
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/gateway",
"version": "2.1.19",
"version": "2.1.20",
"type": "module",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/nestjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-hive/nestjs

## 2.0.25
### Patch Changes

- Updated dependencies []:
- @graphql-hive/gateway@2.1.20

## 2.0.24
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/nestjs",
"version": "2.0.24",
"version": "2.0.25",
"type": "module",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/aws-sigv4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-hive/plugin-aws-sigv4

## 2.0.18
### Patch Changes

- Updated dependencies [[`bc6cddd`](https://github.com/graphql-hive/gateway/commit/bc6cddd1c53a012dd02a1d8a7217a28e65cc6ae9)]:
- @graphql-mesh/fusion-runtime@1.6.0

## 2.0.17
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/aws-sigv4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/plugin-aws-sigv4",
"version": "2.0.17",
"version": "2.0.18",
"type": "module",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugins/opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-hive/plugin-opentelemetry

## 1.2.2
### Patch Changes



- [#1725](https://github.com/graphql-hive/gateway/pull/1725) [`0ded04f`](https://github.com/graphql-hive/gateway/commit/0ded04f56d9d9dea8c412e2e320fb89815108362) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:

- Updated dependency [`@graphql-hive/core@^0.15.1` ↗︎](https://www.npmjs.com/package/@graphql-hive/core/v/0.15.1) (from `^0.13.2`, in `dependencies`)
- Updated dependencies [[`0ded04f`](https://github.com/graphql-hive/gateway/commit/0ded04f56d9d9dea8c412e2e320fb89815108362), [`8ff2e47`](https://github.com/graphql-hive/gateway/commit/8ff2e471f368d5e41f91a7fe1f1b0e494ef3e6ff), [`9cfe2a5`](https://github.com/graphql-hive/gateway/commit/9cfe2a555fcbc9a70ba04b32d6844a7a795de624)]:
- @graphql-hive/gateway-runtime@2.3.6

## 1.2.1
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/opentelemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/plugin-opentelemetry",
"version": "1.2.1",
"version": "1.2.2",
"type": "module",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/prometheus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-mesh/plugin-prometheus

## 2.1.6
### Patch Changes

- Updated dependencies [[`0ded04f`](https://github.com/graphql-hive/gateway/commit/0ded04f56d9d9dea8c412e2e320fb89815108362), [`8ff2e47`](https://github.com/graphql-hive/gateway/commit/8ff2e471f368d5e41f91a7fe1f1b0e494ef3e6ff), [`9cfe2a5`](https://github.com/graphql-hive/gateway/commit/9cfe2a555fcbc9a70ba04b32d6844a7a795de624)]:
- @graphql-hive/gateway-runtime@2.3.6

## 2.1.5
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/prometheus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/plugin-prometheus",
"version": "2.1.5",
"version": "2.1.6",
"type": "module",
"repository": {
"type": "git",
Expand Down
Loading
Loading