Skip to content

Releases: the-guild-org/federation

v0.14.4

12 Feb 08:29
7d45c6c
Compare
Choose a tag to compare

Patch Changes

  • #82 7d640bf Thanks @kamilkisiela! - Fix a child data type field not being accessible via interfaceObject

  • #81 ded4b47 Thanks @ardatan! - Respect inaccessible enum values while creating the public schema from the supergraph AST

v0.14.3

17 Jan 08:49
1487685
Compare
Choose a tag to compare

Patch Changes

  • #78 4e25e6d Thanks @kamilkisiela! - transformSupergraphToPublicSchema removes now @policy, @requiresScopes and @authenticated

v0.14.2

12 Dec 12:09
57d0d03
Compare
Choose a tag to compare

Patch Changes

  • #76 a3cb724 Thanks @kamilkisiela! - Fix a missing @join__field on a query field where @override is used, but not in all subgraphs.

v0.14.1

07 Nov 14:32
1cd26c1
Compare
Choose a tag to compare

Patch Changes

  • #74 7456d14 Thanks @kamilkisiela! - Show TYPE_KIND_MISMATCH and ignore INTERFACE_FIELD_NO_IMPLEM when there is a type kind mismatch

v0.14.0

02 Oct 12:17
7cab0c3
Compare
Choose a tag to compare

Minor Changes

v0.13.0

02 Oct 10:10
9794ab2
Compare
Choose a tag to compare

Minor Changes

v0.12.1

15 Jul 09:30
4341b72
Compare
Choose a tag to compare

Patch Changes

  • #68 51dd57a Thanks @kamilkisiela! - Unknown types are now always reported as GraphQLError (previously in some logic paths, it was an
    exception).

v0.12.0

09 Jul 12:32
d097a2d
Compare
Choose a tag to compare

Minor Changes

v0.11.4

26 Jun 09:21
5659190
Compare
Choose a tag to compare

Patch Changes

v0.11.3

25 Jun 09:30
988eb9a
Compare
Choose a tag to compare

Patch Changes

  • #62 e50bc90 Thanks @kamilkisiela! - Fix: do not expose federation__Scope and federation__Policy scalar definitions to a supergraph