v1.1.0
#16131
Replies: 1 comment
-
appreciate for the metadata update, BUT I met got a problem: |
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.
-
🚀 What's New in v1.1.0
Welcome to v1.1.0! This release packs a punch with significant improvements, enhancements, and the introduction of some much-awaited features. Here's what we've got:
🚀 New Features
🛠️ Enhancements
manager.py
by @laipz8200 in fix: streamline file upload configuration handling in manager.py #15714.🐞 Bug Fixes
Miscellaneous
This release aims to strengthen our platform's reliability, security, and usability, and we are keen on hearing your feedback. Happy coding with v1.1.0!
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, Command, please execute in the docker directory
Back up data
tar -cvf volumes-$(date +%s).tgz volumes
Upgrade services
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 poetry install
Then, let's run the migration script:
Finally, run the API server, Worker, and Web frontend Server again.
What's Changed
skip_ssl_verify
support #15177 by @sho-takano-dev in feat: add Http Request Node to skip ssl verify function #15177 #15664WorkflowTool
by @QuantumGhost in fix(api): fix fail branch functionality forWorkflowTool
#15966New Contributors
Full Changelog: 1.0.1...1.1.0
This discussion was created from the release v1.1.0.
Beta Was this translation helpful? Give feedback.
All reactions