-
Notifications
You must be signed in to change notification settings - Fork 542
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
feat: basic support Apache APISIX 2.11 #2233
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2233 +/- ##
==========================================
+ Coverage 68.02% 69.71% +1.68%
==========================================
Files 127 184 +57
Lines 3359 7274 +3915
Branches 826 829 +3
==========================================
+ Hits 2285 5071 +2786
- Misses 1074 1908 +834
- Partials 0 295 +295
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
5bd53b2
to
4958d08
Compare
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.
limit-conn appears twice in schema.json, and remove here(#L6728) will be better:
api/conf/schema.json#L6728 is repeated with api/conf/schema.json#L4630
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
UpdateThe PR is now almost complete and ready for review. |
Please answer these questions before submitting a pull request, or your PR will get closed.
Why submit this pull request?
What changes will this PR take into?
Adapt Apache APISIX version 2.11, synchronize schema to support new plugins.
Related issues
follow: apache/apisix#5567
Checklist: