close
Skip to content

feat: update nacos plugin to 1.0.0 #2347

Open
Aias00 wants to merge 1 commit intolanggenius:mainfrom
Aias00:nacos/1.0.0
Open

feat: update nacos plugin to 1.0.0 #2347
Aias00 wants to merge 1 commit intolanggenius:mainfrom
Aias00:nacos/1.0.0

Conversation

@Aias00
Copy link
Copy Markdown
Contributor

@Aias00 Aias00 commented Apr 28, 2026

Plugin Submission Form

1. Metadata

2. Submission Type

  • New plugin submission
  • Version update for existing plugin

3. Description

This submission updates the nacos plugin to version 1.0.0 and aligns the package contents, documentation, and privacy policy with the current capability set.

Main updates in this version:

  • Added full Nacos Config capability coverage in Dify:
    • config read / write / delete / list
    • history list / detail / rollback
    • namespace list / get / check / create / update / delete
    • listener query by config and by client IP
  • Added support for both Nacos 2.x and Nacos 3.x
  • Added provider-level credentials:
    • server_addresses
    • username
    • password
    • optional identity_key
    • optional identity_value
  • Added normalized output_schema support for workflow-friendly outputs
  • Improved default namespace handling:
    • omitted namespace
    • ""
    • public
      are handled consistently where appropriate
  • Updated README, GUIDE, privacy policy, and screenshots to match the actual plugin behavior
  • Cleaned the packaged artifact so repo-only materials such as tests, validation workflows, and progress notes are excluded from the final .difypkg

4. Checklist

  • I have read and followed the Publish to Dify Marketplace guidelines
  • I have read and comply with the Plugin Developer Agreement
  • I confirm my plugin works properly on both Dify Community Edition and Cloud Version
  • I confirm my plugin has been thoroughly tested for completeness and functionality
  • My plugin brings new value to Dify

5. Documentation Checklist

Please confirm that your plugin README includes all necessary information:

  • Step-by-step setup instructions
  • Detailed usage instructions
  • All required APIs and credentials are clearly listed
  • Connection requirements and configuration details
  • Link to the repository for the plugin source code

6. Privacy Protection Information

Based on Dify Plugin Privacy Protection Guidelines:

Data Collection

This plugin does not intentionally collect unrelated user personal data for analytics, profiling, advertising, or resale.

The plugin processes only the data required to execute Nacos operations, including:

  • Nacos server address
  • Nacos username
  • Nacos password
  • Optional Nacos 3.x identity header key
  • Optional Nacos 3.x identity header value
  • Request parameters required for tool execution, such as namespace, data ID, group, pagination fields, history ID, namespace action, or client IP
  • Configuration content when reading, writing, or rolling back Nacos configuration items

Privacy Policy

  • I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines

Copilot AI review requested due to automatic review settings April 28, 2026 12:05
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Aias00
Copy link
Copy Markdown
Contributor Author

Aias00 commented Apr 28, 2026

@crazywoola hi, if you got any time, pls take a look;

https://github.com/langgenius/dify-plugins/actions/runs/25051768008/job/73381139846?pr=2347

check-pkg-paths.py expects PR_FILES to contain exactly one file, and that file must be a .difypkg file. However, the workflow passed the entire list of changed files from the PR/push, including non-package files.
Because of that, a valid change with one .difypkg file could still fail and incorrectly report:

ERROR: Only one .difypkg file change is allowed in a single PR.

and if you think this ci error should be fixed. i can submit a pr

Copy link
Copy Markdown
Member

@crazywoola crazywoola left a comment

Choose a reason for hiding this comment

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

✅ LGTM

Decision: Approve

Local Check Results

Check Status Detail Required action
PR content language ✅ Pass PR title/body CJK ratio=0.0% (zh=0, en=2339, ignored_zh=0, allowed_zh<=0) None.
Project structure ✅ Pass All expected files present: manifest.yaml, README.md, PRIVACY.md. _assets/: yes. None.
Manifest author ✅ Pass author is valid. None.
Icon validation ✅ Pass icon exists: _assets/nacos-logo.png None.
Version check ✅ Pass version 1.0.0 is available. None.
README language ✅ Pass README.md CJK ratio=0.0% (zh=0, en=8233, allowed_zh<=0) None.
PRIVACY.md ✅ Pass PRIVACY.md exists and is non-empty. None.
Dependency install ✅ Pass requirements installed successfully. None.
dify_plugin version ✅ Pass dify_plugin version 0.7.4 satisfies >= 0.5.0. None.
Install test ✅ Pass plugin install test passed. None.
Packaging test ✅ Pass packaging check passed. None.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants