diff --git a/.changesets/docs_fix_subscription_licensing_discrepancy.md b/.changesets/docs_fix_subscription_licensing_discrepancy.md new file mode 100644 index 0000000000..392527963f --- /dev/null +++ b/.changesets/docs_fix_subscription_licensing_discrepancy.md @@ -0,0 +1,9 @@ +### Fix subscription licensing discrepancy in documentation + +Corrected the subscription support documentation to accurately reflect that subscriptions are available on **all GraphOS plans** (Free, Developer, Standard, and Enterprise) with self-hosted routers, not just Enterprise plans. + +The documentation previously stated that subscription support was an Enterprise-only feature for self-hosted routers, which was incorrect. Subscriptions are a licensed feature available to all GraphOS plans when the router is connected to GraphOS with an API key and graph ref. + +Updated both the configuration and overview pages to remove the misleading Enterprise-only requirement and clarify the actual requirements. + +By [@gigi](https://github.com/the-gigi-apollo) in https://github.com/apollographql/router/pull/8726 diff --git a/docs/source/routing/operations/subscriptions/configuration.mdx b/docs/source/routing/operations/subscriptions/configuration.mdx index 45c32ffb49..7ab898608f 100644 --- a/docs/source/routing/operations/subscriptions/configuration.mdx +++ b/docs/source/routing/operations/subscriptions/configuration.mdx @@ -7,9 +7,10 @@ minVersion: Router v1.22.0 -Rate limits apply on the Free plan. -Subscription pricing applies on Developer and Standard plans. -Developer and Standard plans require Router v2.6.0 or later. +Subscriptions are available on all plans with self-hosted routers: +- Rate limits apply on the Free plan. +- Subscription pricing applies on Developer and Standard plans. +- Developer and Standard plans require Apollo Router v2.6.0 or later. @@ -21,8 +22,7 @@ Before you add `Subscription` fields to your subgraphs, do all of the following 1. Update your router instances to version `1.22.0` or later. [Download the latest version.](/graphos/routing/get-started) - Previous versions of the router don't support subscription operations. -1. Make sure your router is [connected to a GraphOS Enterprise organization](/router/enterprise-features/#enabling-enterprise-features). - - Subscription support is an Enterprise feature of self-hosted routers. +1. [Connect your router to GraphOS](/graphos/routing/graphos-features/#enabling-licensed-plan-features) with a graph API key and graph ref. 1. **If you compose your router's supergraph schema with GraphOS** (instead of with the Rover CLI), [update your build pipeline](/graphos/graphs/updating#2-update-your-build-pipeline) to use Apollo Federation 2.4 or later. - Previous versions of Apollo Federation don't support subscription operations. diff --git a/docs/source/routing/operations/subscriptions/overview.mdx b/docs/source/routing/operations/subscriptions/overview.mdx index 27dc866dc6..e77e14c76f 100644 --- a/docs/source/routing/operations/subscriptions/overview.mdx +++ b/docs/source/routing/operations/subscriptions/overview.mdx @@ -7,9 +7,10 @@ minVersion: Router v1.22.0 -Rate limits apply on the Free plan. -Subscription pricing applies on Developer and Standard plans. -Developer and Standard plans require Router v2.6.0 or later. +Subscriptions are available on all plans with self-hosted routers: +- Rate limits apply on the Free plan. +- Subscription pricing applies on Developer and Standard plans. +- Developer and Standard plans require Apollo Router v2.6.0 or later.