Dify 1.7.0 (2025-07-23)
公式リリースノート: https://github.com/langgenius/dify/releases/tag/1.7.0
v1.7.0 - Tool OAuth & Plugin Auto-Upgrade Enhanced
このバージョンの記事
| # | テーマ | 状態 |
|---|---|---|
| 01-major-feature-oauth-support-in-tool-plugins | 主要機能: ツールプラグインの OAuth 対応 (1.7.0) | draft |
| 02-major-feature-plugin-auto-upgrade-strategy | 主要機能: プラグイン自動アップグレード戦略 (1.7.0) | draft |
| 03-enhancements | 機能強化 (1.7.0) | draft |
| 04-improvements | 改善 (1.7.0) | draft |
リリースノート抜粋
🌟 What’s New in v1.7.0? 🌟
Version 1.7.0 is packed with features that expand our app's flexibility and enhance performance. Here's what we're bringing to the table:
🏗️ Major Feature: OAuth Support in Tool Plugins
Tool plugins now support OAuth 2.0 authentication, allowing users to securely connect with third-party services without manually managing API keys. This includes refresh token support for maintaining long-term authentication sessions.
(#22550 thanks @Mairuis @zxhlyh )
🏗️ Major Feature: Plugin auto upgrade strategy
Plugins can now be automatically updated with configurable upgrade policies and rollback mechanisms. The system monitors plugin repositories and performs seamless upgrades while ensuring compatibility with your Dify version.
(#19758 thanks @RockChinQ @iamjoel )
⚡ Enhancements
- Citations and Attributions: Agent Nodes now support features for citing and attributing sources, care of @chiehw. #18558
- Plugin Deprecation Notice: Stay ahead of the curve with deprecation notices for obsolete plugins, introduced by @RockChinQ. #22685
- API Key Authentication with Query Parameter: Now supports even more streamlined security methods with an API key in query parameters, courtesy of @ACAne0320. #21656
- Audio Configuration UI: Customize your app's audio settings right from the interface, introduced by @marcelodiaz558. #21957
- Variable Suggestions: Suggested questions can now utilize variables by @le0zh. This brings contextual awareness to another level. #17340
- Drag-and-Drop for Workflows: Start node variables and code node variables are now drag-and-drop enabled, simplifying workflow creation as seen in @Minamiyama's contributions. #22150 #22127
- Custom Max Active Requests per App: Manage traffic with custom settings for your app, brought by @qiaofenlin. #22073
- Optional OpenTelemetry (OTel) Endpoint Configuration: Ensure the best observability practices with this addition from @hieheihei. #22492
- RFC 5322 Email Validation: Ensure compliance and smarter email validation by @NeatGuyCoding. #22540
- Dynamic Imports for Performance: Boost your app's performance with dynamic component imports, an inte
…(以下省略、公式リリースノートを参照)
本記事は非公式まとめです。 正式な機能仕様、互換性、移行手順については Dify 公式ドキュメント および 公式リリースノート を必ずご確認ください。