Skip to content

Releases: graphql-hive/console

hive-apollo-router-plugin@2.0.0

24 Feb 10:33
dbbf482
Compare
Choose a tag to compare

Major Changes

Patch Changes

hive@5.1.2

21 Feb 09:58
7074d5c
Compare
Choose a tag to compare

Patch Changes

  • #6518
    a8a2da5
    Thanks @kamilkisiela! - Ensure response body is read before
    timeout to avoid abort errors in S3 client (CDN)

  • #6536
    6cdcef1
    Thanks @kamilkisiela! - Adds an index to
    coordinates_(daily,hourly,minutely) tables to speedup the get_top_operations_for_types ClickHoue
    query.

    Reading of type and fields usage statisticts should be noticeably faster now on big datasets.

hive@5.1.1

13 Feb 10:37
ccab736
Compare
Choose a tag to compare

Patch Changes

  • #6502
    cef7fd8
    Thanks @kamilkisiela! - Update @theguild/federation-composition
    to 0.14.4

    • Fix a child data type field not being accessible via interfaceObject
    • Respect inaccessible enum values while creating the public schema from the supergraph AST

@graphql-hive/cli@0.48.3

13 Feb 20:08
918313c
Compare
Choose a tag to compare

Patch Changes

@graphql-hive/cli@0.48.2

13 Feb 10:37
ccab736
Compare
Choose a tag to compare

Patch Changes

  • #6502
    cef7fd8
    Thanks @kamilkisiela! - hive dev

    Update @theguild/federation-composition to 0.14.4:

    • Fix a child data type field not being accessible via interfaceObject
    • Respect inaccessible enum values while creating the public schema from the supergraph AST

@graphql-hive/yoga@0.40.1

10 Feb 16:14
2c0271c
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies
    [ae2d16d]:
    • @graphql-hive/core@0.9.1

@graphql-hive/yoga@0.40.0

10 Feb 14:17
90f3c61
Compare
Choose a tag to compare

Minor Changes

  • #6488
    f7d65fe
    Thanks @n1ru4l! - Include and log a x-request-id header for all
    requests sent to the Hive API. This helps users to share more context with Hive staff when
    encountering errors.

Patch Changes

  • Updated dependencies
    [f7d65fe]:
    • @graphql-hive/core@0.9.0

@graphql-hive/envelop@0.34.1

10 Feb 16:14
2c0271c
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies
    [ae2d16d]:
    • @graphql-hive/core@0.9.1

@graphql-hive/envelop@0.34.0

10 Feb 14:17
90f3c61
Compare
Choose a tag to compare

Minor Changes

  • #6488
    f7d65fe
    Thanks @n1ru4l! - Include and log a x-request-id header for all
    requests sent to the Hive API. This helps users to share more context with Hive staff when
    encountering errors.

Patch Changes

  • Updated dependencies
    [f7d65fe]:
    • @graphql-hive/core@0.9.0

@graphql-hive/core@0.9.1

10 Feb 16:14
2c0271c
Compare
Choose a tag to compare

Patch Changes

  • #6494
    ae2d16d
    Thanks @n1ru4l! - Replace usage of crypto.randomUUID() with a
    custom UUID generation for better backwards compatability.