[PR #7389] chore(*): Bump version 0.7.1 #25675

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

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

State: closed
Merged: Yes


What’s New in v0.7.1?

Hey everyone, we’re excited to bring you version 0.7.1 of our platform! This release is packed with new features, enhancements, and crucial fixes. Let’s dive in:

🚀 New Features

  • Custom App Icons: Personalize your apps with custom icons by @xuzuodong in #7196.

    Screenshot 2024-08-19 at 2 36 27 PM
  • OpenAI Structured Outputs Support: Now supporting OpenAI's Structured Outputs by @hjlarry in #7258.

  • Dify Sandbox v0.2.6: Install any Python package you want by @Yeuoly in #7410.

🧠 Model Updates

  • ChatGPT-4o-Latest: Added the latest ChatGPT-4o model by @hjlarry in #7289.

🛠️ New Tools

  • Jina Tokenizer Tool: Added a new tokenizer tool by @hjlarry in #7375.
  • GitLab Tool: Integrated GitLab tool by @wlrnet in #7329.

⚙️ Enhancements

  • Xinference Auth System: Enhanced support for Xinference's authentication system by @ethan-fly in #7369.
  • Ruff Formatter: Introduced Ruff Formatter for better code formatting by @laipz8200 in #7291.
  • Ruff Update: Updated Ruff from 0.5.x to 0.6.x by @bowenliang123 in #7384.
  • Rearranged API Python Dependencies by @bowenliang123 in #7391

🛠️ Bug Fixes

  • Rerank Mode Fix: Fixed missing rerank_mode when converting to DatasetEntity by @optionals in #7269.
  • Tool Test Modal: Fixed issue where parameters couldn’t be input in tool test modal by @wellCh4n in #7281.
  • Markdown Conversion: Fixed file to markdown conversion issue by @laipz8200 in #7293.
  • Image Resizing: Dify editor now supports image resizing by @crazywoola in #7296.
  • Conversation Variables: Added conversation variables in app DSL service by @laipz8200 in #7304.
  • Node and Edge Issues: Fixed inability to add node and change the edge by @aixgeek in #7303.
  • Default Values: Fixed missing default value of type array object in conversation variable modal by @JzoNgKVO in #7309.
  • Elasticsearch Docker Env: Fixed docker environment for Elasticsearch by @QIN2DIM in #7270.
  • Run History: Corrected iteration times number in run history by @iamjoel in #7318.
  • Keywords Fix: Fixed keywords issue by @crazywoola in #7357.
  • Workflow Variables: Added conversation variable to workflow by @laipz8200 in #7257.

🌐 Internationalization

  • Japanese Translation: Added JP translation for variable aggregator by @HanqingZ in #7277.
  • Fixes in Japanese Translations: Corrected translations of secret values by @yukyu30 in #7279.
  • General i18n Updates: Various internationalization updates by @ZuzooVn in #7312.

That’s all for this release! As always, thank you for your contributions and feedback. Keep building and innovating!

**Original Pull Request:** https://github.com/langgenius/dify/pull/7389 **State:** closed **Merged:** Yes --- ## ✨ What’s New in v0.7.1? ✨ Hey everyone, we’re excited to bring you version 0.7.1 of our platform! This release is packed with new features, enhancements, and crucial fixes. Let’s dive in: ### 🚀 New Features - **Custom App Icons**: Personalize your apps with custom icons by @xuzuodong in [#7196](https://github.com/langgenius/dify/pull/7196). <img width="769" alt="Screenshot 2024-08-19 at 2 36 27 PM" src="https://github.com/user-attachments/assets/56fb1dd5-2580-4cde-ac6e-01ca036093fd"> - **OpenAI Structured Outputs Support**: Now supporting OpenAI's Structured Outputs by @hjlarry in [#7258](https://github.com/langgenius/dify/pull/7258). - **Dify Sandbox v0.2.6**: Install any Python package you want by @Yeuoly in [#7410](https://github.com/langgenius/dify/pull/7410). ### 🧠 Model Updates - **ChatGPT-4o-Latest**: Added the latest ChatGPT-4o model by @hjlarry in [#7289](https://github.com/langgenius/dify/pull/7289). ### 🛠️ New Tools - **Jina Tokenizer Tool**: Added a new tokenizer tool by @hjlarry in [#7375](https://github.com/langgenius/dify/pull/7375). - **GitLab Tool**: Integrated GitLab tool by @wlrnet in [#7329](https://github.com/langgenius/dify/pull/7329). ### ⚙️ Enhancements - **Xinference Auth System**: Enhanced support for Xinference's authentication system by @ethan-fly in [#7369](https://github.com/langgenius/dify/pull/7369). - **Ruff Formatter**: Introduced Ruff Formatter for better code formatting by @laipz8200 in [#7291](https://github.com/langgenius/dify/pull/7291). - **Ruff Update**: Updated Ruff from 0.5.x to 0.6.x by @bowenliang123 in [#7384](https://github.com/langgenius/dify/pull/7384). - **Rearranged API Python Dependencies** by @bowenliang123 in [#7391](https://github.com/langgenius/dify/pull/7391) ### 🛠️ Bug Fixes - **Rerank Mode Fix**: Fixed missing rerank_mode when converting to DatasetEntity by @optionals in [#7269](https://github.com/langgenius/dify/pull/7269). - **Tool Test Modal**: Fixed issue where parameters couldn’t be input in tool test modal by @wellCh4n in [#7281](https://github.com/langgenius/dify/pull/7281). - **Markdown Conversion**: Fixed file to markdown conversion issue by @laipz8200 in [#7293](https://github.com/langgenius/dify/pull/7293). - **Image Resizing**: Dify editor now supports image resizing by @crazywoola in [#7296](https://github.com/langgenius/dify/pull/7296). - **Conversation Variables**: Added conversation variables in app DSL service by @laipz8200 in [#7304](https://github.com/langgenius/dify/pull/7304). - **Node and Edge Issues**: Fixed inability to add node and change the edge by @aixgeek in [#7303](https://github.com/langgenius/dify/pull/7303). - **Default Values**: Fixed missing default value of type array object in conversation variable modal by @JzoNgKVO in [#7309](https://github.com/langgenius/dify/pull/7309). - **Elasticsearch Docker Env**: Fixed docker environment for Elasticsearch by @QIN2DIM in [#7270](https://github.com/langgenius/dify/pull/7270). - **Run History**: Corrected iteration times number in run history by @iamjoel in [#7318](https://github.com/langgenius/dify/pull/7318). - **Keywords Fix**: Fixed keywords issue by @crazywoola in [#7357](https://github.com/langgenius/dify/pull/7357). - **Workflow Variables**: Added conversation variable to workflow by @laipz8200 in [#7257](https://github.com/langgenius/dify/pull/7257). ### 🌐 Internationalization - **Japanese Translation**: Added JP translation for variable aggregator by @HanqingZ in [#7277](https://github.com/langgenius/dify/pull/7277). - **Fixes in Japanese Translations**: Corrected translations of secret values by @yukyu30 in [#7279](https://github.com/langgenius/dify/pull/7279). - **General i18n Updates**: Various internationalization updates by @ZuzooVn in [#7312](https://github.com/langgenius/dify/pull/7312). That’s all for this release! As always, thank you for your contributions and feedback. Keep building and innovating!
yindo added the pull-request label 2026-02-21 20:25:26 -05:00
yindo closed this issue 2026-02-21 20:25:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#25675