The Guild's blog

App Deployments General Availability

App deployments are now generally available for all Hive Console organizations.

Laurin QuastMar 5th 2026

Hive Router Plugin System

Hive Router v0.0.40 introduces a plugin system that lets you extend and customize the router using native Rust plugins.

Arda TanrikuluMar 5th 2026

Save and Share Insights Filters

Save and share filter views on the Insights page for consistent, repeatable GraphQL API analysis across your team.

Jonathan BrennanFeb 26th 2026

Layer 2 Cache for Persisted Documents

Add a distributed cache layer between in-memory cache and CDN for persisted documents.

Adam BenhassenFeb 12th 2026

Account Linking and Invitation-Only OIDC

Link multiple login providers to a single account and restrict OIDC organization access with invitation requirements.

Iha ShinFeb 11th 2026

Introducing the New Laboratory

A redesigned GraphQL laboratory focused on a familiar, editor-driven developer experience.

Michael SkorokhodovJan 28th 2026

Find and Clean Up Stale App Deployments

Query app deployments by last usage to identify candidates for retirement.

Adam BenhassenJan 20th 2026

Schema Checks Show Affected App Deployments

See which app deployments would be impacted by breaking schema changes before deploying.

Adam BenhassenJan 20th 2026

Versioned CDN Artifacts

Retrieve CDN artifacts for specific schema versions using new versioned endpoints.

Adam BenhassenDec 11th 2025

Enhanced CDN and Gateway Reliability

Major improvements to our CDN infrastructure to ensure higher availability and resilience against outages.

Laurin QuastDec 5th 2025

Usage Reporting in Hive Router

Hive Router (Rust) now supports Usage Reporting, allowing you to send operation metrics to Hive Console

Kamil KisielaNov 28th 2025

Enhanced Schema Change Detection with Directive Support and Input Value Tracking

A major upgrade to change detection, with more accurate severity levels and directive support.

Jeff DolleNov 27th 2025

Improved Security and Cost Control in Federation Composition

Stricter validation for authorization and demand controls directives in GraphQL federation schemas.

Kamil KisielaNov 24th 2025

Supercharge Your Hive Gateway with Rust-Powered Speed

Unleash blazing-fast GraphQL federation with up to 3x performance boost and full audit compatibility.

Denis BadurinaNov 17th 2025

Invite Member and default OIDC Role Improvements

Select the default assigned resources for an invited user and newly signed-up OIDC users.

Laurin QuastNov 14th 2025

Personal and Project Access Tokens

Gain more control over who can issue access tokens with personal and oproject access tokens.

Laurin QuastNov 7th 2025

Easier Gradual Schema Migrations with Progressive Overrides

Safer and controlled migrations with Progressive Override that allows gradual schema changes.

Arda TanrikuluOct 29th 2025

Documentation Update

Documentation is hard. You have to strike a balance between what's useful and what's excessive; and organize it in a way that is equally clear and easy to search.

Jeff DolleOct 1st 2025

Find unused Types and deprecated Fields via the Hive Console API

You can now automate finding deprecated fields and unused schema parts via the Hive Console GraphQL API.

Laurin QuastSep 15th 2025

Schema Proposals Preview

A progress update on a much awaited feature -- Schema Proposals!

Jeff DolleSep 3rd 2025

Launching the Public Hive Console GraphQL API

Hive Console now has an official public API powered by GraphQL

Laurin QuastAug 10th 2025

Input Based Breaking Change Detection

Improvements to Hive's breaking change detection to make it easier and safer to migrate schemas.

Jeff DolleMay 20th 2025

Require Approval for Dangerous Schema Changes

Make schema changes safer with this simple opt-in setting.

Jeff DolleMar 20th 2025

Organization-Level Access Tokens for Enhanced Security & Flexibility

Enhance security and access management in GraphQL Hive with organization-level access tokens. Learn about granular permissions, migration from registry access tokens, and upcoming API integrations.

Laurin QuastMar 10th 2025

Subgraph Metadata Features

One of the most convincing reasons to use GraphQL that it's self documenting. The `@meta` directive takes this a step further by defining a convenient and type safe way to add key-value metadata to your schema.

Jeff DolleMar 8th 2025

New Permission System and Role-based Access Control

We improved the permission system to allow more granular permission assignment including role-based access control on a project level.

Laurin QuastJan 30th 2025

View Preflight Script Logs While Executing Queries

We've added a logs panel in Laboratory to make debugging and tracking preflight script execution easier.

Kamil KisielaJan 22nd 2025

Customizable Default Roles for OIDC Users

When a new member signs in via OIDC, they'll now be automatically assigned the default role configured by your organization.

Kamil KisielaJan 16th 2025

Added a Conditional Breaking Change Static Threshold

A minor improvement to our conditional breaking changes behavior that allows changes to be considered breaking based on a minimum number of requests.

Jeff DolleJan 10th 2025

Audit Logs

Track actions within your organization.

