-
released this
2025-12-29 04:00:39 -05:00 | 44 commits to main since this release📅 Originally published on GitHub: Mon, 29 Dec 2025 09:02:34 GMT
🏷️ Git tag created: Mon, 29 Dec 2025 09:00:39 GMTWhat's Changed
- feat: Configurable Ping Max Tokens by @Bytechoreographer in https://github.com/langgenius/dify-plugin-sdks/pull/235
- enh: The addition of the
thinkclosure tag supports multi-turn thin… by @leslie2046 in https://github.com/langgenius/dify-plugin-sdks/pull/267 - fix: miss max_single_connection_lifetime by @ZhouhaoJiang in https://github.com/langgenius/dify-plugin-sdks/pull/252
- Make validate_credentials max_tokens configurable (preserve stream default 10) by @Yeuoly in https://github.com/langgenius/dify-plugin-sdks/pull/275
Full Changelog: https://github.com/langgenius/dify-plugin-sdks/compare/0.7.0...0.7.1
Downloads
-
released this
2025-12-08 07:15:31 -05:00 | 50 commits to main since this release📅 Originally published on GitHub: Tue, 09 Dec 2025 06:26:32 GMT
🏷️ Git tag created: Mon, 08 Dec 2025 12:15:31 GMTWhat's Changed
- fix: update request timeout to use environment configuration by @ZhouhaoJiang in https://github.com/langgenius/dify-plugin-sdks/pull/245
- rm LogMetadata by @hjlarry in https://github.com/langgenius/dify-plugin-sdks/pull/259
- fix: bump werkzeug to 3.1.4 for CVE-2025-66221 by @kenwoodjw in https://github.com/langgenius/dify-plugin-sdks/pull/255
- feat: support multimodal embeddings by @Yeuoly in https://github.com/langgenius/dify-plugin-sdks/pull/237
- chore (README.md): add multimodal embeddings / reranking support by @Yeuoly in https://github.com/langgenius/dify-plugin-sdks/pull/262
New Contributors
- @kenwoodjw made their first contribution in https://github.com/langgenius/dify-plugin-sdks/pull/255
Full Changelog: https://github.com/langgenius/dify-plugin-sdks/compare/0.6.2...0.7.0
Downloads
-
released this
2025-11-21 03:55:00 -05:00 | 55 commits to main since this release📅 Originally published on GitHub: Fri, 21 Nov 2025 08:55:45 GMT
🏷️ Git tag created: Fri, 21 Nov 2025 08:55:00 GMTWhat's Changed
- fix: update request timeout to use configurable MAX_REQUEST_TIMEOUT by @ZhouhaoJiang in https://github.com/langgenius/dify-plugin-sdks/pull/243
- bump to 0.6.2 by @Yeuoly in https://github.com/langgenius/dify-plugin-sdks/pull/244
New Contributors
- @ZhouhaoJiang made their first contribution in https://github.com/langgenius/dify-plugin-sdks/pull/243
Full Changelog: https://github.com/langgenius/dify-plugin-sdks/compare/0.6.1...0.6.2
Downloads
-
released this
2025-11-14 02:12:56 -05:00 | 57 commits to main since this release📅 Originally published on GitHub: Fri, 14 Nov 2025 07:13:23 GMT
🏷️ Git tag created: Fri, 14 Nov 2025 07:12:56 GMTWhat's Changed
- docs: update README to include support for Trigger functionality by @Mairuis in https://github.com/langgenius/dify-plugin-sdks/pull/238
- fix: add more test cases for model factory by @Yeuoly in https://github.com/langgenius/dify-plugin-sdks/pull/236
- fix: sync max-invocation-timeout to http-based backwards invocation by @Yeuoly in https://github.com/langgenius/dify-plugin-sdks/pull/239
- bump to 0.6.1 by @Yeuoly in https://github.com/langgenius/dify-plugin-sdks/pull/240
Full Changelog: https://github.com/langgenius/dify-plugin-sdks/compare/0.6.0...0.6.1
Downloads
-
released this
2025-11-14 01:02:04 -05:00 | 50 commits to main since this release📅 Originally published on GitHub: Fri, 14 Nov 2025 06:34:04 GMT
🏷️ Git tag created: Fri, 14 Nov 2025 06:02:04 GMTWhat's Changed
- docs: update README to include support for Trigger functionality by @Mairuis in https://github.com/langgenius/dify-plugin-sdks/pull/238
- fix: add more test cases for model factory by @Yeuoly in https://github.com/langgenius/dify-plugin-sdks/pull/236
Full Changelog: https://github.com/langgenius/dify-plugin-sdks/compare/0.6.0...0.7.0b1
Downloads
-
released this
2025-11-14 00:34:55 -05:00 | 61 commits to main since this release📅 Originally published on GitHub: Fri, 14 Nov 2025 05:36:46 GMT
🏷️ Git tag created: Fri, 14 Nov 2025 05:34:55 GMTWhat's Changed
- feat: add trigger functionality by @Yeuoly in https://github.com/langgenius/dify-plugin-sdks/pull/162
Full Changelog: https://github.com/langgenius/dify-plugin-sdks/compare/0.5.1...0.6.0
Downloads
-
released this
2025-10-26 23:33:59 -04:00 | -79 commits to main since this release📅 Originally published on GitHub: Mon, 27 Oct 2025 03:36:52 GMT
🏷️ Git tag created: Mon, 27 Oct 2025 03:33:59 GMTWhat's Changed
- i18n: Japanese language support by @chiehw in https://github.com/langgenius/dify-plugin-sdks/pull/195
- refactor: update model provider to use ModelFactory for instance mana… by @Mairuis in https://github.com/langgenius/dify-plugin-sdks/pull/223
Full Changelog: https://github.com/langgenius/dify-plugin-sdks/compare/0.6.0b13...0.6.0b14
Downloads
-
released this
2025-10-20 02:41:22 -04:00 | 62 commits to main since this release📅 Originally published on GitHub: Mon, 20 Oct 2025 06:43:36 GMT
🏷️ Git tag created: Mon, 20 Oct 2025 06:41:22 GMTWhat's Changed
- feat: add max_invocation_timeout parameter by @Bytechoreographer in https://github.com/langgenius/dify-plugin-sdks/pull/208
- fix: use dict.get() to avoid KeyError when transforming llm response by @whhe in https://github.com/langgenius/dify-plugin-sdks/pull/209
- i18n: Japanese language support by @chiehw in https://github.com/langgenius/dify-plugin-sdks/pull/195
- refactor: update model provider to use ModelFactory for instance mana… by @Mairuis in https://github.com/langgenius/dify-plugin-sdks/pull/223
- chore: bump to 0.5.1 by @Mairuis in https://github.com/langgenius/dify-plugin-sdks/pull/224
New Contributors
- @Bytechoreographer made their first contribution in https://github.com/langgenius/dify-plugin-sdks/pull/208
- @whhe made their first contribution in https://github.com/langgenius/dify-plugin-sdks/pull/209
Full Changelog: https://github.com/langgenius/dify-plugin-sdks/compare/0.5.0...0.5.1
Downloads
-
released this
2025-10-20 00:28:33 -04:00 | -53 commits to main since this release📅 Originally published on GitHub: Mon, 20 Oct 2025 04:30:09 GMT
🏷️ Git tag created: Mon, 20 Oct 2025 04:28:33 GMTFull Changelog: https://github.com/langgenius/dify-plugin-sdks/compare/0.6.0b12...0.6.0b13
Downloads
-
released this
2025-10-17 08:58:56 -04:00 | -48 commits to main since this release📅 Originally published on GitHub: Fri, 17 Oct 2025 13:00:12 GMT
🏷️ Git tag created: Fri, 17 Oct 2025 12:58:56 GMTWhat's Changed
- refactor: de-duplicate lark event dispatcher setup by @Yeuoly in https://github.com/langgenius/dify-plugin-sdks/pull/215
- refactor: tighten typing for lark dispatch helper by @Yeuoly in https://github.com/langgenius/dify-plugin-sdks/pull/216
- Expand Slack trigger to full Events API catalog by @Yeuoly in https://github.com/langgenius/dify-plugin-sdks/pull/217
- plugin example: telegram by @Yeuoly in https://github.com/langgenius/dify-plugin-sdks/pull/219
- Codex/implement slack trigger in main.py by @Yeuoly in https://github.com/langgenius/dify-plugin-sdks/pull/220
- Add Gmail trigger example plugin with automated subscription by @Yeuoly in https://github.com/langgenius/dify-plugin-sdks/pull/218
Full Changelog: https://github.com/langgenius/dify-plugin-sdks/compare/0.6.0b11...0.6.0b12
Downloads
mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00