Skip to content

Releases: graphql-hive/console

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.

@graphql-hive/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

hive@11.0.2

02 Apr 10:16
615fb09

Choose a tag to compare

Patch Changes

  • #7940
    742f50c
    Thanks @jdolle! - Fix lint policy block title color; add policy link
    to lines and rule id tooltip

  • #7936
    96bd390
    Thanks @jdolle! - Do not cache edge types in graphql eslint. This
    fixes an issue where edge types were cached between runs and only the cached edge types would be
    referenced for subsequent runs

@graphql-hive/render-laboratory@0.1.3

02 Apr 10:16
615fb09

Choose a tag to compare

Patch Changes

  • #7888
    574a5d8
    Thanks @mskorokhodov! - If schema introspection isn't provided
    as property to Laboratory, lab will start interval to fetch schema every second.
  • Updated dependencies
    [574a5d8]:
    • @graphql-hive/laboratory@0.1.3

@graphql-hive/laboratory@0.1.3

02 Apr 10:16
615fb09

Choose a tag to compare

Patch Changes

  • #7888
    574a5d8
    Thanks @mskorokhodov! - If schema introspection isn't provided
    as property to Laboratory, lab will start interval to fetch schema every second.

hive@11.0.1

26 Mar 10:04
63805c8

Choose a tag to compare

Patch Changes

hive@11.0.0

24 Mar 17:10
3330308

Choose a tag to compare

Major Changes

  • #7837
    c00ea50
    Thanks @n1ru4l! - Improved performance when looking up affected app
    deployments for breaking change detection.

    BREAKING CHANGE

    This release introduces a breaking change because it depends on a manual database migration
    introduced in 10.1.0.

    If you use the app deployments feature for conditional breaking change detection, you should:

    1. Upgrade to 10.1.0
    2. Perform the manual database migration steps described in that version
    3. Then upgrade to this release

    Alternative upgrade path

    If you want to avoid performing the manual database migration:

    1. Upgrade to 10.1.0
    2. Wait until all app deployments created before the rollout of 10.1.0 are retired
    3. Then upgrade to this release

Patch Changes

  • #7866
    66a4f6b
    Thanks @n1ru4l! - Fix legacy member scope mappings granting access to
    deleting projects.