Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .changesets/docs_fix_subscription_licensing_discrepancy.md
Original file line number Diff line number Diff line change
@@ -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
10 changes: 5 additions & 5 deletions docs/source/routing/operations/subscriptions/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@

<PlanRequired plans={["Free", "Developer", "Standard", "Enterprise"]}>

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.

Check warning on line 12 in docs/source/routing/operations/subscriptions/configuration.mdx

View check run for this annotation

Apollo Librarian / AI Style Review

docs/source/routing/operations/subscriptions/configuration.mdx#L12

The style guide lists 'Team plan' and 'Enterprise plan' as standard plan names. Verify if 'Developer' and 'Standard' are correct. ```suggestion - Subscription pricing applies on Team and Enterprise plans. ```
- Developer and Standard plans require Apollo Router v2.6.0 or later.

Check warning on line 13 in docs/source/routing/operations/subscriptions/configuration.mdx

View check run for this annotation

Apollo Librarian / AI Style Review

docs/source/routing/operations/subscriptions/configuration.mdx#L13

The style guide lists 'Team plan' and 'Enterprise plan' as standard plan names. Verify if 'Developer' and 'Standard' are correct. ```suggestion - Team and Enterprise plans require Apollo Router v2.6.0 or later. ```

</PlanRequired>

Expand All @@ -21,8 +22,7 @@

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.

Expand Down
7 changes: 4 additions & 3 deletions docs/source/routing/operations/subscriptions/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@

<PlanRequired plans={["Free", "Developer", "Standard", "Enterprise"]}>

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:

Check notice on line 10 in docs/source/routing/operations/subscriptions/overview.mdx

View check run for this annotation

Apollo Librarian / AI Style Review

docs/source/routing/operations/subscriptions/overview.mdx#L10

Use the specific product name "Apollo Router" instead of the generic "routers". ```suggestion Subscriptions are available on all plans with the self-hosted Apollo Router: ```
- Rate limits apply on the Free plan.

Check warning on line 11 in docs/source/routing/operations/subscriptions/overview.mdx

View check run for this annotation

Apollo Librarian / AI Style Review

docs/source/routing/operations/subscriptions/overview.mdx#L11

Use "apply to" instead of "apply on" when referring to rules or limits affecting a subject. ```suggestion - Rate limits apply to the Free plan. ```
- Subscription pricing applies on Developer and Standard plans.

Check warning on line 12 in docs/source/routing/operations/subscriptions/overview.mdx

View check run for this annotation

Apollo Librarian / AI Style Review

docs/source/routing/operations/subscriptions/overview.mdx#L12

Use "apply to" instead of "apply on" when referring to rules or limits affecting a subject. ```suggestion - Subscription pricing applies to Developer and Standard plans. ```
- Developer and Standard plans require Apollo Router v2.6.0 or later.

</PlanRequired>

Expand Down