Commit eedc1d5
authored
chore(release): router crates and artifacts (#576)
> [!IMPORTANT]
> Merging this pull request will create these releases
# router 0.0.19 (2025-11-19)
## Features
### Use `hive-console-sdk` to load supergraph from Hive CDN
**Breaking Changes**
The configuration for the `hive` source has been updated to offer more
specific timeout controls and support for self-signed certificates. The
`timeout` field has been renamed.
```diff
supergraph:
source: hive
endpoint: "https://cdn.graphql-hive.com/supergraph"
key: "YOUR_CDN_KEY"
- timeout: 30s
+ request_timeout: 30s # `request_timeout` replaces `timeout`
+ connect_timeout: 10s # new option to control `connect` phase
+ accept_invalid_certs: false # new option to allow accepting invalid TLS certificates
```
Co-authored-by: knope-bot[bot] <152252888+knope-bot[bot]@users.noreply.github.com>1 parent 8feb612 commit eedc1d5
File tree
4 files changed
+23
-22
lines changed- .changeset
- bin/router
4 files changed
+23
-22
lines changedThis 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 | + | |
119 | 140 | | |
120 | 141 | | |
121 | 142 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments