Skip to content

Releases: graphql-hive/console

hive@8.0.0

21 May 14:08
07cf4fd
Compare
Choose a tag to compare

Major Changes

  • #6810
    ae65069
    Thanks @n1ru4l! - Add mutation fields for managing schema contracts
    to the public api schema.

    • Mutation.createContract
    • Mutation.disableContract

    BREAKING CHANGE: This renames and changes the types for existing types within the private
    GraphQL schema.

  • #6722
    aab6e7c
    Thanks @n1ru4l! - Add mutation fields for managing users to the
    public api schema.

    • Mutation.assignMemberRole
    • Mutation.createMemberRole
    • Mutation.deleteMemberRole
    • Mutation.deleteOrganizationInvitation
    • Mutation.inviteToOrganizationByEmail
    • Mutation.updateMemberRole

    BREAKING CHANGE: This renames and changes the types for existing types within the private
    GraphQL schema.

  • #6786
    20bfc4c
    Thanks @n1ru4l! - Add mutation fields for managing projects to the
    public api schema.

    • Mutation.createProject
    • Mutation.updateProjectSlug
    • Mutation.deleteProject

    BREAKING CHANGE: This renames and changes the types for existing types within the private
    GraphQL schema.

  • #6795
    3552957
    Thanks @n1ru4l! - Add fields for querying usage datato the public api
    schema.

    • Target.schemaCoordinateStats
    • Target.clientStats
    • Target.operationsStats

    BREAKING CHANGE: This renames and changes the types for existing types within the private
    GraphQL schema.

Minor Changes

  • #6764
    bbd5643
    Thanks @jdolle! - Track provided operation arguments/inputs and use
    them to determine conditional breaking changes; Fix null to non-null argument breaking change edge
    case"

Patch Changes

@graphql-hive/yoga@0.42.1

21 May 14:08
07cf4fd
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies
    [bbd5643]:
    • @graphql-hive/core@0.12.0

@graphql-hive/envelop@0.36.1

21 May 14:08
07cf4fd
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies
    [bbd5643]:
    • @graphql-hive/core@0.12.0

@graphql-hive/core@0.12.0

21 May 14:08
07cf4fd
Compare
Choose a tag to compare

Minor Changes

  • #6764
    bbd5643
    Thanks @jdolle! - Track provided operation arguments/inputs and use
    them to determine conditional breaking changes; Fix null to non-null argument breaking change edge
    case"

@graphql-hive/cli@0.50.1

21 May 14:08
07cf4fd
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies
    [bbd5643]:
    • @graphql-hive/core@0.12.0

@graphql-hive/apollo@0.39.1

21 May 14:08
07cf4fd
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies
    [bbd5643]:
    • @graphql-hive/core@0.12.0

hive@7.0.2

14 May 12:54
028c061
Compare
Choose a tag to compare

Please refer to https://github.com/graphql-hive/console/releases/tag/hive%407.0.0 for the full changelog - this release was made to correct a publishing issue to GitHub Packages.

hive@7.0.1

14 May 11:57
a6daee6
Compare
Choose a tag to compare

Please refer to https://github.com/graphql-hive/console/releases/tag/hive%407.0.0 for the full changelog - this release was made to correct a publishing issue to GitHub Packages.

Please use 7.0.2 image instead.

hive@7.0.0

18 May 07:02
Compare
Choose a tag to compare

Major Changes

  • #6758
    0cf1194
    Thanks @n1ru4l! - Add target management fields to the public GraphQL
    API schema.

    This includes the following fields and related types/fields:

    • Mutation.updateTargetConditionalBreakingChangeConfiguration
    • Mutation.updateTargetSlug
    • Mutation.updateTargetDangerousChangeClassification
    • Mutation.createTarget
    • Mutation.deleteTarget
    • Mutation.createCdnAccessToken
    • Mutation.deleteCdnAccessToken
    • Target.conditionalBreakingChangeConfiguration
    • Target.failDiffOnDangerousChange
    • Target.cdnAccessTokens
    • Organization.availableOrganizationAccessTokenPermissionGroups

    BREAKING CHANGE This renames existing types and fields within the private GraphQL schema.

Minor Changes

  • #6771
    4dcd45a
    Thanks @jdolle! - Add meta and subgraph data to coordinate insights
    page; Fix SubgraphChip service link

  • #6626
    2056307
    Thanks @jdolle! - Add target breaking change setting to turn
    dangerous changes into breaking changes

  • #6658
    e6a970f
    Thanks @n1ru4l! - Adjust GraphQL schema according to schema design
    policies.

  • #6701
    f2fe6c8
    Thanks @n1ru4l! - Print dangerous schema changes as own section in
    github changes.

  • #6662
    2b220a5
    Thanks @n1ru4l! - Support federation composition validation for
    IMPLEMENTED_BY_INACCESSIBLE.

  • #6678
    8fd9ad0
    Thanks @n1ru4l! - Deprecate CriticalityLevel scalar and fields
    referencing it in favor of the SeverityLevelType scalar. Expose SchemaChange.severityLevel and
    SchemaChange.severityReason via the public API endpoint.

  • #6614
    c1d9c05
    Thanks @n1ru4l! - Add new route /graphql-public to the server
    service which contains the public GraphQL API (fields and types will follow).

  • #6675
    ed66171
    Thanks @kamilkisiela! - Updates the
    @theguild/federation-composition to v0.18.1 that includes the following changes:

    • Support progressive overrides (@override(label: "<value>"))
    • Allow to use @composeDirective on a built-in scalar (like @oneOf)
    • Performance improvements (lazy compute of errors), especially noticeable in large schemas (2s ->
      600ms)
    • Ensure nested key fields are marked as @shareable
    • Stop collecting paths when a leaf field was reached (performance improvement)
    • Avoid infinite loop when entity field returns itself
  • #6665
    cb41478
    Thanks @kamilkisiela! - Update
    @theguild/federation-composition to v0.16.0.

    • Support Apollo Federation v2.7, but without the progressive @override.
    • Support Apollo Federation v2.8, but without the @context and @fromContext directives.
    • Support Apollo Federation v2.9, including @cost and @listSize directives.
  • #6683
    ab774b7
    Thanks @jdolle! - Make url optional for subsequent federated schema
    publishes

Patch Changes

hive-apollo-router-plugin@2.1.2

14 May 14:39
7a65274
Compare
Choose a tag to compare

Patch Changes