v1.11.4
#31042
Replies: 2 comments 3 replies
-
|
执行 docker-compose up -d 报错: |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
这个版本在安装火山引擎v0.0.41报错,使用的 volcengine_maas 插件版本(0.0.41)和当前环境中的 dify_plugin 库版本不匹配,安装v0.0.40可以正常安装 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🔒 Security
Dify now requires Node.js 24.13.0 to pick up the upstream fix for the AsyncLocalStorage/async_hooks DoS CVE that can crash apps with deeply nested input. All self-hosted deployments should upgrade Node.js. Thanks to @hyoban in #30945.
Related: #30935.
🛠️ Bug Fixes
Redirect After Login: We’ve sorted out the login redirects to bring you back to your intended destination smoothly after logging in. Shoutout to @hyoban for this fix in fix: redirect after login #30985.
Missing ID and Message ID: Missing the essentials? Not anymore! We’ve patched the missing
idandmessage_idissue, thanks to @fatelei in fix: fix missing id and message_id #31008.Destructuring Undefined Properties: Ever run into that annoying error where you can't destructure
namefromvaluebecause it's undefined? That’s been crushed too, all thanks to @fatelei in fix: fix Cannot destructure property 'name' of 'value' as it is undef… #30991.Upgrade Guide
Docker Compose Deployments
Back up your customized docker-compose YAML file (optional)
Get the latest code from the main branch
Stop the service. Please execute in the docker directory
Back up data
tar -cvf volumes-$(date +%s).tgz volumesUpgrade services
Note
If you encounter errors like below
Please use the following command instead. For details, please read this #28706
Source Code Deployments
Stop the API server, Worker, and Web frontend Server.
Get the latest code from the release branch:
Update Python dependencies:
cd api uv syncThen, let's run the migration script:
Finally, run the API server, Worker, and Web frontend Server again.
What's Changed
Full Changelog: 1.11.3...1.11.4
This discussion was created from the release v1.11.4.
Beta Was this translation helpful? Give feedback.
All reactions