Search
documentation
...
⌘K
Products
Developer
Company
Pricing
Search
documentation
...
⌘K
Contact
us
Sign in
Product Updates
The most recent developments from GraphQL Hive.
5 March 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.
5 March 2026
App Deployments General Availability
App deployments are now generally available for all Hive Console organizations.
26 February 2026
Save and Share Insights Filters
Save and share filter views on the Insights page for consistent, repeatable GraphQL API analysis across your team.
12 February 2026
Layer 2 Cache for Persisted Documents
Add a distributed cache layer between in-memory cache and CDN for persisted documents.
11 February 2026
Account Linking and Invitation-Only OIDC
Link multiple login providers to a single account and restrict OIDC organization access with invitation requirements.
28 January 2026
Introducing the New Laboratory
A redesigned GraphQL laboratory focused on a familiar, editor-driven developer experience.
20 January 2026
Schema Checks Show Affected App Deployments
See which app deployments would be impacted by breaking schema changes before deploying.
20 January 2026
Find and Clean Up Stale App Deployments
Query app deployments by last usage to identify candidates for retirement.
11 December 2025
Versioned CDN Artifacts
Retrieve CDN artifacts for specific schema versions using new versioned endpoints.
5 December 2025
Enhanced CDN and Gateway Reliability
Major improvements to our CDN infrastructure to ensure higher availability and resilience against outages.
28 November 2025
Usage Reporting in Hive Router
Hive Router (Rust) now supports Usage Reporting, allowing you to send operation metrics to Hive Console
27 November 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.
24 November 2025
Improved Security and Cost Control in Federation Composition
Stricter validation for authorization and demand controls directives in GraphQL federation schemas.
17 November 2025
Supercharge Your Hive Gateway with Rust-Powered Speed
Unleash blazing-fast GraphQL federation with up to 3x performance boost and full audit compatibility.
14 November 2025
Invite Member and default OIDC Role Improvements
Select the default assigned resources for an invited user and newly signed-up OIDC users.
7 November 2025
Personal and Project Access Tokens
Gain more control over who can issue access tokens with personal and oproject access tokens.
29 October 2025
Easier Gradual Schema Migrations with Progressive Overrides
Safer and controlled migrations with Progressive Override that allows gradual schema changes.
1 October 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.
15 September 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.
3 September 2025
Schema Proposals Preview
A progress update on a much awaited feature -- Schema Proposals!
10 August 2025
Launching the Public Hive Console GraphQL API
Hive Console now has an official public API powered by GraphQL
20 May 2025
Input Based Breaking Change Detection
Improvements to Hive's breaking change detection to make it easier and safer to migrate schemas.
20 March 2025
Require Approval for Dangerous Schema Changes
Make schema changes safer with this simple opt-in setting.
10 March 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.
8 March 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.
30 January 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.
22 January 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.
16 January 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.
10 January 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.
27 December 2024
Preflight Scripts in the Laboratory
Populate headers with environment variables and automate authentication flows for GraphQL requests.
27 December 2024
Audit Logs
Track actions within your organization.
16 December 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.
20 November 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.
19 November 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.
29 October 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.
29 October 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.
11 October 2024
Laboratory Improvements
The laboratory received a new look, tabs support, Query Builder plugin and uses GraphiQL v4 alpha.
10 September 2024
Introducing Hive Gateway
Announcing the new GraphQL Federation Gateway that seamlessly integrates with the Hive Schema Registry.
30 July 2024
Persisted Documents with App Deployments in Preview
Secure your GraphQL API and reduce upstream traffic by persisting documents through app deployments.
17 July 2024
Enhanced OpenID Connect (OIDC) Support
Restrict organization access to OIDC users and improved sign-in flow.
14 June 2024
MS Teams Webhooks for Alerts in Hive
MS Teams webhooks to receive alerts and notifications from Hive.
10 May 2024
Live Debugging of OpenID Connect Logs
Organization admins can now live debug OpenID Connect logs in the Hive Dashboard.
23 April 2024
Specialized packages for GraphQL Servers & Cloudflare Worker Support
Enhanced integration with GraphQL servers, deprecating `@graphql-hive/client` and adding support for Cloudflare Workers.
9 April 2024
Introducing Deprecated Schema View
Find and understand the deprecated part of your GraphQL schema
9 April 2024
Adding Notes to Schema Check Approvals
Give your team more context when approving schema changes by leaving a note.
4 April 2024
Native Apollo Federation v2 by default
Generally available support for Apollo Federation v2 in new projects.
4 April 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.
26 March 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.
20 March 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.
26 February 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.
8 February 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.
6 February 2024
Schema Contracts for Federation
We added support schema contracts for Federation projects.
5 December 2023
Introducing Member Roles
Assign roles to members of your organization or create custom roles that fit your team perfectly
24 November 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.
16 November 2023
Breaking change approval improvements
Approved breaking changes are now remembered in the context of a pull request/branch.
10 November 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.
2 November 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.
10 October 2023
Native Apollo Federation v2 support in Hive!
Gain early access and eliminate the need for you to manage your own schema composition server.
9 October 2023
Introducing Unused GraphQL Schema view
Detect unused GraphQL schema elements to safely remove them.
5 October 2023
Link GitHub action repository to schema check
A schema check within a project can now be linked to any GitHub action repository.
28 September 2023
Introducing GraphQL API consumer Insights page
Insights into individual GraphQL consumers and their versions.
27 September 2023
Introducing Schema Coordinate Insights page
Insights into individual GraphQL types and fields.
26 September 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.
30 August 2023
All GraphQL clients and versions in Insights page
TreeMap showcasing various GraphQL clients along with their versions and traffic data
18 August 2023
Top 5 operations in Explorer
In the Laboratory, you can now run a query against an actual endpoint
18 August 2023
GraphQL Operation Insights page is here
Insights into individual GraphQL operations.
28 July 2023
Query actual GraphQL endpoint from Laboratory
In the Laboratory, you can now run a query against an actual endpoint