Skip to content

Releases: graphql-hive/console

[email protected]

28 Aug 18:03
ca71540
Compare
Choose a tag to compare

Patch Changes

  • #6924
    d6cf026
    Thanks @jdolle! - Fix selecting "All" app deployments in target when
    creating an access token

  • #6909
    d5218b8
    Thanks @jdolle! - Correctly trim operation name on insights and add
    popover title

@graphql-hive/[email protected]

28 Aug 18:03
ca71540
Compare
Choose a tag to compare

Patch Changes

  • #6919
    49187c9
    Thanks @jdolle! - fix fallback when hive.json is used but does not
    provide the requested value

@graphql-hive/[email protected]

21 Aug 05:40
be97f04
Compare
Choose a tag to compare

Minor Changes

[email protected]

10 Jul 09:26
7098528
Compare
Choose a tag to compare

Patch Changes

  • #6867
    be0d710
    Thanks @n1ru4l! - Only show the "edit preflight script" button in the
    laboratory when the users has permissions to edit it.

  • #6881
    f8a1350
    Thanks @n1ru4l! - Add project:create permission to the acccess
    token permission selection screen.

  • #6875
    73864f2
    Thanks @n1ru4l! - Fix default organization resolution and prevent
    missing permissions error.

  • #6879
    3779184
    Thanks @egoodwinx! - Fix schema version browser history
    navigation.

@graphql-hive/[email protected]

10 Jul 09:26
7098528
Compare
Choose a tag to compare

Patch Changes

@graphql-hive/[email protected]

10 Jul 09:26
7098528
Compare
Choose a tag to compare

Patch Changes

@graphql-hive/[email protected]

10 Jul 09:26
7098528
Compare
Choose a tag to compare

Minor Changes

  • #6876
    8d56b98
    Thanks @n1ru4l! - Add helper function hashOperation for generating
    consistent hashes used within the Hive Console platform.

@graphql-hive/[email protected]

10 Jul 09:26
7098528
Compare
Choose a tag to compare

Patch Changes

@graphql-hive/[email protected]

10 Jul 09:26
7098528
Compare
Choose a tag to compare

Patch Changes

[email protected]

30 Jun 11:53
fdbfb14
Compare
Choose a tag to compare

Minor Changes

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
  • #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.