From 41b9cc9d3246e34ece8b30a082aa5e5bd166324c Mon Sep 17 00:00:00 2001 From: Arda TANRIKULU Date: Wed, 21 Jan 2026 08:37:46 -0500 Subject: [PATCH] docs(gateway): rate limiting is now supported in Rust QP (#7522) --- .../src/content/gateway/other-features/rust-query-planner.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/docs/src/content/gateway/other-features/rust-query-planner.mdx b/packages/web/docs/src/content/gateway/other-features/rust-query-planner.mdx index 96cedb395..401f5e9c1 100644 --- a/packages/web/docs/src/content/gateway/other-features/rust-query-planner.mdx +++ b/packages/web/docs/src/content/gateway/other-features/rust-query-planner.mdx @@ -118,7 +118,7 @@ The following table provides a comprehensive comparison between the two query pl | Additional resolvers | ✅ | ❌ | Additional type resolvers not supported | | Schema transforms | ✅ | ✅ | Schema transformation pipeline is available in router runtime | | Progressive Override | ✅ | ❌ | Apollo Federation's `@override` directive not supported at the moment | -| Rate limiting | ✅ | ❌ | Field-level and global rate limiting not supported | +| Rate limiting | ✅ | ✅ | Field-level and global rate limiting is supported | | EDFS | ✅ | ❌ | Event-Driven Federation Subscriptions are not supported because it uses additional resolvers | | Subscriptions | ✅ | ⚠️ Limited support | Cannot populate fields from other subgraphs when resolving the subscription | | Schema extensions | ✅ | ⚠️ Limited support | Schema-level modifications may be limited because hive router does not use an executable schema |