Skip to content

Update Dify to v1.4.0#10

Merged
progamesigner merged 1 commit intomasterfrom
workflows/kustomize/v1.4.0-15042145057
May 15, 2025
Merged

Update Dify to v1.4.0#10
progamesigner merged 1 commit intomasterfrom
workflows/kustomize/v1.4.0-15042145057

Conversation

@pgs-bot
Copy link
Contributor

@pgs-bot pgs-bot bot commented May 15, 2025

Update Dify to v1.4.0

This pull request automatically updates the Kubernetes manifests for Dify to version 1.4.0.

✨ What's New in v1.4.0? ✨

🎂 Dify turns 2! New look, new brand, same mission.

Imagine if every idea could become an AI agent. With Dify, ‘if’ you can ask it, you can build it.

Check out the new Dify.AI and start building your if today.

🚀 New Features & Enhancements

features

🌙 Dark Mode

We’ve rolled out a theme switcher that allows you to easily toggle between light and dark modes, perfect for those late-night coding sessions. Click your avatar to experience it! This feature helps reduce eye strain and allows you to customize your user interface to match your preference. Thanks to @JzoNgKVO in PR #18093.

🖼️ Multi-Modal LLM Output

Our platform now supports multimodal outputs, allowing LLMs to handle both text and images within the LLMNode. This feature enhances the richness of data interaction and boosts your model's capabilities, courtesy of @QuantumGhost's efforts in PR #17372. You can now try these new features using the Gemini 2.0 Flash Exp model!

✏️ Editable Questions

We’ve added greater control over your questions, allowing them to be edited before they go live. This update ensures that you can tweak questions for clarity and relevance, as implemented by @HyaCiovo in PR #19117.

🔧 Bug Fixes and Improvements

Core Functionality

Workflow Management

API and Integrations

Web Interface and User Experience

Internationalization and Localization

Development and Infrastructure

New Contributors

Full Changelog: langgenius/dify@1.3.1...1.4.0

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. 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 the API server, Worker, and Web frontend Server.

  2. Get the latest code from the release branch:

    git checkout 1.4.0
  3. Update Python dependencies:

    cd api
    uv sync
  4. Then, let's run the migration script:

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


Generated by GitHub Actions Bot

@pgs-bot pgs-bot bot requested a review from progamesigner May 15, 2025 10:01
@progamesigner progamesigner merged commit a705ec2 into master May 15, 2025
@progamesigner progamesigner deleted the workflows/kustomize/v1.4.0-15042145057 branch May 15, 2025 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant