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
Meet v1.5.0—a sleek, powerful update boosting your productivity with simplified debugging and powerful integrations. Let's jump right in:
🏗️ Major Feature: Enhanced Workflow Debugging
We've completely rebuilt our workflow debugging tools! Effortlessly visualize and troubleshoot workflows with improved interfaces, persistent debugging variables (#20699, thanks @QuantumGhost), and enhanced dashboard integration (#21369, kudos to @iamjoel). Easily track your workflow runs directly from the dashboard, and spend less time debugging and more time creating amazing workflows. Dive deeper in our blog post.
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
Uh oh!
There was an error while loading. Please reload this page.
-
🚀 What's New in v1.5.0?
Meet v1.5.0—a sleek, powerful update boosting your productivity with simplified debugging and powerful integrations. Let's jump right in:
🏗️ Major Feature: Enhanced Workflow Debugging
We've completely rebuilt our workflow debugging tools! Effortlessly visualize and troubleshoot workflows with improved interfaces, persistent debugging variables (#20699, thanks @QuantumGhost), and enhanced dashboard integration (#21369, kudos to @iamjoel). Easily track your workflow runs directly from the dashboard, and spend less time debugging and more time creating amazing workflows. Dive deeper in our blog post.
✨ New & Improved Features
sys.files
now included for more powerful web apps (feat(web): Contains sys.files in the default template. #21476, @laipz8200).🛠️ Refinements & Fixes
We crafted v1.5.0 to enhance your productivity—dive in, explore, and start building! 🎉
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. 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 uv sync
Then, let's run the migration script:
Finally, run the API server, Worker, and Web frontend Server again.
What's Changed
RESPECT_XFORWARD_HEADERS_ENABLED
configurable in Compose by @antonko in feat: makeRESPECT_XFORWARD_HEADERS_ENABLED
configurable in Compose #21248New Contributors
RESPECT_XFORWARD_HEADERS_ENABLED
configurable in Compose #21248Full Changelog: 1.4.3...1.5.0
This discussion was created from the release v1.5.0.
Beta Was this translation helpful? Give feedback.
All reactions