Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(*): Bump version 0.7.1 #7389

Merged
merged 1 commit into from
Aug 19, 2024
Merged

chore(*): Bump version 0.7.1 #7389

merged 1 commit into from
Aug 19, 2024

Conversation

laipz8200
Copy link
Collaborator

@laipz8200 laipz8200 commented Aug 19, 2024

✨ 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!

@laipz8200 laipz8200 marked this pull request as ready for review August 19, 2024 11:52
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Aug 19, 2024
@laipz8200 laipz8200 requested a review from Yeuoly August 19, 2024 11:52
@dosubot dosubot bot added 🐞 bug Something isn't working 💪 enhancement New feature or request 🔨 feat:tools Tools for agent, function call related stuff. labels Aug 19, 2024
Copy link
Collaborator

@Yeuoly Yeuoly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Aug 19, 2024
@laipz8200 laipz8200 merged commit 3d27d15 into main Aug 19, 2024
14 checks passed
@laipz8200 laipz8200 deleted the chore/bump-version-0.7.1 branch August 19, 2024 13:24
Scorpion1221 added a commit to yybht155/dify that referenced this pull request Aug 20, 2024
* commit '3d27d15f00d025185bf979a90a07f2767297703f': (297 commits)
  chore(*): Bump version 0.7.1 (langgenius#7389)
  upgrade: sandbox to 0.2.6 (langgenius#7410)
  add CrossRef builtin tool: doi query and title query (langgenius#7406)
  feat: OpenRouter add gpt-4o-2024-08-06 model (langgenius#7409)
  fix(api/core/model_runtime/model_providers/__base/large_language_model.py): Add TEXT type checker (langgenius#7407)
  fix:start of the period should be YYYY-MM-DD 00:00 (langgenius#7371)
  Feat: shortcut hook (langgenius#7385)
  chore: rearrange api python dependencies (langgenius#7391)
  feat: support xinference's auth system (langgenius#7369)
  chore: update ruff from 0.5.x to 0.6.x (langgenius#7384)
  feat: custom app icon (langgenius#7196)
  feat: add jina tokenizer tool (langgenius#7375)
  feat(api): support wenxin text embedding (langgenius#7377)
  chore: optimize ark model parameters (langgenius#7378)
  chore: add LOG_FILE to docker-compose (langgenius#7372)
  fix(api/services/workflow/workflow_converter.py): Add converrsation variable to workflow. (langgenius#7257)
  add base url for moonshot model (langgenius#7360)
  fix: keywords (langgenius#7357)
  feat: support siliconflow rerank (langgenius#7337)
  add workflowClient ,fix rename bug (langgenius#7352)
  ...

# Conflicts:
#	api/configs/app_config.py
#	api/core/helper/code_executor/code_executor.py
#	api/core/tools/utils/message_transformer.py
#	api/core/workflow/nodes/tool/tool_node.py
#	api/poetry.lock
#	api/pyproject.toml
#	web/app/components/workflow/nodes/_base/components/variable/utils.ts
#	web/yarn.lock
cuiks pushed a commit to cuiks/dify that referenced this pull request Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working 💪 enhancement New feature or request 🔨 feat:tools Tools for agent, function call related stuff. lgtm This PR has been approved by a maintainer size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants