Releases: graphql-hive/console
hive@11.0.4
Patch Changes
-
#8016
d0f3ef0
Thanks @n1ru4l! - Fix Federation composition rule
REQUIRED_INACCESSIBLEreporting a composition error if@inaccessibleis applied on a
non-nullable field with a default value.In the following example schema the
Query.ping(message:)argument no longer raises
REQUIRED_INACCESSIBLE, as a default value for the argument is provided. The same behaviour
applies for input type fields.extend schema @link(url: "https://specs.apollo.dev/federation/v2.9", import: ["@inaccessible"]) type Query { ping(message: String! = "pong" @inaccessible): String! }
-
#8003
bea8b7c
Thanks @n1ru4l! - Address vulnerability
GHSA-gh4j-gqv2-49f6. -
#8004
c2d8360
Thanks @n1ru4l! - Fix various links to documentation pages. -
#8003
bea8b7c
Thanks @n1ru4l! - Address vulnerability
GHSA-w5hq-g745-h8pq.
@graphql-hive/render-laboratory@0.1.7
Patch Changes
-
#8012
16a03c8
Thanks @mskorokhodov! - Better reasons for abort controllers in
lab -
Updated dependencies
[16a03c8,
bea8b7c]:- @graphql-hive/laboratory@0.1.7
@graphql-hive/laboratory@0.1.7
Patch Changes
-
#8012
16a03c8
Thanks @mskorokhodov! - Better reasons for abort controllers in
lab -
#8003
bea8b7c
Thanks @n1ru4l! - Address vulnerability
GHSA-w5hq-g745-h8pq.
@graphql-hive/cli@0.59.1
Patch Changes
-
#8018
083a4a7
Thanks @n1ru4l! - Correct fallback behavior for subgraph
introspection. If subgraph introspection using graphql's standard introspection query fails, then
it will fall back to Federation's Query._service query. -
#8014
32cdd14
Thanks @n1ru4l! - Show correct error code (116) with origin service
for failed introspection result.
@graphql-hive/render-laboratory@0.1.6
Patch Changes
-
#7998
20b6892
Thanks @mskorokhodov! - Proper handling of flatter/condition as
high order nodes to not break lab qp -
Updated dependencies
[20b6892]:- @graphql-hive/laboratory@0.1.6
@graphql-hive/laboratory@0.1.6
Patch Changes
- #7998
20b6892
Thanks @mskorokhodov! - Proper handling of flatter/condition as
high order nodes to not break lab qp
hive@11.0.3
Patch Changes
-
#7993
730771f
Thanks @n1ru4l! - Address vulnerability
GHSA-72c6-fx6q-fr5w. -
#7988
d7e7025
Thanks @n1ru4l! - Address vulnerability
GHSA-247c-9743-5963. -
#7961
40fd27d
Thanks @n1ru4l! - Update
nodemailerto address vulnerability
GHSA-vvjj-xcjg-gr5g. -
#7993
730771f
Thanks @n1ru4l! - Address vulnerability
GHSA-v9ww-2j6r-98q6. -
#7976
ed9ab34
Thanks @n1ru4l! - address vulnerability
GHSA-r4q5-vmmm-2653 -
#7967
9708f71
Thanks @n1ru4l! - Fix schema contract composition applying
@inaccessibleon the federation typesContextArgumentandFieldValueon the supergraph SDL.This mitigates the following error in apollo-router upon processing the supergraph:
could not create router: Api error(s): The supergraph schema failed to produce a valid API schema: The following errors occurred: - Core feature type `join__ContextArgument` cannot use @inaccessible. - Core feature type `join__FieldValue` cannot use @inaccessible. -
#7993
730771f
Thanks @n1ru4l! - Address vulnerability
GHSA-xq3m-2v4x-88gg. -
#7978
9c6989c
Thanks @jdolle! - Add schema linting support for type extensions -
#7993
730771f
Thanks @n1ru4l! - Address vulnerability
CVE-2026-6414. -
#7988
d7e7025
Thanks @n1ru4l! - Address vulnerability
GHSA-39q2-94rc-95cp. -
#7980
c46b2f2
Thanks @n1ru4l! - Address vulnerability
GHSA-fvcv-3m26-pcqx. -
#7993
730771f
Thanks @n1ru4l! - Address vulnerability
CVE-2026-6410. -
#7961
40fd27d
Thanks @n1ru4l! - Update
opentelemetry-goto address vulnerability
CVE-2026-39883.
@graphql-hive/render-laboratory@0.1.5
Patch Changes
- #7989
863f920
Thanks @mskorokhodov! - Enhanced behavior when no collection
exists and the user attempts to save an operation, along with the ability to edit the collection
name. - Updated dependencies
[863f920]:- @graphql-hive/laboratory@0.1.5
@graphql-hive/render-laboratory@0.1.4
Patch Changes
-
#7963
4a8bd4f
Thanks @mskorokhodov! - Implemented functionality that allows
to have multiple queries in same operation while working only with focused one (run button, query
builder) -
#7892
fab4b03
Thanks @mskorokhodov! - Hive Laboratory renders Hive Router
query plan if included in response extensions -
Updated dependencies
[4a8bd4f,
fab4b03]:- @graphql-hive/laboratory@0.1.4
@graphql-hive/laboratory@0.1.5
Patch Changes
- #7989
863f920
Thanks @mskorokhodov! - Enhanced behavior when no collection
exists and the user attempts to save an operation, along with the ability to edit the collection
name.