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
Heads up! Starting with the next minor version, we'll no longer support Python 3.10. Make sure to upgrade to Python 3.11 or 3.12 to stay current with our updates.
Version 0.11.2 is here with new models, tools, improvements, and bug fixes for a smoother experience. Here’s what’s new:
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 v0.11.2? ✨
Important
Heads up! Starting with the next minor version, we'll no longer support Python 3.10. Make sure to upgrade to Python 3.11 or 3.12 to stay current with our updates.
Version 0.11.2 is here with new models, tools, improvements, and bug fixes for a smoother experience. Here’s what’s new:
🚀 New Features
⚙️ Enhancements
CODE_EXECUTION_TIMEOUT
configurable via.env
by @lzzzzzzzzz (export configuration 'CODE_EXECUTION_TIMEOUT' to .env #10688).🛠️ Bug Fixes
mp3
file upload issues by @hjlarry (fix:mp3
file upload not work #10650).generation
queue to save server resources by @jiangbo721 (fix: remove unused queuegeneration
#10532).Enjoy these updates and streamline your workflows with the new features and fixes. Happy coding!
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 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 API server, Worker and Web frontend Server again.
What's Changed
you have not added provider None
by @smyhw in Fixesyou have not added provider None
#10501tools
field and cleanup variable usage by @laipz8200 in refactor(api): improve handling oftools
field and cleanup variable usage #10553generation
by @jiangbo721 in fix: remove unused queuegeneration
#10532mp3
file upload not work by @hjlarry in fix:mp3
file upload not work #10650New Contributors
you have not added provider None
#10501Full Changelog: 0.11.1...0.11.2
This discussion was created from the release v0.11.2.
Beta Was this translation helpful? Give feedback.
All reactions