MyGit

0.10.0

langgenius/dify

版本发布时间: 2024-10-21 18:54:27

langgenius/dify最新发布版本:0.10.0(2024-10-21 18:54:27)

🎉 What's New in v0.10.0? 🎉

Hello to all the innovators out there! We're excited to unveil v0.10.0, a powerhouse update designed to enhance your flexibility and efficiency. Let’s delve into the highlights:

features

🌟 Enhanced Multi-Modal Support

This central feature boosts your workflows and chatflows with greater flexibility:

Thanks to the tireless efforts of @zxhlyh in #9526 and @laipz8200 in #8818, this feature marks a significant leap forward.

Read more: Introducing Dify Workflow File Upload: A Demo on AI Podcast

✉️ Registry and Login with Email

Simplifying user access with:

🚀 Additional Features

🛠️ Enhancements

🔧 Fixes

v0.10.0 brings a wealth of innovations to simplify and elevate your workflow capabilities. Dive in and explore these enhancements to harness the full potential of AI-driven tasks. Your feedback is pivotal, so keep it coming. Happy building! 🚀


Upgrade Guide

Docker compose deployments

  1. Back up your customized docker-compose YAML file (optional)

    cd docker
    cp docker-compose.yaml docker-compose.yaml.$(date +%s).bak
    
  2. Get the latest code from the main branch

    git checkout main
    git pull origin main
    
  3. Stop the service,Command, please execute in the docker directory

    docker compose down
    
  4. Back up data

    tar -cvf volumes-$(date +%s).tgz volumes
    
  5. Upgrade services

    docker compose up -d
    

Source Code deployments

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

  2. Get the latest code from the release branch:

    git checkout 0.10.0
    
  3. Update Python dependencies:

    cd api
    poetry install
    
  4. Then, let's run the migration script:

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


What's Changed

New Contributors

Full Changelog: https://github.com/langgenius/dify/compare/0.9.2...0.10.0

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

查看:2024-10-21发行的版本