Skip to content

Releases: graphql-hive/console

@graphql-hive/[email protected]

22 Jan 12:03
13646a3
Compare
Choose a tag to compare

Patch Changes

[email protected]

16 Jan 14:21
cc86bc5
Compare
Choose a tag to compare

Patch Changes

[email protected]

16 Jan 13:57
b2d2fb7
Compare
Choose a tag to compare

Major Changes

Minor Changes

Patch Changes

@graphql-hive/[email protected]

16 Jan 13:57
b2d2fb7
Compare
Choose a tag to compare

Minor Changes

  • #6357
    e10cc2d
    Thanks @jasonkuhrt! - Add experimental json file flag to command
    schema:check.

    On the schema:check command, you can now use the flag
    --experimental-json-file ./path/to/schema-check-result.json to output a JSON file containing the
    command's result.

    This experimental feature is designed to help you with scripting, typically in CI/CD pipelines.

    Please note that this is an experimental feature, and therefore is:

    1. likely to change or be removed in a future version
    2. not covered by semantic versioning.
  • #6338
    f6565fc
    Thanks @jdolle! - cli schema:fetch targets latest if actionId
    argument is missing

  • #6333
    0a84187
    Thanks @jasonkuhrt! - BREAKING: Remove config commands

    This prepares for the addition of JSON format output in other commands.

[email protected]

10 Jan 10:22
008fdbb
Compare
Choose a tag to compare

Major Changes

  • #6066
    e747e4c
    Thanks @n1ru4l! - Drop user accounts and organization not linked to a
    SuperTokens account.

    This is mainly a cleanup for legacy accounts on Hive Cloud that were not migrated from Auth0 some
    years ago. It should not affect self-hosters.

Minor Changes

  • #6261
    09c01d6
    Thanks @kamilkisiela! - Adds a response validation of the POST
    https://slack.com/api/oauth.v2.access request.

    This request is made when connecting Slack to Hive. This is to ensure that the response is a JSON
    object and that it contains the expected keys and provide informative error messages if it does
    not.

Patch Changes

  • #6265
    cecd95b
    Thanks @dotansimha! - Relax uuid check for external IDs in
    audit log metadata. Fixes #6264

  • #6262
    d98e146
    Thanks @kamilkisiela! - Resolve the issue where the laboratory
    mocked endpoint consistently returns: "Please publish your first schema to Hive."

  • #6267
    817fed3
    Thanks @dotansimha! - bugfix: scrollIntoView is not a function
    in lab page (fixed #6263)

  • #6282
    a7f9d50
    Thanks @kamilkisiela! - Fix editor state and operation handling
    in Laboratory.

    When opening a new tab or selecting a saved operation, the editor incorrectly populated the query,
    defaulting to the active query. This made it impossible to view the selected operation.
    Additionally, the submit button for saving an operation was always disabled, even when the form
    was in a valid state.

@graphql-hive/[email protected]

10 Jan 10:22
008fdbb
Compare
Choose a tag to compare

Patch Changes

  • #6118
    039c66b
    Thanks @ardatan! - Remove internal _testing_ option to replace the
    underlying fetch implementation, and add fetch option to do the same as part of the public
    API.

  • #6118
    039c66b
    Thanks @ardatan! - - Upgrade to graphql-yoga >= 5.10.4

    • Improve graceful process termination on Node.js by leveraging graphql-yoga's
      dispose lifecycle hooks
    • Improve Cloudflare Worker runtime support by registering pending usage reporting requests using
      the waitUntil API
    • Use the logger instance from the graphql-yoga instance, for a more unified logging experience
    • Use the fetch API implementation on the graphql-yoga instance for HTTP calls
    • Replace the internal `tiny-lru` dependency with graphql-yoga's internal LRU cache
      implementation
  • Updated dependencies
    [039c66b]:

@graphql-hive/[email protected]

10 Jan 10:22
008fdbb
Compare
Choose a tag to compare

Patch Changes

@graphql-hive/[email protected]

10 Jan 10:22
008fdbb
Compare
Choose a tag to compare

Patch Changes

  • #6118
    039c66b
    Thanks @ardatan! - Remove internal _testing_ option to replace the
    underlying fetch implementation, and add fetch option to do the same as part of the public
    API.

@graphql-hive/[email protected]

10 Jan 10:22
008fdbb
Compare
Choose a tag to compare

Minor Changes

  • #6255
    29c45df
    Thanks @jdolle! - Added subgraph type to schema:fetch cmd to print
    subgraph details

Patch Changes

@graphql-hive/[email protected]

10 Jan 10:22
008fdbb
Compare
Choose a tag to compare

Patch Changes

  • #6118
    039c66b
    Thanks @ardatan! - Remove internal _testing_ option to replace the
    underlying fetch implementation, and add fetch option to do the same as part of the public
    API.
  • Updated dependencies
    [039c66b]: