v0.7.1
#7415
Replies: 2 comments 7 replies
-
I have updated to latest version using source code deployments steps but do not see the variable assigner node nor the conversation variables. When I check About it show v 0.7.2. What am I missing? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
✨ What’s New in v0.7.1? ✨
Hey everyone, we’re excited to bring you version 0.7.1 of our platform! This release is packed with new features, enhancements, and crucial fixes. Let’s dive in:
🚀 New Features
Custom App Icons: Personalize your apps with custom icons by @xuzuodong in #7196.
OpenAI Structured Outputs Support: Now supporting OpenAI's Structured Outputs by @hjlarry in #7258.
Dify Sandbox v0.2.6: Install any Python package you want by @Yeuoly in #7410.
🧠 Model Updates
🛠️ New Tools
⚙️ Enhancements
🛠️ Bug Fixes
🌐 Internationalization
That’s all for this release! As always, thank you for your contributions and feedback. Keep building and innovating!
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
Conversation.dialogue_count
by @laipz8200 in feat(api/workflow): AddConversation.dialogue_count
#7275New Contributors
Full Changelog: 0.7.0...0.7.1
This discussion was created from the release v0.7.1.
Beta Was this translation helpful? Give feedback.
All reactions