|
1 | 1 | # hive |
2 | 2 |
|
| 3 | +## 11.0.3 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- [#7961](https://github.com/graphql-hive/console/pull/7961) |
| 8 | + [`40fd27d`](https://github.com/graphql-hive/console/commit/40fd27d9c060df5417c18c750b02af65451e5323) |
| 9 | + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Update |
| 10 | + [`nodemailer`](https://github.com/nodemailer/nodemailer) to address vulnerability |
| 11 | + [GHSA-vvjj-xcjg-gr5g](https://github.com/advisories/GHSA-vvjj-xcjg-gr5g). |
| 12 | + |
| 13 | +- [#7976](https://github.com/graphql-hive/console/pull/7976) |
| 14 | + [`ed9ab34`](https://github.com/graphql-hive/console/commit/ed9ab34c705be4b7946dfcbede91926f00f1ed4a) |
| 15 | + Thanks [@n1ru4l](https://github.com/n1ru4l)! - address vulnerability |
| 16 | + [GHSA-r4q5-vmmm-2653](https://github.com/advisories/GHSA-r4q5-vmmm-2653) |
| 17 | + |
| 18 | +- [#7967](https://github.com/graphql-hive/console/pull/7967) |
| 19 | + [`9708f71`](https://github.com/graphql-hive/console/commit/9708f71aa3e6dcd613f3877a0777c1e72710b200) |
| 20 | + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix schema contract composition applying |
| 21 | + `@inaccessible` on the federation types `ContextArgument` and `FieldValue` on the supergraph SDL. |
| 22 | + |
| 23 | + This mitigates the following error in apollo-router upon processing the supergraph: |
| 24 | + |
| 25 | + ``` |
| 26 | + could not create router: Api error(s): The supergraph schema failed to produce a valid API schema: The following errors occurred: |
| 27 | + - Core feature type `join__ContextArgument` cannot use @inaccessible. |
| 28 | + - Core feature type `join__FieldValue` cannot use @inaccessible. |
| 29 | + ``` |
| 30 | + |
| 31 | +- [#7961](https://github.com/graphql-hive/console/pull/7961) |
| 32 | + [`40fd27d`](https://github.com/graphql-hive/console/commit/40fd27d9c060df5417c18c750b02af65451e5323) |
| 33 | + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Update |
| 34 | + [`opentelemetry-go`](https://github.com/open-telemetry/opentelemetry-go) to address vulnerability |
| 35 | + [CVE-2026-39883](https://github.com/advisories/GHSA-hfvc-g4fc-pqhx). |
| 36 | + |
3 | 37 | ## 11.0.2 |
4 | 38 |
|
5 | 39 | ### Patch Changes |
|
0 commit comments