MyGit

0.6.2-fix1

langgenius/dify

版本发布时间: 2024-04-11 23:39:24

langgenius/dify最新发布版本:0.6.8(2024-05-14 03:21:11)

[!WARNING]

⚠️ EMERGENCY FIX ⚠️

PLEASE UPGRADE to v0.6.2-fix1 AS SOON AS POSSIBLE TO PREVENT DATA LEAKAGE.

Fix the issue where sys.query/sys.files data gets mixed up with other tasks during high concurrency in workflow/chatflow.


✨ Spotlight on Dify v0.6.0 ✨

🚀 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.


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

Full Changelog: https://github.com/langgenius/dify/compare/0.6.2...0.6.2-fix1

相关地址:原始地址 下载(tar) 下载(zip)

查看:2024-04-11发行的版本