Skip to content

hive@8.0.0

Latest
Compare
Choose a tag to compare
@theguild-bot theguild-bot released this 21 May 14:08
· 1 commit to main since this release
07cf4fd

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