Skip to content

v0.6.4

Compare
Choose a tag to compare
@takatost takatost released this 22 Apr 04:14
· 2606 commits to main since this release
b64080b

✨ Spotlight on Dify v0.6 ✨

🚀 Introducing Dify Workflow 🚀

Eager to elevate the stability and reproducibility of your LLM applications? The latest release, Dify Workflow, is here to empower you.

Curious for more? Swing by the v0.6.0 Release Notes for the full scoop.


What’s New in v0.6.4?

This update primarily focuses on enhancing system stability and improving user experience. Key updates include:

  • feat: Added agent tools log by @JzoNgKVO in #3537
  • feat: Added claude 3 opus of bedrock by @tellsiddh in #3545
  • feat: Added Code Interpreter Tool by @Yeuoly in #3557
  • feat: Added workflow api in Node.js sdk by @iamjoel in #3584
  • feat: Added Mistral open-mixtral-8x22b by @joshua20231026 in #3591
  • feat: Added stable diffusion 3 tool by @Yeuoly in #3599
  • feat: Added mixtral 8x22b by @joshua20231026 in #3606
  • feat: Vision switch functionality is provided on OpenRouter by @jeessy2 in #3564
  • feat: moonshot function calling support by @Yeuoly in #3629
  • feat: Added llama3 for nvidia-api-catalog by @joshua20231026 in #3631
  • feat: File logging support by @liuzhenghua in #3612
  • For additional enhancements and updates, refer to the What's Changed section below.

Update Guide

Docker compose deployments:

  1. Get the latest code from the main branch:

    git checkout main
    git pull origin main
  2. Go to the next step and update to the latest image:

    cd docker
    docker compose up -d

Source Code deployments:

  1. Stop API server, Worker and Web frontend Server.

  2. Get the latest code from the main branch:

    git checkout main
    git pull origin main
  3. Update Python dependencies:

    cd api
    pip install -r requirements.txt
  4. Then, let's run the migration script:

    flask db upgrade
  5. Finally, run API server, Worker and Web frontend Server again.

What's Changed

New Contributors

Full Changelog: 0.6.3...0.6.4