[PR #55] [MERGED] feat: add patch mechanism for Python plugin SDK memory leak #283

Closed
opened 2026-02-16 01:15:22 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/55
Author: @Yeuoly
Created: 3/5/2025
Status: Merged
Merged: 3/5/2025
Merged by: @Yeuoly

Base: mainHead: fix/force-patch-older-version


📝 Commits (2)

  • 8678a39 feat: add patch mechanism for Python plugin SDK memory leak
  • b6e795a Merge branch 'main' into fix/force-patch-older-version

📊 Changes

5 files changed (+470 additions, -0 deletions)

View changed files

📝 go.mod (+1 -0)
📝 go.sum (+2 -0)
📝 internal/core/plugin_manager/local_runtime/environment_python.go (+79 -0)
internal/core/plugin_manager/local_runtime/patches/0.0.1b70.ai_model.py.patch (+284 -0)
internal/core/plugin_manager/local_runtime/version_match_test.go (+104 -0)

📄 Description

From

plugin_daemon:
  image: langgenius/dify-plugin-daemon:0.0.3-local
  image: langgenius/dify-plugin-daemon:cf494208aab7d92dd0881fa7afbb1c8ade332aa1-local

To

plugin_daemon:
  image: langgenius/dify-plugin-daemon:cf494208aab7d92dd0881fa7afbb1c8ade332aa1-local

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugin-daemon/pull/55 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 3/5/2025 **Status:** ✅ Merged **Merged:** 3/5/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `fix/force-patch-older-version` --- ### 📝 Commits (2) - [`8678a39`](https://github.com/langgenius/dify-plugin-daemon/commit/8678a39c9dfaddc8160b27b28c9f4c2fba08c076) feat: add patch mechanism for Python plugin SDK memory leak - [`b6e795a`](https://github.com/langgenius/dify-plugin-daemon/commit/b6e795a1afa957616b88cb3c5ab1dd30cf885dc3) Merge branch 'main' into fix/force-patch-older-version ### 📊 Changes **5 files changed** (+470 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -0) 📝 `go.sum` (+2 -0) 📝 `internal/core/plugin_manager/local_runtime/environment_python.go` (+79 -0) ➕ `internal/core/plugin_manager/local_runtime/patches/0.0.1b70.ai_model.py.patch` (+284 -0) ➕ `internal/core/plugin_manager/local_runtime/version_match_test.go` (+104 -0) </details> ### 📄 Description - fix https://github.com/langgenius/dify/issues/14626 - fix https://github.com/langgenius/dify/issues/14670 - fix https://github.com/langgenius/dify/issues/14659 - From ``` plugin_daemon: image: langgenius/dify-plugin-daemon:0.0.3-local image: langgenius/dify-plugin-daemon:cf494208aab7d92dd0881fa7afbb1c8ade332aa1-local ``` To ``` plugin_daemon: image: langgenius/dify-plugin-daemon:cf494208aab7d92dd0881fa7afbb1c8ade332aa1-local ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:15:22 -05:00
yindo closed this issue 2026-02-16 01:15:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#283