You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
✨ What’s New in v1.1.1? ✨
We've got some cool updates and fixes in v1.1.1 to keep things running smoother and shinier. Let's dive in:
⚙️ Enhancements
Big thanks to all contributors for making v1.1.1 even better! Keep diving into those projects and creating cool things!
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
New Contributors
Full Changelog: 1.1.0...1.1.1
This discussion was created from the release v1.1.1.
Beta Was this translation helpful? Give feedback.
All reactions