変更履歴 (0.5.0)
状態: draft / バージョン: 0.5.0 (2024-01-24)
TL;DR
- 修正: 出力でメソッド
on_message_replace_funcを呼び出す際に引数が不足していた問題を修正 by @takatost in https://github.com/langgenius/dify/pull/2106 - 修正: 空のキーワードのモデレーション by @GarfieldDai in https://github.com/langgenius/dify/pull/2108
- 調整: 請求表示テキストを改善 by @iamjoel in https://github.com/langgenius/dify/pull/2109
- 機能: レガシーなドキュメントをサポート by @crazywoola in https://github.com/langgenius/dify/pull/2100
想定読者
- Dify 0.5.0 へのアップグレードを検討しているチーム
- Change Log 周辺の機能を業務で使うエンジニア/運用者
なぜ重要か
(執筆予定: この機能が解決する課題と運用上のインパクトを書く)
リリースノート抜粋
- 修正: 出力で
on_message_replace_funcメソッドを呼び出す際の引数不足 by @takatost in https://github.com/langgenius/dify/pull/2106 - 修正: 空のキーワードのモデレーション by @GarfieldDai in https://github.com/langgenius/dify/pull/2108
- 雑務: 請求表示テキストの改善 by @iamjoel in https://github.com/langgenius/dify/pull/2109
- 機能: レガシーなドキュメントのサポート by @crazywoola in https://github.com/langgenius/dify/pull/2100
- 機能: 再招待メールのサポート by @GarfieldDai in https://github.com/langgenius/dify/pull/2107
- 初期化: Azure OpenAI のクォータ表示 by @charli117 in https://github.com/langgenius/dify/pull/2096
- 修正: 招待メールテンプレートの言語定数変数 by @BenjaminX in https://github.com/langgenius/dify/pull/2111
- 修正: 長い Dify アプリの説明がバックエンド例外をスローする問題 by @crazywoola in https://github.com/langgenius/dify/pull/2112
- 機能: GLM-4 および GLM-3 Turbo by @crazywoola in https://github.com/langgenius/dify/pull/2114
- 機能: Cohere LLM と埋め込みの追加 by @takatost in https://github.com/langgenius/dify/pull/2115
- 追加: Bedrock by @guchenhe in https://github.com/langgenius/dify/pull/2119
- 機能: GLM-4V のサポート by @Yeuoly in https://github.com/langgenius/dify/pull/2124
- 機能: プロバイダーリストでの Bedrock の並
アウトライン(執筆予定)
1. これまでの課題
(執筆予定)
2. 0.5.0 で何が変わったか
(執筆予定 — 上記抜粋を整理)
3. 使い方 / 設定手順
(執筆予定)
4. 運用上の注意点・トレードオフ
(執筆予定)
5. 関連リンク
(執筆予定)
検証が必要な事項
- [ ] 関連 PR 番号の特定
- [ ] 公式 Docs の該当ページ
- [ ] 実際の挙動確認(Dify Cloud or self-host)
- [ ] 既知の制限事項
ソース:
- GitHub Release 0.5.0
本記事は非公式まとめです。正式仕様は Dify 公式ドキュメント をご確認ください。