hive@8.1.0
Minor Changes
- #6843
d175fba
Thanks @dotansimha! - MakeTarget.graphqlEndpointUrl
available
in public GraphQL API
Patch Changes
-
#6829
e81cea8
Thanks @jdolle! - Add pg index for getSchemaVersionByActionId to
improve lookup performance -
#6850
faa22bb
Thanks @n1ru4l! - Fix issue where contract composition marks types
occuring in multiple subgraphs as@inaccessible
despite being used within the public API schema. -
#6845
114e7bc
Thanks @n1ru4l! - Update@theguild/federation-composition
to
0.19.0
Increases federation composition compatibility.
- Fix errors raised by
@requires
with union field selection set - Fix incorrectly raised
IMPLEMENTED_BY_INACCESSIBLE
error for inaccessible object fields where
the object type is inaccessible. - Add support for
@provides
fragment selection sets on union type fields. - Fix issue where the satisfiability check raised an exception for fields that share different
object type and interface definitions across subgraphs. - Fix issue where scalar type marked with
@inaccessible
does not fail the composition if all
usages are not marked with@inaccessible
. - Support composing executable directives from subgraphs into the supergraph
- Fix errors raised by
-
#6862
6cf18b9
Thanks @n1ru4l! - Show whether a breaking change is safe based on
usage within the GitHub check-run summary. -
#6864
35a69a1
Thanks @n1ru4l! - Validate schema stitching output sdl. Previously,
this caused invalid SDL to be promoted as the latest valid schema version.