v1.13.1 #33584
QuantumGhost
announced in
Releases
v1.13.1
#33584
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.
-
🚀 Major Functional Changes
Data platform and dataset operations
Workflow and chat experience improvements
Existing email templates that relied on raw/plain behavior may render differently after upgrade.
EntervsShift+Enter) for embedded chat input.export-app-messagesCLI command to export application messages and related feedback toJSONL.GZ(local or cloud storage).🔐 Security Updates
🏗️ Configuration, Architecture, and Deployment Updates
Deployment and operations
dataset_summaryfor LLM-heavy summary generation tasks.Configuration changes
REDIS_MAX_CONNECTIONS.PUBSUB_*event-bus settings in favor ofEVENT_BUS_*settings.🛠 Other Noteworthy Changes
workflow_runs.started_atbeing overwritten on resume.{{...}}conditions).doc_typehandling in Weaviate vector attributes for better compatibility.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
core.filetocore.workflow.fileby @WH-2099 in refactor(workflow-file): movecore.filetocore.workflow.file#32252generate_valid_passwordhelper for creating test account passwords by @ZeroZ-lab in refactor: usegenerate_valid_passwordhelper for creating test account passwords #33192EVENT_BUS_REDIS_CLUSTERSby @QuantumGhost in chore(api): rename configurationEVENT_BUS_REDIS_CLUSTERS#33528New Contributors
Full Changelog: 1.13.0...1.13.1
This discussion was created from the release v1.13.1.
Beta Was this translation helpful? Give feedback.
All reactions