Dify 1.8.0 (2025-08-27)
公式リリースノート: https://github.com/langgenius/dify/releases/tag/1.8.0
v1.8.0 - Async workflows meet multi-model management with OAuth-powered integrations.
このバージョンの記事
| # | テーマ | 状態 |
|---|---|---|
| 01-new-features | 新機能 (1.8.0) | draft |
| 02-performance-infrastructure | パフォーマンスとインフラ (1.8.0) | draft |
| 03-documentation | ドキュメント (1.8.0) | draft |
| 04-code-quality-refactoring | コード品質とリファクタリング (1.8.0) | draft |
| 05-internationalization | 国際化対応 (1.8.0) | draft |
リリースノート抜粋
🎉 Dify v1.8.0 Release Notes 🎉
Hello, Dify community! We're excited to bring you version 1.8.0, packed with significant improvements across the board - from enhanced security and performance optimizations to a revamped UI and powerful new workflow features. Let's dive into what's new!
🚀 New Features
Workflow & Agent Capabilities
- Multi-Model Credentials System: Implemented a comprehensive multi-model credentials system with new database tables, enabling more flexible model management. Thanks to @hjlarry! (#24451)
- MCP Support with OAuth: Added Model Context Protocol (MCP) support for resource discovery with OAuth authentication, expanding integration possibilities. Kudos to @CodeSpaceiiii! (#24223)
- Default Values for Workflow Variables: All workflow start node variable types now support default values, making workflows more robust. Thanks to @17hz! (#24129)
- Agent Node Token Usage: Exposed agent node usage metrics for better monitoring and optimization. Thanks to @DavideDelbianco! (#24355)
UI/UX Enhancements
- Document Sorting in Knowledge Base: Added sorting functionality for document status in the Knowledge base, improving document management. Thanks to @jubinsoni! (#24252)
- Delete Avatar Functionality: Users can now delete their avatars with a confirmation modal for safety. Thanks to @Zhehao-P! (#24099)
- Extensible Goto-Anything Commands: Improved goto-anything commands with an extensible architecture for better navigation. Thanks to @ZeroZ-lab! (#24091)
- Document Name Tooltips: Added helpful tooltips to document names in lists for better visibility. Thanks to @aopstudio! (#24467)
- Auto-login After Setup: Implemented secure auto-login after admin account setup. Thanks to @laipz8200! (#24395)
API & Backend
- Redis SSL/TLS Authentication: Added support for Redis SSL/TLS certificate authentication for enhanced security. Thanks to @laipz8200! (#23624)
- Flask-RESTX Migration: Successfully migrated from Flask-RESTful to Flask-RESTX for better API documentation and structure. Thanks to @asukaminato0721! (#24310)
- Swagger Authorization: Added authorization configuration support to Swagger documentation. Thanks to @hjlarry! (#24518)
🐛 Bug Fixes
Critical Fixes
- Database Performance: Fixed major performance
…(以下省略、公式リリースノートを参照)
本記事は非公式まとめです。 正式な機能仕様、互換性、移行手順については Dify 公式ドキュメント および 公式リリースノート を必ずご確認ください。