mirror of
https://github.com/langgenius/dify-plugin-daemon.git
synced 2026-07-21 17:25:23 -04:00
[PR #396] fix(service/controller): add support for paginated and non-paginated plugin list responses with backward compatibility #489
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/396
Author: @homejim
Created: 7/11/2025
Status: 🔄 Open
Base:
main← Head:list_plugin_resp📝 Commits (1)
d965ac1feat(service/controller): add support for paginated and non-paginated plugin list responses with backward compatibility📊 Changes
2 files changed (+14 additions, -10 deletions)
View changed files
📝
internal/server/controllers/plugins.go(+5 -4)📝
internal/service/manage_plugin.go(+9 -6)📄 Description
… plugin list responses with backward compatibility
Description
Fixes https://github.com/langgenius/dify/issues/22250
During the upgrade process, we encountered an error (reference issue: xxx). I resolved this by introducing a new response_type parameter in the Plugin Daemon.
Fix Details:
Recommended Upgrade Paths:
It's recommended to upgrade Plugin Daemon first, followed by Dify. This ensures a smooth and error-free transition.
You should first upgrade Dify to v1.6.0 before upgrading Plugin Daemon, to ensure compatibility between components.
Type of Change
Essential Checklist
Testing
Bug Fix (if applicable)
Fixes #123orCloses #123)Additional Information
Please provide any additional context that would help reviewers understand the changes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.