Laurin QuastDec 27th 2024

Preflight Scripts in the Laboratory

Populate headers with environment variables and automate authentication flows for GraphQL requests.

Dimitri PostolovDec 27th 2024

Persisted Documents Support for Apollo Router

App Deployments feature is now available for Apollo Router. Learn how to use and how it can improve your GraphQL API.

Dotan SimhaDec 16th 2024

Hive Plugin for Apollo-Router now available on Crates.io

We've published the Hive Plugin for Apollo-Router on Crates.io. Learn how to use it in your custom Apollo-Router projects.

Dotan SimhaNov 20th 2024

Hive Plugin for Apollo Router - Stable v1 Release

The stable build of Apollo Router with Hive plugin is now available. Learn how to integrate it with your Federation projects.

Dotan SimhaNov 19th 2024

New Home for Repositories and Docker Images

We've moved repositories and Docker images to the `graphql-hive` organization on GitHub. See what's changed and how to update your setup.

Kamil KisielaOct 29th 2024

Self-Hosting Hive Made Easier with Versioned Docker Images

We've introduced versioned Docker images for Hive, making it easier to manage and self-host. See where to find the latest updates.

Kamil KisielaOct 29th 2024

Laboratory Improvements

The laboratory received a new look, tabs support, Query Builder plugin and uses GraphiQL v4 alpha.

Dimitri PostolovOct 11th 2024

Introducing Hive Gateway

Announcing the new GraphQL Federation Gateway that seamlessly integrates with the Hive Schema Registry.

Laurin QuastSep 10th 2024

Persisted Documents with App Deployments in Preview

Secure your GraphQL API and reduce upstream traffic by persisting documents through app deployments.

Laurin QuastJul 30th 2024

Enhanced OpenID Connect (OIDC) Support

Restrict organization access to OIDC users and improved sign-in flow.

Kamil KisielaJul 17th 2024

MS Teams Webhooks for Alerts in Hive

MS Teams webhooks to receive alerts and notifications from Hive.

Jiri SpacJun 14th 2024

Live Debugging of OpenID Connect Logs

Organization admins can now live debug OpenID Connect logs in the Hive Dashboard.

Laurin QuastMay 10th 2024

Specialized packages for GraphQL Servers & Cloudflare Worker Support

Enhanced integration with GraphQL servers, deprecating `@graphql-hive/client` and adding support for Cloudflare Workers.

Kamil KisielaApr 23rd 2024

Adding Notes to Schema Check Approvals

Give your team more context when approving schema changes by leaving a note.

Kamil KisielaApr 9th 2024

Introducing Deprecated Schema View

Find and understand the deprecated part of your GraphQL schema

Kamil KisielaApr 9th 2024

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.

Kamil KisielaApr 4th 2024

Native Apollo Federation v2 by default

Generally available support for Apollo Federation v2 in new projects.

Kamil KisielaApr 4th 2024

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.

Laurin QuastMar 26th 2024

Granular Date Ranger Picker for Insights and Explorer

A improved date range picker for Insights and Explorer that allows for more granular date ranges.

Laurin QuastMar 20th 2024

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.

Laurin QuastFeb 26th 2024

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.

Laurin QuastFeb 8th 2024

Schema Contracts for Federation

We added support schema contracts for Federation projects.

Laurin QuastFeb 6th 2024

Introducing Member Roles

Assign roles to members of your organization or create custom roles that fit your team perfectly

Kamil KisielaDec 5th 2023

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.

Kamil KisielaNov 24th 2023

Breaking change approval improvements

Approved breaking changes are now remembered in the context of a pull request/branch.

Laurin QuastNov 16th 2023

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.

Aleksandra SikoraNov 10th 2023

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.

Aleksandra SikoraNov 2nd 2023

Native Apollo Federation v2 support in Hive!

Gain early access and eliminate the need for you to manage your own schema composition server.

Kamil KisielaOct 10th 2023

Introducing Unused GraphQL Schema view

Detect unused GraphQL schema elements to safely remove them.

Kamil KisielaOct 9th 2023

Link GitHub action repository to schema check

A schema check within a project can now be linked to any GitHub action repository.

Laurin QuastOct 5th 2023

Introducing GraphQL API consumer Insights page

Insights into individual GraphQL consumers and their versions.

Kamil KisielaSep 28th 2023

Introducing Schema Coordinate Insights page

Insights into individual GraphQL types and fields.

Kamil KisielaSep 27th 2023

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.

Kamil KisielaSep 26th 2023

All GraphQL clients and versions in Insights page

TreeMap showcasing various GraphQL clients along with their versions and traffic data

Kamil KisielaAug 30th 2023

GraphQL Operation Insights page is here

Insights into individual GraphQL operations.

Kamil KisielaAug 18th 2023

Top 5 operations in Explorer

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

Kamil KisielaAug 18th 2023

Query actual GraphQL endpoint from Laboratory

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

Laurin QuastJul 28th 2023