Commit 95e2d9e
authored
chore(release): router crates and artifacts (#592)
> [!IMPORTANT]
> Merging this pull request will create these releases
# config 0.0.14 (2025-11-28)
## Fixes
- make supergraph.{path,key,endpoint} optional (#593)
### Improve error messages and fix environment variable support for
supergraph configuration
- **Fix:** Previously, `supergraph.path` (for file source), and
`supergraph.endpoint`/`supergraph.key` (for Hive CDN source) were
mandatory in the configuration file. This prevented users from relying
solely on environment variables (`SUPERGRAPH_FILE_PATH`,
`HIVE_CDN_ENDPOINT`, `HIVE_CDN_KEY`). This has been fixed, and these
fields are now optional in the configuration file if the corresponding
environment variables are provided.
- **Improved Error Reporting:** If the supergraph file path or Hive CDN
endpoint/key are missing from both configuration and environment
variables, the error message now explicitly guides you to set the
required environment variable or the corresponding configuration option.
This change ensures that misconfigurations are easier to diagnose and
fix during startup.
### Usage Reporting to Hive Console
Hive Router now supports sending usage reports to the Hive Console. This
feature allows you to monitor and analyze the performance and usage of
your GraphQL services directly from the Hive Console.
To enable usage reporting, you need to configure the `usage_reporting`
section in your Hive Router configuration file.
[Learn more about usage reporting in the
documentation.](https://the-guild.dev/graphql/hive/docs/router/configuration/usage_reporting)
```yaml
usage_reporting:
enabled: true
access_token: your-hive-console-access-token
```
# router 0.0.22 (2025-11-28)
## Features
- Hive Console Usage Reporting (#499)
## Fixes
- make supergraph.{path,key,endpoint} optional (#593)
### Improve error messages and fix environment variable support for
supergraph configuration
- **Fix:** Previously, `supergraph.path` (for file source), and
`supergraph.endpoint`/`supergraph.key` (for Hive CDN source) were
mandatory in the configuration file. This prevented users from relying
solely on environment variables (`SUPERGRAPH_FILE_PATH`,
`HIVE_CDN_ENDPOINT`, `HIVE_CDN_KEY`). This has been fixed, and these
fields are now optional in the configuration file if the corresponding
environment variables are provided.
- **Improved Error Reporting:** If the supergraph file path or Hive CDN
endpoint/key are missing from both configuration and environment
variables, the error message now explicitly guides you to set the
required environment variable or the corresponding configuration option.
This change ensures that misconfigurations are easier to diagnose and
fix during startup.
### Usage Reporting to Hive Console
Hive Router now supports sending usage reports to the Hive Console. This
feature allows you to monitor and analyze the performance and usage of
your GraphQL services directly from the Hive Console.
To enable usage reporting, you need to configure the `usage_reporting`
section in your Hive Router configuration file.
[Learn more about usage reporting in the
documentation.](https://the-guild.dev/graphql/hive/docs/router/configuration/usage_reporting)
```yaml
usage_reporting:
enabled: true
access_token: your-hive-console-access-token
```
# executor 6.2.1 (2025-11-28)
## Fixes
- make supergraph.{path,key,endpoint} optional (#593)
### Usage Reporting to Hive Console
Hive Router now supports sending usage reports to the Hive Console. This
feature allows you to monitor and analyze the performance and usage of
your GraphQL services directly from the Hive Console.
To enable usage reporting, you need to configure the `usage_reporting`
section in your Hive Router configuration file.
[Learn more about usage reporting in the
documentation.](https://the-guild.dev/graphql/hive/docs/router/configuration/usage_reporting)
```yaml
usage_reporting:
enabled: true
access_token: your-hive-console-access-token
```
# query-planner 2.1.2 (2025-11-28)
## Fixes
- make supergraph.{path,key,endpoint} optional (#593)
# node-addon 0.0.6 (2025-11-28)
## Fixes
- make supergraph.{path,key,endpoint} optional (#593)
Co-authored-by: knope-bot[bot] <152252888+knope-bot[bot]@users.noreply.github.com>1 parent 3eb81fa commit 95e2d9e
File tree
15 files changed
+102
-46
lines changed- .changeset
- bin/router
- lib
- executor
- node-addon
- query-planner
- router-config
15 files changed
+102
-46
lines changedThis file was deleted.
This file was deleted.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
119 | 148 | | |
120 | 149 | | |
121 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
97 | 115 | | |
98 | 116 | | |
99 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
2 | 8 | | |
3 | 9 | | |
4 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments