File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -161,3 +161,4 @@ Cargo.lock
161161Cargo.lock
162162Cargo.lock
163163Cargo.lock
164+ Cargo.lock
Original file line number Diff line number Diff line change 11# hive
22
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+ - [ #7967 ] ( https://github.com/graphql-hive/console/pull/7967 )
14+ [ ` 9708f71 ` ] ( https://github.com/graphql-hive/console/commit/9708f71aa3e6dcd613f3877a0777c1e72710b200 )
15+ Thanks [ @n1ru4l ] ( https://github.com/n1ru4l ) ! - Fix schema contract composition applying
16+ ` @inaccessible ` on the federation types ` ContextArgument ` and ` FieldValue ` on the supergraph SDL.
17+
18+ This mitigates the following error in apollo-router upon processing the supergraph:
19+
20+ ```
21+ could not create router: Api error(s): The supergraph schema failed to produce a valid API schema: The following errors occurred:
22+ - Core feature type `join__ContextArgument` cannot use @inaccessible.
23+ - Core feature type `join__FieldValue` cannot use @inaccessible.
24+ ```
25+
26+ - [ #7961 ] ( https://github.com/graphql-hive/console/pull/7961 )
27+ [ ` 40fd27d ` ] ( https://github.com/graphql-hive/console/commit/40fd27d9c060df5417c18c750b02af65451e5323 )
28+ Thanks [ @n1ru4l ] ( https://github.com/n1ru4l ) ! - Update
29+ [ ` opentelemetry-go ` ] ( https://github.com/open-telemetry/opentelemetry-go ) to address vulnerability
30+ [ CVE-2026 -39883] ( https://github.com/advisories/GHSA-hfvc-g4fc-pqhx ) .
31+
332## 11.0.2
433
534### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " hive" ,
3- "version" : " 11.0.2 " ,
3+ "version" : " 11.0.3 " ,
44 "private" : true ,
55 "scripts" : {
66 "generate" : " tsx generate.ts" ,
You can’t perform that action at this time.
0 commit comments