Product Updates

The most recent developments from GraphQL Hive.

  1. Specialized packages for GraphQL Servers & Cloudflare Worker Support

    Enhanced integration with GraphQL servers, deprecating `@graphql-hive/client` and adding support for Cloudflare Workers.
  2. Adding Notes to Schema Check Approvals

    Give your team more context when approving schema changes by leaving a note.
  3. Introducing Deprecated Schema View

    Find and understand the deprecated part of your GraphQL schema
  4. Develop supergraph locally with new dev command in Hive CLI

    Replace the subgraph(s) available in the Registry with your local subgraph(s) and compose a Supergraph locally.
  5. Native Apollo Federation v2 by default

    Generally available support for Apollo Federation v2 in new projects.
  6. Support for Subscription and Incremental Delivery Usage Reporting (Defer/Stream)

    We now allow you to report usage for subscription operations and incremental delivery with the client SDK.
  7. Granular Date Ranger Picker for Insights and Explorer

    A improved date range picker for Insights and Explorer that allows for more granular date ranges.
  8. Top affected operations based on conditional breaking change configuration

    We now show you the top affected operations and clients based on the conditional breaking change configuration. This allows you to see the impact of your changes before you approve or reject them.
  9. Upcoming changes to schema composition for Schema Stitching projects

    Due to stitching limitations we need to slightly alter the schema composition behaviour for more predictable results.
  10. Schema Contracts for Federation

    We added support schema contracts for Federation projects.
  11. Introducing Member Roles

    Assign roles to members of your organization or create custom roles that fit your team perfectly
  12. Install a specific version of CLI

    Users who do not use NPM can now select and install the precise version of CLI that suits their requirements.
  13. Breaking change approval improvements

    Approved breaking changes are now remembered in the context of a pull request/branch.
  14. Persist query and variables state for the laboratory GraphiQL playground

    Query and variables state is now saved in the browser for the laboratory GraphiQL playground.
  15. New schema checks filters and a GitHub commit link

    Select to view only failed schema checks or only schema checks with changes. Click on the GitHub commit link to see the corresponding code changes.
  16. Native Apollo Federation v2 support in Hive!

    Gain early access and eliminate the need for you to manage your own schema composition server.
  17. Introducing Unused GraphQL Schema view

    Detect unused GraphQL schema elements to safely remove them.
  18. Link GitHub action repository to schema check

    A schema check within a project can now be linked to any GitHub action repository.
  19. Introducing GraphQL API consumer Insights page

    Insights into individual GraphQL consumers and their versions.
  20. Introducing Schema Coordinate Insights page

    Insights into individual GraphQL types and fields.
  21. Github check-run includes now project's name

    A subtle but important change for Github users. In newly created projects, a check-runs name includes the name of the project.
  22. All GraphQL clients and versions in Insights page

    TreeMap showcasing various GraphQL clients along with their versions and traffic data
  23. GraphQL Operation Insights page is here

    Insights into individual GraphQL operations.
  24. Top 5 operations in Explorer

    In the Laboratory, you can now run a query against an actual endpoint
  25. Query actual GraphQL endpoint from Laboratory

    In the Laboratory, you can now run a query against an actual endpoint