v0.8.2
#8354
Replies: 2 comments 1 reply
-
Hello,i update to version 0.8.2 via the source code still does not support multiple branches in the workflow. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
✨ What’s New in v0.8.2? ✨
Hey everyone, we've got some fresh updates in version 0.8.2 that are all about making your experience smoother and more efficient. Here's the lowdown:
🚀 New Features
O1-Series Models Support: We've added support for the O1-series models in the Agent App, specifically for ReACT workflows. This enhancement by @takatost in feat: add o1-series models support in Agent App (ReACT only) #8350 opens up new possibilities for those leveraging ReACT in their applications.
Service API Workflow Logs: Thanks to @fanlia in Feature/service api workflow logs #8323, you can now access detailed workflow logs via the service API. This is a big win for those of you who need to keep a close eye on what's happening under the hood.
🛠️ Bug Fixes
Score Threshold Fix: Addressed an issue where the score threshold was set to none, ensuring more reliable performance metrics by @JohnJyong in fixed score threshold is none #8342.
Workflow Var-Selector Update: Fixed a bug where the var-selector wasn't updating when edges changed in workflows. Kudos to @HiChen404 for this fix in fix(workflow): fix var-selector not update when edges change #8259.
Copy and Paste Shortcut: Resolved an issue with the copy and paste shortcut in the textarea of the workflow run panel, making text manipulation a breeze again. Thanks to @YIXIAO0 for the fix in fix: copy and paste shortcut in the textarea of the workflow run panel #8345.
That's it for this release! Keep those feedback and contributions coming, and let's keep making this platform even better together.
Upgrade Guide
Docker compose deployments
Warning
The
docker-compose.yaml
has been refactored. If you've made any changes to the file, make sure to check out the "Upgrade to new docker compose deployment" section above for usage and migration tips.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 main 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
New Contributors
Full Changelog: 0.8.1...0.8.2
This discussion was created from the release v0.8.2.
Beta Was this translation helpful? Give feedback.
All reactions