api: mark rate limit quota (RLQS) API as stable#46122
Open
davidxia wants to merge 1 commit into
Open
Conversation
Remove the work-in-progress annotations from the RLQS service and the rate limit quota HTTP filter protos, drop the corresponding "(Work-In-Progress)" title and warning from the filter documentation, and promote the rate limit quota HTTP filter extension status from "wip" to "stable". Signed-off-by: David Xia <dxia@modal.com>
3ccc214 to
2fce92c
Compare
|
CC @envoyproxy/api-shepherds: Your approval is needed for changes made to |
tyxia
approved these changes
Jul 14, 2026
tyxia
left a comment
Member
There was a problem hiding this comment.
LGTM, defer to @adisuissa for review and final approval.
Thanks!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
as discussed in Envoy community meeting on July 14, 2026 (comment thread).
Remove the "work-in-progress" warnings from the Rate Limit Quota (RLQS) API docs:
api/envoy/service/rate_limit_quota/v3/rlqs.proto— removeoption (xds.annotations.v3.file_status).work_in_progress = true;(and the now-unusedxds/annotations/v3/status.protoimport). This drops the.. warning:: This API feature is currently work-in-progress ...banner thatprotodocemits on the RLQS proto reference page.api/envoy/extensions/filters/http/rate_limit_quota/v3/rate_limit_quota.proto— same annotation/import removal.docs/root/configuration/http/http_filters/rate_limit_quota_filter.rst— drop(Work-In-Progress)from the page title and remove the.. attention::"under active development / not ready for use yet" note on the HTTP filter config page.