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

feat(api7): get plugin metadata in one request #151

Merged
merged 3 commits into from
Jul 19, 2024

Conversation

bzp2010
Copy link
Collaborator

@bzp2010 bzp2010 commented Jul 19, 2024

Description

Since API7 3.2.14.0, plugin metadata supports list API, so the PR has been changed to provide a new implementation to improve the efficiency of plugin metadata fetching.

On any version less than 3.2.14.0, it will fall back to the old implementation, as determined by the API7 backend itself.

Checklist

  • I have explained the need for this PR and the problem it solves
  • I have explained the changes or the new features added to this PR
  • I have added tests corresponding to this change
  • I have updated the documentation to reflect this change
  • I have verified that this change is backward compatible

@bzp2010 bzp2010 added the test/api7 Trigger the API7 test on the PR label Jul 19, 2024
@bzp2010 bzp2010 marked this pull request as ready for review July 19, 2024 03:42
Copy link
Contributor

@juzhiyuan juzhiyuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bzp2010 bzp2010 merged commit 9361c3e into main Jul 19, 2024
7 checks passed
@bzp2010 bzp2010 deleted the bzp/feat-api7-improve-plugin-metadata-fetch branch July 19, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test/api7 Trigger the API7 test on the PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants