-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve rate limit policy #704
Conversation
@@ -23,18 +23,14 @@ | |||
"scope": { | |||
"type": "string", | |||
"description": "Scope of the key", | |||
"default": "global", | |||
"default": "service", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this change of behavior should be documented in the changelog.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This policy was included in a 'release candidate' version that can become final. If it does, this change will be included in the next release and be considered a breaking change. I think we should be clear about that in the changelog.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@davidor I'm not sure if it is a breaking change. Just changing the default value will affect only new instances of this policy.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right @mikz 👍
This is not a breaking change, sorry for the confusion.
Apart from what I commented above, the PR looks good to me 👍 |
This PR improves the rate limit policy according to the comments of PR #665.
From #703.