Skip to content
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

Merged
merged 4 commits into from
May 14, 2018
Merged

Conversation

y-tabata
Copy link
Contributor

@y-tabata y-tabata commented May 14, 2018

This PR improves the rate limit policy according to the comments of PR #665.
From #703.

@@ -23,18 +23,14 @@
"scope": {
"type": "string",
"description": "Scope of the key",
"default": "global",
"default": "service",
Copy link
Contributor

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.

Copy link
Contributor

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.

Copy link
Contributor

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.

Copy link
Contributor

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.

@davidor
Copy link
Contributor

davidor commented May 14, 2018

Apart from what I commented above, the PR looks good to me 👍

@mikz mikz merged commit 5ec4848 into 3scale:master May 14, 2018
@y-tabata y-tabata deleted the improve-rate-limit-policy branch May 14, 2018 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants