Skip to content

Commit 4e8a085

Browse files
Upcoming Release Changes (#1720)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3706a2c commit 4e8a085

File tree

12 files changed

+43
-25
lines changed

12 files changed

+43
-25
lines changed

.changeset/happy-garlics-sin.md

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

.changeset/kind-windows-eat.md

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

.changeset/proud-tips-invent.md

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

.changeset/shaggy-seals-return.md

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

packages/gateway/CHANGELOG.md

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

3+
## 2.1.19
4+
### Patch Changes
5+
6+
7+
8+
- [#1719](https://github.com/graphql-hive/gateway/pull/1719) [`b449b05`](https://github.com/graphql-hive/gateway/commit/b449b0523eb1aef32235bdd74f1aacaa750f67c6) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Built-in Prometheus plugin inherits the logger from context
9+
10+
- Updated dependencies [[`b449b05`](https://github.com/graphql-hive/gateway/commit/b449b0523eb1aef32235bdd74f1aacaa750f67c6), [`b449b05`](https://github.com/graphql-hive/gateway/commit/b449b0523eb1aef32235bdd74f1aacaa750f67c6), [`3706a2c`](https://github.com/graphql-hive/gateway/commit/3706a2c044eadd54f2ab3e28e43d053e25f22fe4), [`3706a2c`](https://github.com/graphql-hive/gateway/commit/3706a2c044eadd54f2ab3e28e43d053e25f22fe4)]:
11+
- @graphql-mesh/plugin-prometheus@2.1.5
12+
- @graphql-hive/plugin-opentelemetry@1.2.1
13+
314
## 2.1.18
415
### Patch Changes
516

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.18",
3+
"version": "2.1.19",
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.24
4+
### Patch Changes
5+
6+
- Updated dependencies [[`b449b05`](https://github.com/graphql-hive/gateway/commit/b449b0523eb1aef32235bdd74f1aacaa750f67c6)]:
7+
- @graphql-hive/gateway@2.1.19
8+
39
## 2.0.23
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.23",
3+
"version": "2.0.24",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/opentelemetry/CHANGELOG.md

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

3+
## 1.2.1
4+
### Patch Changes
5+
6+
7+
8+
- [#1721](https://github.com/graphql-hive/gateway/pull/1721) [`3706a2c`](https://github.com/graphql-hive/gateway/commit/3706a2c044eadd54f2ab3e28e43d053e25f22fe4) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Have a default endpoint for Hive Tracing
9+
10+
11+
12+
- [#1721](https://github.com/graphql-hive/gateway/pull/1721) [`3706a2c`](https://github.com/graphql-hive/gateway/commit/3706a2c044eadd54f2ab3e28e43d053e25f22fe4) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Improved default resource service name and version to use Hive Gateway
13+
314
## 1.2.0
415
### Minor Changes
516

packages/plugins/opentelemetry/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/plugin-opentelemetry",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"type": "module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)