Skip to content

hive@11.0.4

Latest

Choose a tag to compare

@theguild-bot theguild-bot released this 30 Apr 16:36
· 4 commits to main since this release
cdd75ce

Patch Changes

  • #8016
    d0f3ef0
    Thanks @n1ru4l! - Fix Federation composition rule
    REQUIRED_INACCESSIBLE reporting a composition error if @inaccessible is 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.