Skip to content

Releases: graphql-hive/console

@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]:

[email protected]

02 Jan 14:44
32f9862
Compare
Choose a tag to compare

Minor Changes

  • #5564
    e0eb3bd
    Thanks @dimaMachina! - Add preflight scripts for laboratory.

    It is now possible to add a preflight script within the laboratory that executes before sending a
    GraphQL request.
    Learn more.

  • #5530
    38c14e2
    Thanks @TuvalSimha! - Add organization audit log.

    Each organization now has an audit log of all user actions that can be exported by admins.
    Exported audit logs are stored on the pre-configured S3 storage.

    In case you want to store exported audit logs on a separate S3 bucket, you can use the
    S3_AUDIT_LOG prefixed environment variables for the configuration.

    Learn more.

  • #6234
    eecd099
    Thanks @kamilkisiela! - Adds
    lab.prompt(message, defaultValue) to Preflight Script API

Patch Changes

@graphql-hive/[email protected]

02 Jan 14:44
32f9862
Compare
Choose a tag to compare

Patch Changes

  • #6224
    592d3b3
    Thanks @kamilkisiela! - Extends debug information. Prints a
    list of files of the script directory and a path of included node binary. To enable debug mode,
    pass DEBUG=1 environment variable when running the CLI.

[email protected]

24 Dec 09:45
4f183ac
Compare
Choose a tag to compare

Patch Changes

  • #6158
    3093c9f
    Thanks @dotansimha! - Added missing index for postgres db field
    "schema_version_changes.schema_version_id"

[email protected]

23 Dec 10:05
0b918cb
Compare
Choose a tag to compare

Major Changes

  • #6142
    25f1460
    Thanks @TuvalSimha! - Upgrade the PostgreSQL version for Docker
    Compose from version 14.13 to use 16.4.

    This change is published as major, as it requires attention based on your setup.

    For self-hosters with a managed database, we recommend upgrading PostgreSQL based on your Cloud
    provider's or IT's recommendation.

    For self-hosters running in Docker, you can read about
    upgrading PostgreSQL in a Docker container here.

    The Hive data that was previously created with PostgreSQL v14 is compatible with v16.

Patch Changes

[email protected]

19 Dec 08:18
4b796e8
Compare
Choose a tag to compare

Patch Changes

[email protected]

17 Dec 07:14
d0a0b82
Compare
Choose a tag to compare

Patch Changes

[email protected]

17 Dec 07:14
d0a0b82
Compare
Choose a tag to compare

Minor Changes