[PR #1719] [MERGED] chore: adjust tags and minimal_dify_version for knowledge pipeline plugins #2042

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/1719
Author: @QuantumGhost
Created: 9/16/2025
Status: Merged
Merged: 9/16/2025
Merged by: @RockChinQ

Base: mainHead: main


📝 Commits (1)

  • d9eb25b chore: adjust tags and minimal_dify_version for knowledge pipeline plugins

📊 Changes

27 files changed (+98 additions, -68 deletions)

View changed files

📝 datasources/aws_s3_storage/manifest.yaml (+6 -4)
📝 datasources/azure_blob/manifest.yaml (+4 -11)
📝 datasources/box_datasource/manifest.yaml (+5 -3)
📝 datasources/brightdata_datasource/manifest.yaml (+4 -2)
📝 datasources/confluence_datasource/manifest.yaml (+4 -2)
📝 datasources/dropbox_datasource/manifest.yaml (+4 -2)
📝 datasources/firecrawl_datasource/manifest.yaml (+4 -2)
📝 datasources/github/README.md (+1 -1)
📝 datasources/github/manifest.yaml (+4 -3)
📝 datasources/gitlab_datasource/manifest.yaml (+4 -2)
📝 datasources/google_cloud_storage/manifest.yaml (+4 -2)
📝 datasources/google_drive/manifest.yaml (+4 -2)
📝 datasources/jina_datasource/manifest.yaml (+5 -3)
📝 datasources/notion_datasource/manifest.yaml (+4 -2)
📝 datasources/onedrive/README.md (+1 -1)
📝 datasources/onedrive/manifest.yaml (+4 -2)
📝 datasources/sharepoint_datasource/manifest.yaml (+4 -2)
📝 datasources/tavily_datasource/manifest.yaml (+4 -2)
📝 tools/dify_extractor/manifest.yaml (+4 -3)
📝 tools/dify_extractor/provider/dify_extractor.yaml (+2 -2)

...and 7 more files

📄 Description

  • add rag tag to knowledge pipeline related plugins
  • adjust minimal_dify_version to 1.9.0 for data source plugins

This PR contains Changes to Non-LLM Models Plugin

  • I have Run Comprehensive Tests Relevant to My Changes

Version Control (Any Changes to the Plugin Will Require Bumping the Version)

  • I have Bumped Up the Version in Manifest.yaml (Top-Level Version Field, Not in Meta Section)

Dify Plugin SDK Version

  • I have Ensured dify_plugin>=0.3.0,<0.5.0 is in requirements.txt (SDK docs)

Environment Verification (If Any Code Changes)

Local Deployment Environment

  • Dify Version is: , I have Tested My Changes on Local Deployment Dify with a Clean Environment That Matches the Production Configuration.

SaaS Environment

  • I have Tested My Changes on cloud.dify.ai with a Clean Environment That Matches the Production Configuration

🔄 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-official-plugins/pull/1719 **Author:** [@QuantumGhost](https://github.com/QuantumGhost) **Created:** 9/16/2025 **Status:** ✅ Merged **Merged:** 9/16/2025 **Merged by:** [@RockChinQ](https://github.com/RockChinQ) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`d9eb25b`](https://github.com/langgenius/dify-official-plugins/commit/d9eb25b2efbd6b1b8365f66a3a398d470ca1eb0d) chore: adjust tags and minimal_dify_version for knowledge pipeline plugins ### 📊 Changes **27 files changed** (+98 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `datasources/aws_s3_storage/manifest.yaml` (+6 -4) 📝 `datasources/azure_blob/manifest.yaml` (+4 -11) 📝 `datasources/box_datasource/manifest.yaml` (+5 -3) 📝 `datasources/brightdata_datasource/manifest.yaml` (+4 -2) 📝 `datasources/confluence_datasource/manifest.yaml` (+4 -2) 📝 `datasources/dropbox_datasource/manifest.yaml` (+4 -2) 📝 `datasources/firecrawl_datasource/manifest.yaml` (+4 -2) 📝 `datasources/github/README.md` (+1 -1) 📝 `datasources/github/manifest.yaml` (+4 -3) 📝 `datasources/gitlab_datasource/manifest.yaml` (+4 -2) 📝 `datasources/google_cloud_storage/manifest.yaml` (+4 -2) 📝 `datasources/google_drive/manifest.yaml` (+4 -2) 📝 `datasources/jina_datasource/manifest.yaml` (+5 -3) 📝 `datasources/notion_datasource/manifest.yaml` (+4 -2) 📝 `datasources/onedrive/README.md` (+1 -1) 📝 `datasources/onedrive/manifest.yaml` (+4 -2) 📝 `datasources/sharepoint_datasource/manifest.yaml` (+4 -2) 📝 `datasources/tavily_datasource/manifest.yaml` (+4 -2) 📝 `tools/dify_extractor/manifest.yaml` (+4 -3) 📝 `tools/dify_extractor/provider/dify_extractor.yaml` (+2 -2) _...and 7 more files_ </details> ### 📄 Description - add `rag` tag to knowledge pipeline related plugins - adjust minimal_dify_version to `1.9.0` for data source plugins ## This PR contains Changes to *Non-LLM Models Plugin* - [ ] I have Run Comprehensive Tests Relevant to My Changes <!-- 📷 Include Screenshots/Videos Demonstrating the Fix, New Feature, or the Behavior Before/After Breaking Changes. --> ## Version Control (Any Changes to the Plugin Will Require Bumping the Version) - [x] I have Bumped Up the Version in Manifest.yaml (Top-Level `Version` Field, Not in Meta Section) <!-- ⚠️ NOTE: Version Format: MAJOR.MINOR.PATCH - MAJOR (0.x.x): Reserved for Significant architectural changes or incompatible API modifications - MINOR (x.0.x): For New feature additions while maintaining backward compatibility - PATCH (x.x.0): For Backward-compatible bug fixes and minor improvements - Note: Each Version Component (MAJOR, MINOR, PATCH) Can Be 2 Digits, e.g., 10.11.22 --> ## Dify Plugin SDK Version - [ ] I have Ensured `dify_plugin>=0.3.0,<0.5.0` is in requirements.txt ([SDK docs](https://github.com/langgenius/dify-plugin-sdks/blob/main/python/README.md)) ## Environment Verification (If Any Code Changes) <!-- ⚠️ NOTE: At Least One Environment Must Be Tested. --> ### Local Deployment Environment - [ ] Dify Version is: <!-- Specify Your Version (e.g., 1.2.0) -->, I have Tested My Changes on Local Deployment Dify with a Clean Environment That Matches the Production Configuration. <!-- - Python Virtual Env Matching Manifest.yaml & requirements.txt - No Breaking Changes in Dify That May Affect the Testing Result --> ### SaaS Environment - [ ] I have Tested My Changes on cloud.dify.ai with a Clean Environment That Matches the Production Configuration <!-- - Python Virtual Env Matching Manifest.yaml & requirements.txt --> --- <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 11:15:57 -05:00
yindo closed this issue 2026-02-16 11:15:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#2042