[PR #7646] chore: Update version to 0.7.2 #25783

Closed
opened 2026-02-21 20:25:41 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/7646

State: closed
Merged: Yes


What’s New in v0.7.2?

Hey everyone, we’re excited to bring you version 0.7.2 of our platform. This release is packed with new features, enhancements, and bug fixes to make your experience even better. Here’s a quick rundown:

🚀 New Features

  • Added support for dialogue count in chatflow by @iamjoel in #7440.
  • Added support for JSON Mode for Moonshot models by @oiuv in #7568.
  • Added support for Qwen text-embedding-v3 by @droxer in #7567.
  • Added support for the siliconflow text2img tool by @hjlarry in #7612.
  • Added support for the OneBot protocol tool by @RockChinQ in #7583.
  • Support for Wenxin BGE-Large and Tao embedding models by @CheneyYin in #7393.

⚙️ Enhancements

  • UI/UX Improvements:

    • Improved tooltip content to support line breaks by @hjlarry in #7424.
    • Improved the copywrite of the assigner node append mode description by @iamjoel in #7467.
    • Improved the readability of the menu collapse by @JunIce in #4099.
    • Updated theme-related CSS variables values by @iamjoel in #7442.
    • Added Langfuse view button by @charli117 in #7578.
    • Updated the "tag delete" confirm modal by @YIXIAO0 in #7522.
  • Backend Improvements:

    • Applied Ruff reformatting across various API components by @bowenliang123 in #7590, #7591, #7594, #7599, and @laipz8200 in #7645.
    • Support for CODE_MAX_PRECISION by @ZuzooVn in #7484.
    • Increased max steps to 50 in workflows by @takatost in #4252.
    • Added finish_reason to the LLM node output by @orangeclk in #7498.
    • Added support for pgvector full-text search setting by @JohnJyong in #7427.
    • Added support for sorting conversations by updated_at desc by @KinWang130 in #7348.
    • Create S3 bucket if it doesn't exist by @moyueheng in #7514.
    • Added storage type and Google Storage settings to worker by @KiyotakaMatsushita in #4266.

🛠️ Bug Fixes

  • Fixed logs not including the current day by @leslie2046 in #7426.
  • Fixed workflow end node deletion by @zxhlyh in #4240.
  • Fixed image icon not showing correctly on the left panel in the workflow web app page by @xuzuodong in #7466.
  • Fixed JSON schema not being saved correctly by @hjlarry in #7487.
  • Fixed the issue of the refine_switches param being invalid in the Novita.AI tool by @XiaoLey in #7485.
  • Fixed the tag input state lost issue by @YIXIAO0 in #7500.
  • Fixed the wrong usage of created_at on the modal for API Key by @monstaruos in #7548.
  • Fixed the workflow context menu popup issue by @YIXIAO0 in #7530.
  • Fixed incorrect duplication when no target node is selected by @edo1z in #7539.
  • Fixed voice language by @ZuzooVn in #7570.
  • Fixed score_threshold is none, return all top K documents by @gongchangwangpi in #7581.
  • Fixed the issue of not passing query parameters when the value is empty by @AmosZhu in #7585.
  • Fixed the workflow zoom range for shortcuts by @YIXIAO0 in #7563.
  • Fixed the tool node error by @luckylhb90 in #7459.
  • Fixed document error message not being cleared by @wellCh4n in #7453.
  • Fixed the issue of the refine_switches param being invalid in the Novita.AI tool by @XiaoLey in #7485.
  • Fixed the tag input state lost issue by @YIXIAO0 in #7500.
  • Fixed the wrong usage of created_at on the modal for API Key by @monstaruos in #7548.
  • Fixed the workflow context menu popup issue by @YIXIAO0 in #7530.
  • Fixed incorrect duplication when no target node is selected by @edo1z in #7539.
  • Fixed voice language by @ZuzooVn in #7570.
  • Fixed score_threshold is none, return all top K documents by @gongchangwangpi in #7581.
  • Fixed the issue of not passing query parameters when the value is empty by @AmosZhu in #7585.
  • Fixed the workflow zoom range for shortcuts by @YIXIAO0 in #7563.
  • Fixed the tool node error by @luckylhb90 in #7459.
  • Fixed document error message not being cleared by @wellCh4n in #7453.

📝 Documentation

  • Updated certbot/README.md by @eltociear in #7528.
  • Added CONTRIBUTING_VI i18n by @ZuzooVn in #7532.

That’s all for this release! As always, thank you for your contributions and feedback. Keep them coming, and happy coding! 🚀

**Original Pull Request:** https://github.com/langgenius/dify/pull/7646 **State:** closed **Merged:** Yes --- ## ✨ What’s New in v0.7.2? ✨ Hey everyone, we’re excited to bring you version 0.7.2 of our platform. This release is packed with new features, enhancements, and bug fixes to make your experience even better. Here’s a quick rundown: ### 🚀 New Features - Added support for dialogue count in chatflow by @iamjoel in #7440. - Added support for JSON Mode for Moonshot models by @oiuv in #7568. - Added support for Qwen text-embedding-v3 by @droxer in #7567. - Added support for the siliconflow text2img tool by @hjlarry in #7612. - Added support for the OneBot protocol tool by @RockChinQ in #7583. - Support for Wenxin BGE-Large and Tao embedding models by @CheneyYin in #7393. ### ⚙️ Enhancements - **UI/UX Improvements**: - Improved tooltip content to support line breaks by @hjlarry in #7424. - Improved the copywrite of the assigner node append mode description by @iamjoel in #7467. - Improved the readability of the menu collapse by @JunIce in #4099. - Updated theme-related CSS variables values by @iamjoel in #7442. - Added Langfuse view button by @charli117 in #7578. - Updated the "tag delete" confirm modal by @YIXIAO0 in #7522. - **Backend Improvements**: - Applied Ruff reformatting across various API components by @bowenliang123 in #7590, #7591, #7594, #7599, and @laipz8200 in #7645. - Support for CODE_MAX_PRECISION by @ZuzooVn in #7484. - Increased max steps to 50 in workflows by @takatost in #4252. - Added finish_reason to the LLM node output by @orangeclk in #7498. - Added support for pgvector full-text search setting by @JohnJyong in #7427. - Added support for sorting conversations by updated_at desc by @KinWang130 in #7348. - Create S3 bucket if it doesn't exist by @moyueheng in #7514. - Added storage type and Google Storage settings to worker by @KiyotakaMatsushita in #4266. ### 🛠️ Bug Fixes - Fixed logs not including the current day by @leslie2046 in #7426. - Fixed workflow end node deletion by @zxhlyh in #4240. - Fixed image icon not showing correctly on the left panel in the workflow web app page by @xuzuodong in #7466. - Fixed JSON schema not being saved correctly by @hjlarry in #7487. - Fixed the issue of the refine_switches param being invalid in the Novita.AI tool by @XiaoLey in #7485. - Fixed the tag input state lost issue by @YIXIAO0 in #7500. - Fixed the wrong usage of created_at on the modal for API Key by @monstaruos in #7548. - Fixed the workflow context menu popup issue by @YIXIAO0 in #7530. - Fixed incorrect duplication when no target node is selected by @edo1z in #7539. - Fixed voice language by @ZuzooVn in #7570. - Fixed score_threshold is none, return all top K documents by @gongchangwangpi in #7581. - Fixed the issue of not passing query parameters when the value is empty by @AmosZhu in #7585. - Fixed the workflow zoom range for shortcuts by @YIXIAO0 in #7563. - Fixed the tool node error by @luckylhb90 in #7459. - Fixed document error message not being cleared by @wellCh4n in #7453. - Fixed the issue of the refine_switches param being invalid in the Novita.AI tool by @XiaoLey in #7485. - Fixed the tag input state lost issue by @YIXIAO0 in #7500. - Fixed the wrong usage of created_at on the modal for API Key by @monstaruos in #7548. - Fixed the workflow context menu popup issue by @YIXIAO0 in #7530. - Fixed incorrect duplication when no target node is selected by @edo1z in #7539. - Fixed voice language by @ZuzooVn in #7570. - Fixed score_threshold is none, return all top K documents by @gongchangwangpi in #7581. - Fixed the issue of not passing query parameters when the value is empty by @AmosZhu in #7585. - Fixed the workflow zoom range for shortcuts by @YIXIAO0 in #7563. - Fixed the tool node error by @luckylhb90 in #7459. - Fixed document error message not being cleared by @wellCh4n in #7453. ### 📝 Documentation - Updated certbot/README.md by @eltociear in #7528. - Added CONTRIBUTING_VI i18n by @ZuzooVn in #7532. That’s all for this release! As always, thank you for your contributions and feedback. Keep them coming, and happy coding! 🚀
yindo added the pull-request label 2026-02-21 20:25:41 -05:00
yindo closed this issue 2026-02-21 20:25:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#25783