-
released this
2026-01-20 03:46:39 -05:00 | 91 commits to main since this release📅 Originally published on GitHub: Tue, 20 Jan 2026 09:45:04 GMT
🏷️ Git tag created: Tue, 20 Jan 2026 08:46:39 GMTWhat's Changed
- Feat/Implement structured logging and Trace ID propagation by @41tair in https://github.com/langgenius/dify-plugin-daemon/pull/552
- fix: update redis dependency to v9.6.3 for security improvements by @Yeuoly in https://github.com/langgenius/dify-plugin-daemon/pull/554
- fix: update busybox installation in Dockerfile for improved security by @Yeuoly in https://github.com/langgenius/dify-plugin-daemon/pull/555
- fix: add server_host force listen to ipv4 by @fatelei in https://github.com/langgenius/dify-plugin-daemon/pull/566
- feat: prioritize
pyproject.tomlwhen installing plugin dependencies by @Stream29 in https://github.com/langgenius/dify-plugin-daemon/pull/557 - feat(#450): add Redis SSL/TLS configuration support by @Oscaner in https://github.com/langgenius/dify-plugin-daemon/pull/558
- feat: add redis distribute lock by @fatelei in https://github.com/langgenius/dify-plugin-daemon/pull/564
- feat: add retry mechanism for serverless invocation on 502 errors by @Yeuoly in https://github.com/langgenius/dify-plugin-daemon/pull/569
New Contributors
- @Stream29 made their first contribution in https://github.com/langgenius/dify-plugin-daemon/pull/557
- @Oscaner made their first contribution in https://github.com/langgenius/dify-plugin-daemon/pull/558
Full Changelog: https://github.com/langgenius/dify-plugin-daemon/compare/0.5.2...0.5.3
Downloads
-
released this
2025-12-22 05:41:13 -05:00 | 99 commits to main since this release📅 Originally published on GitHub: Mon, 22 Dec 2025 10:44:41 GMT
🏷️ Git tag created: Mon, 22 Dec 2025 10:41:13 GMTWhat's Changed
- chore(deps): bump golang.org/x/crypto from 0.40.0 to 0.45.0 by @dependabot[bot] in https://github.com/langgenius/dify-plugin-daemon/pull/531
- Fix/remove tenant id reference in readme service by @Yeuoly in https://github.com/langgenius/dify-plugin-daemon/pull/530
- refactor: remove uuid-ossp dependency and update ID generation logic by @Yeuoly in https://github.com/langgenius/dify-plugin-daemon/pull/536
- fix: plugin log not display after refactor by @hjlarry in https://github.com/langgenius/dify-plugin-daemon/pull/537
- Feat: Add OSS-specific parameters for HW and ALI private deployment by @myg133 in https://github.com/langgenius/dify-plugin-daemon/pull/539
- refactor: separate CI tests, and support pg bouncer by @Yeuoly in https://github.com/langgenius/dify-plugin-daemon/pull/529
- fix: add default database for pg bouncer support by @Yeuoly in https://github.com/langgenius/dify-plugin-daemon/pull/545
- fix: align plugin manifest validation error messages with regex length limits by @zhangx1n in https://github.com/langgenius/dify-plugin-daemon/pull/547
- fix: enhance process management to prevent zombie processes and clarify instance state handling by @Yeuoly in https://github.com/langgenius/dify-plugin-daemon/pull/544
- fix PluginDaemonInternalServerError: no available node, plugin runtime not found by @SongYippee in https://github.com/langgenius/dify-plugin-daemon/pull/549
- chore: init listener first avoid panic error by @fatelei in https://github.com/langgenius/dify-plugin-daemon/pull/548
New Contributors
- @myg133 made their first contribution in https://github.com/langgenius/dify-plugin-daemon/pull/539
- @zhangx1n made their first contribution in https://github.com/langgenius/dify-plugin-daemon/pull/547
- @SongYippee made their first contribution in https://github.com/langgenius/dify-plugin-daemon/pull/549
Full Changelog: https://github.com/langgenius/dify-plugin-daemon/compare/0.5.1...0.5.2
Downloads
-
released this
2025-12-10 05:54:25 -05:00 | 110 commits to main since this release📅 Originally published on GitHub: Wed, 10 Dec 2025 10:57:36 GMT
🏷️ Git tag created: Wed, 10 Dec 2025 10:54:25 GMTWhat's Changed
This release is made for #527
- fix: add unique index for plugin installation to prevent duplicate by @Mairuis in https://github.com/langgenius/dify-plugin-daemon/pull/528
Full Changelog: https://github.com/langgenius/dify-plugin-daemon/compare/0.5.0...0.5.1
Downloads
-
released this
2025-12-09 01:56:11 -05:00 | 112 commits to main since this release📅 Originally published on GitHub: Tue, 09 Dec 2025 07:54:53 GMT
🏷️ Git tag created: Tue, 09 Dec 2025 06:56:11 GMTNew Runtime Architecture & Support Multimodal Reranking / Embedding
- In this version we released a more robust and reliable runtime architecture which support scaling and zero-down upgrading/uninstalling of plugins, also, now it's easier to maintain the project with less specific domain context
- Support multimodal reranking and embeddings.
What's Changed
- remove platform in go build by @wylswz in https://github.com/langgenius/dify-plugin-daemon/pull/505
- tx cos support endpoint by @shuxnhs in https://github.com/langgenius/dify-plugin-daemon/pull/506
- refactor: plugin lifecycle control panel by @Yeuoly in https://github.com/langgenius/dify-plugin-daemon/pull/499
- bump golang to 1.25 by @Yeuoly in https://github.com/langgenius/dify-plugin-daemon/pull/507
- fix: remove restriction of orphan plugins in local mode by @wylswz in https://github.com/langgenius/dify-plugin-daemon/pull/509
- fix: remote debug not work by @hjlarry in https://github.com/langgenius/dify-plugin-daemon/pull/515
- fix: tool and trigger not response icon_dark by @hjlarry in https://github.com/langgenius/dify-plugin-daemon/pull/517
- Rename InstallToLocalFromPkg to InstallToLocal by @BorisPolonsky in https://github.com/langgenius/dify-plugin-daemon/pull/511
- enterprise related adjustment by @wylswz in https://github.com/langgenius/dify-plugin-daemon/pull/510
- fix: fix ReadCloser is not closed by @fatelei in https://github.com/langgenius/dify-plugin-daemon/pull/518
- fix: handle connection close on the connector side by @wylswz in https://github.com/langgenius/dify-plugin-daemon/pull/522
- feat: to support tool multi-select input by @hjlarry in https://github.com/langgenius/dify-plugin-daemon/pull/523
- update config after mysql adaptation by @longbingljw in https://github.com/langgenius/dify-plugin-daemon/pull/514
- feat: support multimodal rerank and embedding by @Yeuoly in https://github.com/langgenius/dify-plugin-daemon/pull/503
New Contributors
- @shuxnhs made their first contribution in https://github.com/langgenius/dify-plugin-daemon/pull/506
- @BorisPolonsky made their first contribution in https://github.com/langgenius/dify-plugin-daemon/pull/511
- @fatelei made their first contribution in https://github.com/langgenius/dify-plugin-daemon/pull/518
- @longbingljw made their first contribution in https://github.com/langgenius/dify-plugin-daemon/pull/514
Full Changelog: https://github.com/langgenius/dify-plugin-daemon/compare/0.4.1...0.5.0
Downloads
-
released this
2025-11-05 02:45:58 -05:00 | 126 commits to main since this release📅 Originally published on GitHub: Thu, 13 Nov 2025 12:13:04 GMT
🏷️ Git tag created: Wed, 05 Nov 2025 07:45:58 GMTWhat's Changed
- feat(trigger): add Cancelled field to TriggerInvokeEventResponse by @Mairuis in https://github.com/langgenius/dify-plugin-daemon/pull/496
- feat: cli tool support create trigger plugins by @hjlarry in https://github.com/langgenius/dify-plugin-daemon/pull/485
Full Changelog: https://github.com/langgenius/dify-plugin-daemon/compare/0.4.0...0.4.1
Downloads
-
released this
2025-10-29 01:56:58 -04:00 | 128 commits to main since this release📅 Originally published on GitHub: Thu, 30 Oct 2025 13:21:15 GMT
🏷️ Git tag created: Wed, 29 Oct 2025 05:56:58 GMT🚀 What’s New
✨ Introduce Trigger Feature
Dify Plugin Daemon now supports the Trigger feature!
This addition allows plugins to automatically execute logic based on specific events or conditions — enabling more flexible integrations between plugins, external systems, and Dify workflows.👉 See the implementation in #482
🧾 Full Changelog
Downloads
-
released this
2025-10-20 03:42:54 -04:00 | 129 commits to main since this release📅 Originally published on GitHub: Tue, 21 Oct 2025 10:56:31 GMT
🏷️ Git tag created: Mon, 20 Oct 2025 07:42:54 GMTWhat's Changed
- Fixes #479 Add filename for multi modal by @AlexChim1231 in https://github.com/langgenius/dify-plugin-daemon/pull/480
New Contributors
- @AlexChim1231 made their first contribution in https://github.com/langgenius/dify-plugin-daemon/pull/480
Full Changelog: https://github.com/langgenius/dify-plugin-daemon/compare/0.3.2...0.3.3
Downloads
-
released this
2025-10-17 01:50:09 -04:00 | 130 commits to main since this release📅 Originally published on GitHub: Fri, 17 Oct 2025 05:51:40 GMT
🏷️ Git tag created: Fri, 17 Oct 2025 05:50:09 GMTWhat's Changed
- packaging: add dependencies required by bowenliang123/md_exporter plugin by @QuantumGhost in https://github.com/langgenius/dify-plugin-daemon/pull/466
- fix: validate plugin manifest on package upload by @Yeuoly in https://github.com/langgenius/dify-plugin-daemon/pull/467
- fix: datasource plugin template typo by @CrabSAMA in https://github.com/langgenius/dify-plugin-daemon/pull/464
- Remove Claude code review workflow by @Yeuoly in https://github.com/langgenius/dify-plugin-daemon/pull/473
- fix:Invalidate cache when enable endpoint. by @dancing-monkey in https://github.com/langgenius/dify-plugin-daemon/pull/472
- fix(plugin): support customized stdio buffer size, align serverless runtime with local runtime by @TonloOO in https://github.com/langgenius/dify-plugin-daemon/pull/470
- build serverless mode image with no-root permission by @41tair in https://github.com/langgenius/dify-plugin-daemon/pull/463
New Contributors
- @QuantumGhost made their first contribution in https://github.com/langgenius/dify-plugin-daemon/pull/466
- @CrabSAMA made their first contribution in https://github.com/langgenius/dify-plugin-daemon/pull/464
- @dancing-monkey made their first contribution in https://github.com/langgenius/dify-plugin-daemon/pull/472
- @TonloOO made their first contribution in https://github.com/langgenius/dify-plugin-daemon/pull/470
Full Changelog: https://github.com/langgenius/dify-plugin-daemon/compare/0.3.1...0.3.2
Downloads
-
released this
2025-09-23 23:28:41 -04:00 | 137 commits to main since this release📅 Originally published on GitHub: Wed, 24 Sep 2025 08:41:06 GMT
🏷️ Git tag created: Wed, 24 Sep 2025 03:28:41 GMTWhat's Changed
- 454 bump cli template by @crazywoola in https://github.com/langgenius/dify-plugin-daemon/pull/455
- Added git to local.dockerfile by @sadov in https://github.com/langgenius/dify-plugin-daemon/pull/453
- Fix/json schema by @Mairuis in https://github.com/langgenius/dify-plugin-daemon/pull/460
- feat(plugin): implement unauthorized Langgenius plugin blocking by @Yeuoly in https://github.com/langgenius/dify-plugin-daemon/pull/458
New Contributors
- @sadov made their first contribution in https://github.com/langgenius/dify-plugin-daemon/pull/453
Full Changelog: https://github.com/langgenius/dify-plugin-daemon/compare/0.3.0...0.3.1
Downloads
-
released this
2025-09-16 21:40:09 -04:00 | 141 commits to main since this release📅 Originally published on GitHub: Thu, 18 Sep 2025 05:00:23 GMT
🏷️ Git tag created: Wed, 17 Sep 2025 01:40:09 GMTDify Plugin Daemon v0.3.0 Release Notes
🚀 Major Feature: DataSource Plugin Support
This release introduces the groundbreaking DataSource plugin type - a new paradigm for connecting and managing external data sources within Dify ecosystem.
Key Capabilities:
-
Unified Data Integration
PR #295 Implemented core validation/invocation framework for secure data source connections
PR #449 Added CLI template support (dify datasource init) for rapid plugin development -
Enterprise-Grade Features
- Automatic connection pooling management
- Granular access control through plugin manifest
-
Use Cases
- Connect to databases (MySQL/PostgreSQL/MongoDB)
- Integrate SaaS platforms (Salesforce, HubSpot)
- Access cloud storage (S3, Azure Blob)
✨ Other Notable Improvements
-
Performance Enhancements
-
Developer Experience
-
Security Updates
🛠️ Breaking Changes
- Removed JSON schema validation from core services PR #430
- AWS references renamed to Serverless terminology PR #437
👏 New Contributors
Welcome our first-time contributors:
@Betula-L @toli-ch @wylswz @kenwoodjw📚 Getting Started
Explore DataSource plugins with:
dify plugin initFull Changelog: https://github.com/langgenius/dify-plugin-daemon/compare/0.2.0...0.3.0
Downloads
-
mirror of
https://github.com/langgenius/dify-plugin-daemon.git
synced 2026-07-21 09:15:24 -04:00