<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Hive Changelog</title>
    <link>https://the-guild.dev/graphql/hive</link>
    <description>Hive Changelog</description>
    <language>en</language>
    <lastBuildDate>Tue, 01 Sep 2026 00:00:00 GMT</lastBuildDate>
    <atom:link href="https://the-guild.dev/graphql/hive/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Custom Authorization Policies with `@policy` in Hive Router</title>
      <description>Hive Router now supports the Federation `@policy` directive, letting a coprocessor decide authorization rules the router can&apos;t evaluate on its own.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-09-01-hive-router-policy-directive</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2026-09-01-hive-router-policy-directive</guid>
      <pubDate>Tue, 01 Sep 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Federation Contexts in Native Composition</title>
      <description>Use `@context` and `@fromContext` to pass data to nested fields without exposing extra arguments</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-08-31-federation-context</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2026-08-31-federation-context</guid>
      <pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Check App Deployments Persisted Document Manifests Before Publishing</title>
      <description>Validate persisted operations against your latest schema in pull-request CI without creating an App Deployment.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-08-28-check-app-operations-before-publishing</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2026-08-28-check-app-operations-before-publishing</guid>
      <pubDate>Fri, 28 Aug 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Apollo Persisted Query Manifests in Hive CLI</title>
      <description>Create Hive App Deployments directly from Apollo persisted query manifest files without converting them to another format.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-08-19-apollo-persisted-query-manifests</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2026-08-19-apollo-persisted-query-manifests</guid>
      <pubDate>Wed, 19 Aug 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Improved Schema Checks in GitHub Merge Queues</title>
      <description>Hive schema checks can now compare a merge queue entry against its base commit, isolating the schema changes introduced by the current pull request.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-08-19-github-merge-queue-schema-checks</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2026-08-19-github-merge-queue-schema-checks</guid>
      <pubDate>Wed, 19 Aug 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>WebSocket Connection Multiplexing in Hive Router</title>
      <description>Hive Router now multiplexes subscriptions over shared, pooled WebSocket connections to subgraphs instead of opening one connection per subscription, and can optionally route queries and mutations over that same pool.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-08-12-hive-router-websocket-multiplexing</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2026-08-12-hive-router-websocket-multiplexing</guid>
      <pubDate>Thu, 13 Aug 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Automate User and Group Provisioning with SCIM</title>
      <description>Provision users and groups from your identity provider and manage their Hive access through group-based role mappings.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-08-11-scim-provisioning</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2026-08-11-scim-provisioning</guid>
      <pubDate>Wed, 29 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Logging in Hive Router</title>
      <description>Hive Router now emits a single structured summary per request, correlates every log line with a request ID and trace ID, and lets you filter or mute individual subsystems.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-07-26-hive-router-logging</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2026-07-26-hive-router-logging</guid>
      <pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Subgraph Error Masking in Hive Router</title>
      <description>Hive Router now masks subgraph errors by default, preventing internal details from leaking to clients while keeping the original errors in your logs and traces.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-07-26-hive-router-subgraph-error-masking</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2026-07-26-hive-router-subgraph-error-masking</guid>
      <pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Get Notified When Your GraphQL API Misbehaves with Metric Alerts</title>
      <description>Watch traffic, error rate, and latency on any target and get paged in Slack, MS Teams, or a webhook the moment a threshold breaches.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-07-24-metric-alerts</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2026-07-24-metric-alerts</guid>
      <pubDate>Fri, 24 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Hive Console Adds Native @oneOf Support</title>
      <description>Hive adds oneOf directive support added natively to Hive schema composition. No composeDirective required!</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-07-20-one-of-support</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2026-07-20-one-of-support</guid>
      <pubDate>Mon, 20 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Propagate Subgraph Extensions in Hive Router</title>
      <description>Hive Router can now forward the `extensions` returned by your subgraphs to the final client response, with control over which keys propagate and how values from multiple subgraphs are merged.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-06-30-hive-router-response-extensions</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2026-06-30-hive-router-response-extensions</guid>
      <pubDate>Tue, 30 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Demand Control in Hive Router</title>
      <description>Hive Router now protects your federated graph from expensive operations with cost-based demand control, enforcing per-operation and per-subgraph budgets before execution.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-06-15-hive-router-demand-control</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2026-06-15-hive-router-demand-control</guid>
      <pubDate>Mon, 15 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Circuit Breakers in Hive Router</title>
      <description>Hive Router now ships with a built-in circuit breaker for subgraph execution that fails fast on unhealthy subgraphs, with global and per-subgraph configuration, OpenTelemetry metrics, and tracing.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-06-01-hive-router-circuit-breakers</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2026-06-01-hive-router-circuit-breakers</guid>
      <pubDate>Mon, 01 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Schema Promotions and Rollbacks</title>
      <description>Hive Console now supports schema version promotions and rollbacks through a new CLI command, enabling safer multi-environment workflows, fast production rollbacks, and improved visibility into subgraph-level changes.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-06-01-schema-version-promotions-and-rollbacks</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2026-06-01-schema-version-promotions-and-rollbacks</guid>
      <pubDate>Mon, 01 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Object Storage Backends in Hive Router</title>
      <description>Hive Router can now load the supergraph schema and the persisted documents manifest directly from Amazon S3 or any S3-compatible service (Cloudflare R2, MinIO, LocalStack, and more).</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-05-20-hive-router-storage-backends</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2026-05-20-hive-router-storage-backends</guid>
      <pubDate>Tue, 26 May 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Coprocessors in Hive Router</title>
      <description>Coprocessors are now available in Hive Router - external HTTP services that can inspect, mutate, and short-circuit requests at multiple router and GraphQL lifecycle stages.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-04-29-hive-router-coprocessors</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2026-04-29-hive-router-coprocessors</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>TLS, mTLS and HTTP/2 Support in Hive Router</title>
      <description>Hive Router has the first-class TLS and mTLS support for both inbound and outbound connections, alongside end-to-end HTTP/2 with optional h2c for subgraph traffic.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-04-30-hive-router-tls-and-http2</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2026-04-30-hive-router-tls-and-http2</guid>
      <pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Persisted Documents in Hive Router</title>
      <description>Persisted documents in Hive Router with configurable ID selectors, file and Hive CDN storage, and allowlist enforcement options.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-04-17-hive-router-persisted-documents</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2026-04-17-hive-router-persisted-documents</guid>
      <pubDate>Fri, 17 Apr 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>OpenTelemetry Tracing and Prometheus Metrics in Hive Router</title>
      <description>Hive Router now supports production-ready OpenTelemetry tracing and metrics, including OTLP export and Prometheus scraping.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-04-15-hive-router-opentelemetry-tracing-metrics</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2026-04-15-hive-router-opentelemetry-tracing-metrics</guid>
      <pubDate>Wed, 15 Apr 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Federated GraphQL Subscriptions in Hive Router</title>
      <description>Hive Router now supports federated GraphQL subscriptions with full protocol coverage - SSE, WebSockets, Multipart HTTP, Incremental Delivery, and HTTP Callback.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-04-14-hive-router-subscriptions</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2026-04-14-hive-router-subscriptions</guid>
      <pubDate>Tue, 14 Apr 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Automatic Token Expiration for Enhanced Security</title>
      <description>All of Hive&apos;s access tokens can now be expired automatically to enhance your security posture</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-03-26-token-expiration</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2026-03-26-token-expiration</guid>
      <pubDate>Fri, 27 Mar 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>App Deployments General Availability</title>
      <description>App deployments are now generally available for all Hive Console organizations.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-03-05-app-deployments</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2026-03-05-app-deployments</guid>
      <pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Hive Router Plugin System</title>
      <description>Hive Router v0.0.40 introduces a plugin system that lets you extend and customize the router using native Rust plugins.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-03-05-hive-router-plugin-system</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2026-03-05-hive-router-plugin-system</guid>
      <pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Save and Share Insights Filters</title>
      <description>Save and share filter views on the Insights page for consistent, repeatable GraphQL API analysis across your team.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-02-26-insights-filters</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2026-02-26-insights-filters</guid>
      <pubDate>Thu, 26 Feb 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Layer 2 Cache for Persisted Documents</title>
      <description>Add a distributed cache layer between in-memory cache and CDN for persisted documents.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-02-12-persisted-documents-l2-cache</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2026-02-12-persisted-documents-l2-cache</guid>
      <pubDate>Thu, 12 Feb 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Account Linking and Invitation-Only OIDC</title>
      <description>Link multiple login providers to a single account and restrict OIDC organization access with invitation requirements.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-02-11-account-linking-and-invitation-only-oidc</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2026-02-11-account-linking-and-invitation-only-oidc</guid>
      <pubDate>Wed, 11 Feb 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Introducing the New Laboratory</title>
      <description>A redesigned GraphQL laboratory focused on a familiar, editor-driven developer experience.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2026-01-28-new-laboratory</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2026-01-28-new-laboratory</guid>
      <pubDate>Wed, 28 Jan 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Find and Clean Up Stale App Deployments</title>
      <description>Query app deployments by last usage to identify candidates for retirement.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-12-09-stale-app-deployments</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2025-12-09-stale-app-deployments</guid>
      <pubDate>Tue, 20 Jan 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Schema Checks Show Affected App Deployments</title>
      <description>See which app deployments would be impacted by breaking schema changes before deploying.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-12-10-schema-checks-affected-app-deployments</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2025-12-10-schema-checks-affected-app-deployments</guid>
      <pubDate>Tue, 20 Jan 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Versioned CDN Artifacts</title>
      <description>Retrieve CDN artifacts for specific schema versions using new versioned endpoints.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-12-09-versioned-cdn-artifacts</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2025-12-09-versioned-cdn-artifacts</guid>
      <pubDate>Thu, 11 Dec 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Enhanced CDN and Gateway Reliability</title>
      <description>Major improvements to our CDN infrastructure to ensure higher availability and resilience against outages.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-12-04-cdn-mirror-and-circuit-breaker</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2025-12-04-cdn-mirror-and-circuit-breaker</guid>
      <pubDate>Fri, 05 Dec 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Usage Reporting in Hive Router</title>
      <description>Hive Router (Rust) now supports Usage Reporting, allowing you to send operation metrics to Hive Console</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-11-28-hive-router-usage-reporting</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2025-11-28-hive-router-usage-reporting</guid>
      <pubDate>Fri, 28 Nov 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Enhanced Schema Change Detection with Directive Support and Input Value Tracking</title>
      <description>A major upgrade to change detection, with more accurate severity levels and directive support.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-11-27-change-detection-upgrade</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2025-11-27-change-detection-upgrade</guid>
      <pubDate>Thu, 27 Nov 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Improved Security and Cost Control in Federation Composition</title>
      <description>Stricter validation for authorization and demand controls directives in GraphQL federation schemas.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-11-21-auth-and-demand-control-directive-update</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2025-11-21-auth-and-demand-control-directive-update</guid>
      <pubDate>Mon, 24 Nov 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Supercharge Your Hive Gateway with Rust-Powered Speed</title>
      <description>Unleash blazing-fast GraphQL federation with up to 3x performance boost and full audit compatibility.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-11-17-hive-gateway-rust-query-planner</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2025-11-17-hive-gateway-rust-query-planner</guid>
      <pubDate>Mon, 17 Nov 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Invite Member and default OIDC Role Improvements</title>
      <description>Select the default assigned resources for an invited user and newly signed-up OIDC users.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-11-14-membership-invite-default-role</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2025-11-14-membership-invite-default-role</guid>
      <pubDate>Fri, 14 Nov 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Personal and Project Access Tokens</title>
      <description>Gain more control over who can issue access tokens with personal and oproject access tokens.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-11-07-personal-and-project-access-tokens</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2025-11-07-personal-and-project-access-tokens</guid>
      <pubDate>Fri, 07 Nov 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Easier Gradual Schema Migrations with Progressive Overrides</title>
      <description>Safer and controlled migrations with Progressive Override that allows gradual schema changes.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-10-29-progressive-override</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2025-10-29-progressive-override</guid>
      <pubDate>Wed, 29 Oct 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Documentation Update</title>
      <description>Documentation is hard. You have to strike a balance between what&apos;s useful and what&apos;s excessive; and organize it in a way that is equally clear and easy to search.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-10-01-docs</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2025-10-01-docs</guid>
      <pubDate>Wed, 01 Oct 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Find unused Types and deprecated Fields via the Hive Console API</title>
      <description>You can now automate finding deprecated fields and unused schema parts via the Hive Console GraphQL API.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-09-15-unused-deprecated-schema-graphql-api</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2025-09-15-unused-deprecated-schema-graphql-api</guid>
      <pubDate>Mon, 15 Sep 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Schema Proposals Preview</title>
      <description>A progress update on a much awaited feature -- Schema Proposals!</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-09-03-schema-proposals</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2025-09-03-schema-proposals</guid>
      <pubDate>Wed, 03 Sep 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Launching the Public Hive Console GraphQL API</title>
      <description>Hive Console now has an official public API powered by GraphQL</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-08-10-public-graphql-api</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2025-08-10-public-graphql-api</guid>
      <pubDate>Sun, 10 Aug 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Input Based Breaking Change Detection</title>
      <description>Improvements to Hive&apos;s breaking change detection to make it easier and safer to migrate schemas.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-05-20-advanced-breaking-changes</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2025-05-20-advanced-breaking-changes</guid>
      <pubDate>Tue, 20 May 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Require Approval for Dangerous Schema Changes</title>
      <description>Make schema changes safer with this simple opt-in setting.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-03-20-dangerous-change-approval</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2025-03-20-dangerous-change-approval</guid>
      <pubDate>Thu, 20 Mar 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Organization-Level Access Tokens for Enhanced Security &amp; Flexibility</title>
      <description>Enhance security and access management in Hive Console with organization-level access tokens. Learn about granular permissions, migration from registry access tokens, and upcoming API integrations.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-03-10-new-access-tokens</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2025-03-10-new-access-tokens</guid>
      <pubDate>Mon, 10 Mar 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Subgraph Metadata Features</title>
      <description>One of the most convincing reasons to use GraphQL that it&apos;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.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-03-08-metadata</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2025-03-08-metadata</guid>
      <pubDate>Sat, 08 Mar 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>New Permission System and Role-based Access Control</title>
      <description>We improved the permission system to allow more granular permission assignment including role-based access control on a project level.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-01-30-new-permission-system</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2025-01-30-new-permission-system</guid>
      <pubDate>Thu, 30 Jan 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>View Preflight Script Logs While Executing Queries</title>
      <description>We&apos;ve added a logs panel in Laboratory to make debugging and tracking preflight script execution easier.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-01-22-laboratory-preflight-logs</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2025-01-22-laboratory-preflight-logs</guid>
      <pubDate>Wed, 22 Jan 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Customizable Default Roles for OIDC Users</title>
      <description>When a new member signs in via OIDC, they&apos;ll now be automatically assigned the default role configured by your organization.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-01-16-oidc-default-roles</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2025-01-16-oidc-default-roles</guid>
      <pubDate>Thu, 16 Jan 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Added a Conditional Breaking Change Static Threshold</title>
      <description>A minor improvement to our conditional breaking changes behavior that allows changes to be considered breaking based on a minimum number of requests.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2025-01-10-static-breaking-change-threshold</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2025-01-10-static-breaking-change-threshold</guid>
      <pubDate>Fri, 10 Jan 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Audit Logs</title>
      <description>Track actions within your organization.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-12-27-audit-logs</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2024-12-27-audit-logs</guid>
      <pubDate>Fri, 27 Dec 2024 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Preflight Scripts in the Laboratory</title>
      <description>Populate headers with environment variables and automate authentication flows for GraphQL requests.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-12-27-preflight-script</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2024-12-27-preflight-script</guid>
      <pubDate>Fri, 27 Dec 2024 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Persisted Documents Support for Apollo Router</title>
      <description>App Deployments feature is now available for Apollo Router. Learn how to use and how it can improve your GraphQL API.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-12-16-apollo-router-app-deployments</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2024-12-16-apollo-router-app-deployments</guid>
      <pubDate>Mon, 16 Dec 2024 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Hive Plugin for Apollo-Router now available on Crates.io</title>
      <description>We&apos;ve published the Hive Plugin for Apollo-Router on Crates.io. Learn how to use it in your custom Apollo-Router projects.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-11-20-hive-plugin-apollo-router-crate</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2024-11-20-hive-plugin-apollo-router-crate</guid>
      <pubDate>Wed, 20 Nov 2024 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Hive Plugin for Apollo Router - Stable v1 Release</title>
      <description>The stable build of Apollo Router with Hive plugin is now available. Learn how to integrate it with your Federation projects.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-11-19-apollo-router-hive-versioning</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2024-11-19-apollo-router-hive-versioning</guid>
      <pubDate>Tue, 19 Nov 2024 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>New Home for Repositories and Docker Images</title>
      <description>We&apos;ve moved repositories and Docker images to the `graphql-hive` organization on GitHub. See what&apos;s changed and how to update your setup.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-10-29-new-home</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2024-10-29-new-home</guid>
      <pubDate>Tue, 29 Oct 2024 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Self-Hosting Hive Made Easier with Versioned Docker Images</title>
      <description>We&apos;ve introduced versioned Docker images for Hive, making it easier to manage and self-host. See where to find the latest updates.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-10-29-versioning-for-self-hosters</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2024-10-29-versioning-for-self-hosters</guid>
      <pubDate>Tue, 29 Oct 2024 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Laboratory Improvements</title>
      <description>The laboratory received a new look, tabs support, Query Builder plugin and uses GraphiQL v4 alpha.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-10-11-laboratory-improvements</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2024-10-11-laboratory-improvements</guid>
      <pubDate>Fri, 11 Oct 2024 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Introducing Hive Gateway</title>
      <description>Announcing the new GraphQL Federation Gateway that seamlessly integrates with the Hive Schema Registry.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-09-09-hive-gateway</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2024-09-09-hive-gateway</guid>
      <pubDate>Tue, 10 Sep 2024 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Persisted Documents with App Deployments in Preview</title>
      <description>Secure your GraphQL API and reduce upstream traffic by persisting documents through app deployments.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-07-30-persisted-documents-app-deployments-preview</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2024-07-30-persisted-documents-app-deployments-preview</guid>
      <pubDate>Tue, 30 Jul 2024 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Enhanced OpenID Connect (OIDC) Support</title>
      <description>Restrict organization access to OIDC users and improved sign-in flow.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-07-17-oidc-improvements</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2024-07-17-oidc-improvements</guid>
      <pubDate>Wed, 17 Jul 2024 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>MS Teams Webhooks for Alerts in Hive</title>
      <description>MS Teams webhooks to receive alerts and notifications from Hive.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-06-14-ms-teams-webhooks-alerts</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2024-06-14-ms-teams-webhooks-alerts</guid>
      <pubDate>Fri, 14 Jun 2024 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Live Debugging of OpenID Connect Logs</title>
      <description>Organization admins can now live debug OpenID Connect logs in the Hive Dashboard.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-05-10-openid-connect-logs</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2024-05-10-openid-connect-logs</guid>
      <pubDate>Fri, 10 May 2024 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Specialized packages for GraphQL Servers &amp; Cloudflare Worker Support</title>
      <description>Enhanced integration with GraphQL servers, deprecating `@graphql-hive/client` and adding support for Cloudflare Workers.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-04-23-graphql-server-integrations-workers-support</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2024-04-23-graphql-server-integrations-workers-support</guid>
      <pubDate>Tue, 23 Apr 2024 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Adding Notes to Schema Check Approvals</title>
      <description>Give your team more context when approving schema changes by leaving a note.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-04-09-approval-comment</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2024-04-09-approval-comment</guid>
      <pubDate>Tue, 09 Apr 2024 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Introducing Deprecated Schema View</title>
      <description>Find and understand the deprecated part of your GraphQL schema</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-04-09-deprecated-schema-view</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2024-04-09-deprecated-schema-view</guid>
      <pubDate>Tue, 09 Apr 2024 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Develop supergraph locally with new dev command in Hive CLI</title>
      <description>Replace the subgraph(s) available in the Registry with your local subgraph(s) and compose a Supergraph locally.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-04-04-hive-dev-command</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2024-04-04-hive-dev-command</guid>
      <pubDate>Thu, 04 Apr 2024 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Native Apollo Federation v2 by default</title>
      <description>Generally available support for Apollo Federation v2 in new projects.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-04-04-native-federation-v2-support</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2024-04-04-native-federation-v2-support</guid>
      <pubDate>Thu, 04 Apr 2024 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Support for Subscription and Incremental Delivery Usage Reporting (Defer/Stream)</title>
      <description>We now allow you to report usage for subscription operations and incremental delivery with the client SDK.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-03-26-subscription-defer-stream-usage-reporting</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2024-03-26-subscription-defer-stream-usage-reporting</guid>
      <pubDate>Tue, 26 Mar 2024 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Granular Date Ranger Picker for Insights and Explorer</title>
      <description>A improved date range picker for Insights and Explorer that allows for more granular date ranges.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-03-20-new-date-range-picker</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2024-03-20-new-date-range-picker</guid>
      <pubDate>Wed, 20 Mar 2024 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Top affected operations based on conditional breaking change configuration</title>
      <description>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.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-02-26-schema-check-top-affected-operations</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2024-02-26-schema-check-top-affected-operations</guid>
      <pubDate>Mon, 26 Feb 2024 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Upcoming changes to schema composition for Schema Stitching projects</title>
      <description>Due to stitching limitations we need to slightly alter the schema composition behaviour for more predictable results.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-02-08-upcoming-stitching-project-changes</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2024-02-08-upcoming-stitching-project-changes</guid>
      <pubDate>Thu, 08 Feb 2024 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Schema Contracts for Federation</title>
      <description>We added support schema contracts for Federation projects.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2024-02-06-schema-contracts-for-federation</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2024-02-06-schema-contracts-for-federation</guid>
      <pubDate>Tue, 06 Feb 2024 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Introducing Member Roles</title>
      <description>Assign roles to members of your organization or create custom roles that fit your team perfectly</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-12-05-member-roles</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2023-12-05-member-roles</guid>
      <pubDate>Tue, 05 Dec 2023 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Install a specific version of CLI</title>
      <description>Users who do not use NPM can now select and install the precise version of CLI that suits their requirements.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-11-24-non-npm-cli-version-selection</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2023-11-24-non-npm-cli-version-selection</guid>
      <pubDate>Fri, 24 Nov 2023 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Breaking change approval improvements</title>
      <description>Approved breaking changes are now remembered in the context of a pull request/branch.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-11-16-schema-check-breaking-change-approval-context</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2023-11-16-schema-check-breaking-change-approval-context</guid>
      <pubDate>Thu, 16 Nov 2023 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Persist query and variables state for the laboratory GraphiQL playground</title>
      <description>Query and variables state is now saved in the browser for the laboratory GraphiQL playground.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-11-27-laboratory-persist-state</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2023-11-27-laboratory-persist-state</guid>
      <pubDate>Fri, 10 Nov 2023 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>New schema checks filters and a GitHub commit link</title>
      <description>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.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-11-02-schema-checks-updates</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2023-11-02-schema-checks-updates</guid>
      <pubDate>Thu, 02 Nov 2023 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Native Apollo Federation v2 support in Hive!</title>
      <description>Gain early access and eliminate the need for you to manage your own schema composition server.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-10-10-native-federation-2</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2023-10-10-native-federation-2</guid>
      <pubDate>Tue, 10 Oct 2023 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Introducing Unused GraphQL Schema view</title>
      <description>Detect unused GraphQL schema elements to safely remove them.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-10-09-unused-schema-view</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2023-10-09-unused-schema-view</guid>
      <pubDate>Mon, 09 Oct 2023 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Link GitHub action repository to schema check</title>
      <description>A schema check within a project can now be linked to any GitHub action repository.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-10-05-link-github-action-repository-to-schema-check</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2023-10-05-link-github-action-repository-to-schema-check</guid>
      <pubDate>Thu, 05 Oct 2023 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Introducing GraphQL API consumer Insights page</title>
      <description>Insights into individual GraphQL consumers and their versions.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-09-28-introducing-graphql-api-consumer-insights-page</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2023-09-28-introducing-graphql-api-consumer-insights-page</guid>
      <pubDate>Thu, 28 Sep 2023 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Introducing Schema Coordinate Insights page</title>
      <description>Insights into individual GraphQL types and fields.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-09-27-introducing-schema-coordinate-insights-page</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2023-09-27-introducing-schema-coordinate-insights-page</guid>
      <pubDate>Wed, 27 Sep 2023 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Github check-run includes now project&apos;s name</title>
      <description>A subtle but important change for Github users. In newly created projects, a check-runs name includes the name of the project.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-09-26-github-check-run-includes-project-name</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2023-09-26-github-check-run-includes-project-name</guid>
      <pubDate>Tue, 26 Sep 2023 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>All GraphQL clients and versions in Insights page</title>
      <description>TreeMap showcasing various GraphQL clients along with their versions and traffic data</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-08-30-all-graphql-clients-and-versions-in-insights-page</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2023-08-30-all-graphql-clients-and-versions-in-insights-page</guid>
      <pubDate>Wed, 30 Aug 2023 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>GraphQL Operation Insights page is here</title>
      <description>Insights into individual GraphQL operations.</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-08-18-graphql-operation-insights-page</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2023-08-18-graphql-operation-insights-page</guid>
      <pubDate>Fri, 18 Aug 2023 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Top 5 operations in Explorer</title>
      <description>In the Laboratory, you can now run a query against an actual endpoint</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-08-18-top-5-operations-in-explorer-page</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2023-08-18-top-5-operations-in-explorer-page</guid>
      <pubDate>Fri, 18 Aug 2023 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Query actual GraphQL endpoint from Laboratory</title>
      <description>In the Laboratory, you can now run a query against an actual endpoint</description>
      <link>https://the-guild.dev/graphql/hive/product-updates/2023-07-28-query-actual-graphql-endpoint-from-laboratory</link>
      <guid isPermaLink="true">https://the-guild.dev/graphql/hive/product-updates/2023-07-28-query-actual-graphql-endpoint-from-laboratory</guid>
      <pubDate>Fri, 28 Jul 2023 00:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>
