From 65f27ecd7f821b059cac9aaa3501281c7edd471a Mon Sep 17 00:00:00 2001 From: Evan Corkrean <62527488+corkrean@users.noreply.github.com> Date: Fri, 31 Jul 2026 10:20:13 -0600 Subject: [PATCH 1/2] rebrand rate limiting --- app/authzed/concepts/rate-limiting/page.mdx | 4 ++-- app/authzed/guides/picking-a-product/page.mdx | 4 ++-- next-env.d.ts | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/app/authzed/concepts/rate-limiting/page.mdx b/app/authzed/concepts/rate-limiting/page.mdx index 823d8de9..1331a57b 100644 --- a/app/authzed/concepts/rate-limiting/page.mdx +++ b/app/authzed/concepts/rate-limiting/page.mdx @@ -1,11 +1,11 @@ --- -title: "Rate Limiting" +title: "Rate Limiting for Overload Protection" description: "Configure distributed rate limiting for AuthZed API requests" --- import { Callout } from "nextra/components"; -# Rate Limiting +# Rate Limiting for Overload Protection **Tech Preview**: This feature is currently in Tech Preview and is subject to change. diff --git a/app/authzed/guides/picking-a-product/page.mdx b/app/authzed/guides/picking-a-product/page.mdx index d767558d..6023865a 100644 --- a/app/authzed/guides/picking-a-product/page.mdx +++ b/app/authzed/guides/picking-a-product/page.mdx @@ -19,7 +19,7 @@ This document is designed to give a high-level overview of the features supporte | [Automated Updates] | DIY | ✅ | ✅ | DIY | | [SOC2 Compliance] | DIY | ✅ | ✅ | DIY | | [Audit Logging] | ❌ | ✅ | ✅ | ✅ | -| [Rate Limiting] | ❌ | ✅ | ✅ | ✅ | +| [Rate Limiting for Overload Protection] | ❌ | ✅ | ✅ | ✅ | | [Multi-Region Deployments] | DIY | ❌ | ✅ | DIY | | [Security Embargo] | ❌ | ✅ | ✅ | ✅ | | [Restricted API Access] | DIY | ✅ | ✅ | ✅ | @@ -40,7 +40,7 @@ This document is designed to give a high-level overview of the features supporte [Private Networking]: ../concepts/private-networking [Workload Isolation]: ../concepts/workload-isolation [Restricted API Access]: ../concepts/restricted-api-access -[Rate Limiting]: ../concepts/rate-limiting +[Rate Limiting for Overload Protection]: ../concepts/rate-limiting ## Product Overviews diff --git a/next-env.d.ts b/next-env.d.ts index 0c7fad71..c4b7818f 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -1,6 +1,5 @@ /// /// -/// import "./.next/dev/types/routes.d.ts"; // NOTE: This file should not be edited From 598aa5d1c17951afee6146d0df8afea3e011a0ef Mon Sep 17 00:00:00 2001 From: Evan Corkrean <62527488+corkrean@users.noreply.github.com> Date: Fri, 31 Jul 2026 10:26:32 -0600 Subject: [PATCH 2/2] revert unexpected line removal --- next-env.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/next-env.d.ts b/next-env.d.ts index c4b7818f..0c7fad71 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -1,5 +1,6 @@ /// /// +/// import "./.next/dev/types/routes.d.ts"; // NOTE: This file should not be edited