[PR #252] [MERGED] fix: miss max_single_connection_lifetime #262

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/252
Author: @ZhouhaoJiang
Created: 11/25/2025
Status: Merged
Merged: 12/26/2025
Merged by: @Mairuis

Base: mainHead: fix/miss-max_single_connection_lifetime


📝 Commits (1)

  • 658469c fix: miss max_single_connection_lifetime

📊 Changes

1 file changed (+7 additions, -6 deletions)

View changed files

📝 python/dify_plugin/plugin.py (+7 -6)

📄 Description

Pull Request Checklist

The maximum execution time has exceeded 300, and the parameter max_single_connection_lifetime is omitted in the original code

CleanShot 2025-11-25 at 17 28 22@2x

Compatibility Check

  • I have checked whether this change affects the backward compatibility of the plugin declared in README.md
  • I have checked whether this change affects the forward compatibility of the plugin declared in README.md
  • If this change introduces a breaking change, I have discussed it with the project maintainer and specified the release version in the README.md
  • I have described the compatibility impact and the corresponding version number in the PR description
  • I have checked whether the plugin version is updated in the README.md

Available Checks

  • Code has passed local tests
  • Relevant documentation has been updated (if necessary)

🔄 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-sdks/pull/252 **Author:** [@ZhouhaoJiang](https://github.com/ZhouhaoJiang) **Created:** 11/25/2025 **Status:** ✅ Merged **Merged:** 12/26/2025 **Merged by:** [@Mairuis](https://github.com/Mairuis) **Base:** `main` ← **Head:** `fix/miss-max_single_connection_lifetime` --- ### 📝 Commits (1) - [`658469c`](https://github.com/langgenius/dify-plugin-sdks/commit/658469c8f273e60a9f6721d679008f422da5e6cd) fix: miss max_single_connection_lifetime ### 📊 Changes **1 file changed** (+7 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `python/dify_plugin/plugin.py` (+7 -6) </details> ### 📄 Description # Pull Request Checklist The maximum execution time has exceeded 300, and the parameter `max_single_connection_lifetime` is omitted in the original code <img width="1554" height="888" alt="CleanShot 2025-11-25 at 17 28 22@2x" src="https://github.com/user-attachments/assets/4807480f-22c7-4cdf-a7bd-cc623c5f90ad" /> ## Compatibility Check - [x] I have checked whether this change affects the **backward compatibility** of the plugin declared in `README.md` - [x] I have checked whether this change affects the **forward compatibility** of the plugin declared in `README.md` - [x] If this change introduces a breaking change, I have discussed it with the project maintainer and specified the release version in the `README.md` - [x] I have described the compatibility impact and the corresponding version number in the PR description - [x] I have checked whether the plugin version is updated in the `README.md` ## Available Checks - [x] Code has passed local tests - [x] Relevant documentation has been updated (if necessary) --- <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-15 21:16:28 -05:00
yindo closed this issue 2026-02-15 21:16:28 -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-sdks#262