Skip to content

Releases: the-guild-org/federation

v0.11.1

28 Mar 10:02
17b938a
Compare
Choose a tag to compare

Patch Changes

v0.11.0

15 Mar 14:51
ea844d4
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v0.10.1

13 Mar 12:37
991935b
Compare
Choose a tag to compare

Patch Changes

v0.10.0

07 Mar 13:36
8bef644
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v0.9.0

26 Feb 15:25
043d4d8
Compare
Choose a tag to compare

Minor Changes

v0.8.2

22 Feb 17:43
e841394
Compare
Choose a tag to compare

Patch Changes

  • #46
    cfa9950
    Thanks @kamilkisiela! - Add requiresScopes__Scope and
    policy__Policy to transformSupergraphToPublicSchema

  • #44
    de983b0
    Thanks @kamilkisiela! - Add containsSupergraphSpec to detect if
    Supergraph related scalars, enums or directives are used

v0.8.1

26 Jan 12:14
7d797fe
Compare
Choose a tag to compare

Patch Changes

  • #42
    f858c3f
    Thanks @n1ru4l! - Fix REQUIRED_INACCESSIBLE occurring on inaccessible
    fields/input types

v0.8.0

26 Jan 10:12
98b90c9
Compare
Choose a tag to compare

Minor Changes

  • #40
    4cba351
    Thanks @n1ru4l! - Implement validation rules for
    REQUIRED_INACCESSIBLE for input types and field arguments.

v0.7.1

22 Jan 10:23
966d48d
Compare
Choose a tag to compare

Patch Changes

  • #36
    fdba937
    Thanks @kamilkisiela! - Visit every field in provides and
    requires directives

  • #36
    fdba937
    Thanks @kamilkisiela! - Fix unnecessary
    join__field(override:) on Query fields when it points to non-existing subgraph

  • #36
    fdba937
    Thanks @kamilkisiela! - Deduplicate composed directives

  • #39
    e77eb2c
    Thanks @n1ru4l! - Ignore inaccessible field arguments within the
    DEFAULT_VALUE_USES_INACCESSIBLE rule.

    Fixes an issue where an inaccessible field argument uses a default value that is inaccessible
    would cause a false error.

    type User @key(fields: "id") {
      id: ID
      friends(type: FriendType = FAMILY @inaccessible): [User!]!
    }
    
    enum FriendType {
      FAMILY @inaccessible
      FRIEND
    }
  • #36
    fdba937
    Thanks @kamilkisiela! - Remove duplicated link spec definitions

  • #36
    fdba937
    Thanks @kamilkisiela! - Drop unused fields marked with
    @external only in a single type in Fed v1

  • 220dfc0
    Thanks @kamilkisiela! - Fix missing usedOverridden on
    non-external key field

v0.7.0

03 Jan 15:34
cc6a995
Compare
Choose a tag to compare

Minor Changes

Patch Changes