Skip to content

Commit 2202e5a

Browse files
YilialinnCopilot
andauthored
Update blog/en/blog/2026/04/14/apisix-3.16-dynamic-rate-limiting.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ef747f4 commit 2202e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/en/blog/2026/04/14/apisix-3.16-dynamic-rate-limiting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ APISIX 3.16 introduces two complementary features across the `limit-count`, `lim
3232
| Feature | Description | Supported Plugins |
3333
|---------|-------------|-------------------|
3434
| Multiple rules | Define an array of rate limiting rules with independent thresholds and time windows | `limit-count`, `limit-conn`, `ai-rate-limiting` |
35-
| Variable support | Use APISIX variables (`${remote_addr}`, `${http_*}`, `${consumer_name}`, etc.) in `count`, `time_window`, and `key` fields, with optional default values via `${var ?? default}` | `limit-count`, `limit-conn`, `ai-rate-limiting` |
35+
| Variable support | Use APISIX variables (`$remote_addr`, `$http_*`, `$consumer_name`, etc.) in `key` and plugin-specific rate or threshold fields | `limit-count`, `limit-conn`, `ai-rate-limiting` |
3636

3737
Both features are fully backward compatible. Existing configurations continue to work without modification.
3838

0 commit comments

Comments
 (0)