Skip to content

Commit

Permalink
Upcoming Release Changes (#6277)
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
theguild-bot and github-actions[bot] committed Jun 18, 2024
1 parent b29e679 commit f61518e
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-dragons-sparkle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gentle-snakes-worry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/real-seals-laugh.md

This file was deleted.

10 changes: 10 additions & 0 deletions benchmark/federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# federation-benchmark

## 0.0.143

### Patch Changes

- Updated dependencies
[[`d5dd794`](https://github.com/ardatan/graphql-tools/commit/d5dd794352878aec9b0d543dfe2e6995142dddff),
[`d5dd794`](https://github.com/ardatan/graphql-tools/commit/d5dd794352878aec9b0d543dfe2e6995142dddff),
[`d5dd794`](https://github.com/ardatan/graphql-tools/commit/d5dd794352878aec9b0d543dfe2e6995142dddff)]:
- @graphql-tools/federation@2.1.0

## 0.0.142

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions benchmark/federation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "federation-benchmark",
"version": "0.0.142",
"version": "0.0.143",
"private": true,
"scripts": {
"loadtest:federation": "k6 -e ENDPOINT=federation run k6.js",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@apollo/gateway": "2.8.0",
"@apollo/subgraph": "2.8.0",
"@graphql-tools/federation": "2.0.1",
"@graphql-tools/federation": "2.1.0",
"@graphql-tools/stitch": "9.2.9",
"cross-env": "7.0.3",
"express": "4.19.2",
Expand Down
22 changes: 22 additions & 0 deletions packages/federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @graphql-tools/federation

## 2.1.0

### Minor Changes

- [#6267](https://github.com/ardatan/graphql-tools/pull/6267)
[`d5dd794`](https://github.com/ardatan/graphql-tools/commit/d5dd794352878aec9b0d543dfe2e6995142dddff)
Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Add `delayInSeconds` to the `failure`
event to give users more control on failure handling.

- [#6267](https://github.com/ardatan/graphql-tools/pull/6267)
[`d5dd794`](https://github.com/ardatan/graphql-tools/commit/d5dd794352878aec9b0d543dfe2e6995142dddff)
Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Add a the ability to start polling with
a delay. This ease the handling of failure handling, allowing to restart the manager and
respecting GraphOS minimum retry delay.

### Patch Changes

- [#6267](https://github.com/ardatan/graphql-tools/pull/6267)
[`d5dd794`](https://github.com/ardatan/graphql-tools/commit/d5dd794352878aec9b0d543dfe2e6995142dddff)
Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Fix Supergraph Manager Event Emitter
not calling every listener when at least one has been registered using `once` method.

## 2.0.1

### 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": "2.0.1",
"version": "2.1.0",
"type": "module",
"description": "Useful tools to create and manipulate GraphQL schemas.",
"repository": {
Expand Down

0 comments on commit f61518e

Please sign in to comment.