v1.13.2 #33687
QuantumGhost
announced in
Releases
v1.13.2
#33687
Replies: 0 comments
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.
-
This patch release fixes several critical regressions and stability issues introduced in v1.13.1, including:
LLM-related nodes, including LLM and Question Classifier.
Upgrade Guide
Important
If you use custom
CELERY_QUEUES, make sureworkflow_based_app_executionis included.If
ENABLE_API_TOKEN_LAST_USED_UPDATE_TASK=true, also includeapi_token.For background and details, see⚠️ Important Upgrade Note and 🔧 Operational Note above.
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
end-userandend_user(chore: compatiable end-user and end_user #33638) by @wangxiaoleiFull Changelog: 1.13.1...1.13.2
This discussion was created from the release v1.13.2.
Beta Was this translation helpful? Give feedback.
All reactions