Skip to content

Releases: graphql-hive/console

hive@11.0.4

30 Apr 16:36
cdd75ce

Choose a tag to compare

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.

@graphql-hive/render-laboratory@0.1.7

30 Apr 16:36
cdd75ce

Choose a tag to compare

Patch Changes

@graphql-hive/laboratory@0.1.7

30 Apr 16:36
cdd75ce

Choose a tag to compare

Patch Changes

@graphql-hive/cli@0.59.1

30 Apr 16:36
cdd75ce

Choose a tag to compare

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

22 Apr 08:42
4cd9c48

Choose a tag to compare

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

22 Apr 08:42
4cd9c48

Choose a tag to compare

Patch Changes

hive@11.0.3

17 Apr 07:18
64e7fed

Choose a tag to compare

Patch Changes

@graphql-hive/render-laboratory@0.1.5

17 Apr 12:35
b35f9fb

Choose a tag to compare

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

17 Apr 07:18
64e7fed

Choose a tag to compare

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

17 Apr 12:35
b35f9fb

Choose a tag to compare

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.