feat: add erbanku/cloudconvert 0.1.3 - #3072
Merged
crazywoola merged 1 commit intoSep 13, 2026
Merged
Conversation
Republish after 0.1.2 production upload failed with package decode failed. Fixes langgenius#3052
This was referenced Sep 12, 2026
crazywoola
approved these changes
Sep 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plugin Submission
Plugin information
Submission type
What changed
Version bump of erbanku/cloudconvert to
0.1.3after0.1.2merged (#3007) but production upload failed withpackage decode failed(https://github.com/langgenius/dify-plugins/actions/runs/33704779148/job/100491472459). Maintainer asked for a new version PR in #3052.dify-plugin>=0.10.2,<0.11.0amd64andarm64Tools unchanged:
pdf_to_docx,office_to_pdf,convert_office_file,list_supported_conversions.Risk level
The plugin processes uploaded files and sends file contents to CloudConvert (
api.cloudconvert.comby default, or an optional region/sandbox API base URL) for conversion. It does not execute user code, SQL, or local commands.Required checks
.envfiles,.gitdirectories, virtual environments, caches, logs, or IDE files.PRIVACY.mdor a hosted privacy policy, andmanifest.yamlreferences it.Security and privacy notes
Uploaded files are sent to CloudConvert for conversion. Credentials are a CloudConvert API key and an optional API base URL stored by Dify.
PRIVACY.mdis included. Privacy questions: https://github.com/erbanku/cloudconvert/issuesLimitation: live conversion against Dify Cloud was not run in this submission environment.
Local validation
uv sync --python 3.12 && uv run pytest(8 tests passed)dify plugin package ./cloudconvertproduced a zip with 20 runtime files and notests/manifest.yamlversion is0.1.3Reviewer notes
Related: #3052
Marketplace namespace:
erbanku/cloudconvertSource repository: https://github.com/erbanku/cloudconvert