Skip to content

Commit 6814871

Browse files
Upcoming Release Changes (#1717)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d1df7ab commit 6814871

File tree

8 files changed

+32
-20
lines changed

8 files changed

+32
-20
lines changed

.changeset/@graphql-mesh_plugin-prometheus-1716-dependencies.md

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

.changeset/wet-jeans-thank.md

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

packages/gateway/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-hive/gateway
22

3+
## 2.1.18
4+
### Patch Changes
5+
6+
- Updated dependencies [[`d1df7ab`](https://github.com/graphql-hive/gateway/commit/d1df7ab73cb99f79ae7123b56d44fb9c3d724fd4), [`d1df7ab`](https://github.com/graphql-hive/gateway/commit/d1df7ab73cb99f79ae7123b56d44fb9c3d724fd4)]:
7+
- @graphql-mesh/plugin-prometheus@2.1.4
8+
39
## 2.1.17
410
### Patch Changes
511

packages/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/gateway",
3-
"version": "2.1.17",
3+
"version": "2.1.18",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/nestjs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-hive/nestjs
22

3+
## 2.0.23
4+
### Patch Changes
5+
6+
- Updated dependencies []:
7+
- @graphql-hive/gateway@2.1.18
8+
39
## 2.0.22
410
### Patch Changes
511

packages/nestjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/nestjs",
3-
"version": "2.0.22",
3+
"version": "2.0.23",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/prometheus/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @graphql-mesh/plugin-prometheus
22

3+
## 2.1.4
4+
### Patch Changes
5+
6+
7+
8+
- [#1716](https://github.com/graphql-hive/gateway/pull/1716) [`d1df7ab`](https://github.com/graphql-hive/gateway/commit/d1df7ab73cb99f79ae7123b56d44fb9c3d724fd4) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
9+
10+
- Updated dependency [`@graphql-yoga/plugin-prometheus@^6.11.3` ↗︎](https://www.npmjs.com/package/@graphql-yoga/plugin-prometheus/v/6.11.3) (from `^6.11.2`, in `dependencies`)
11+
12+
13+
- [#1716](https://github.com/graphql-hive/gateway/pull/1716) [`d1df7ab`](https://github.com/graphql-hive/gateway/commit/d1df7ab73cb99f79ae7123b56d44fb9c3d724fd4) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Plugin stops and handles parsing errors
14+
15+
Previously it would throw an unhandled exception becauase Prometheus was expecting a GraphQL
16+
document in onParse hook always, but it can also be an error.
17+
18+
Actual fix is done in the GraphQL Yoga repository: https://github.com/graphql-hive/graphql-yoga/pull/4296.
19+
320
## 2.1.3
421
### Patch Changes
522

packages/plugins/prometheus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-mesh/plugin-prometheus",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"type": "module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)