v1.6.0 #22190
crazywoola
announced in
Releases
v1.6.0
#22190
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🌟 What’s New in v1.6.0? 🌟
Welcome to version 1.6.0! 🎉🎉🎉 This release is packed with new features, crucial fixes, and various optimisations aimed at enhancing your experience. We've listened to your feedback and made significant improvements across the board.
🎯 Spotlight Feature: Introducing MCP Support! 🎯
We’re thrilled to introduce support for Anthropic’s Model Context Protocol (MCP) — a new industry standard for structuring model inputs and outputs. MCP makes it easier than ever to integrate with cutting-edge language models using a unified, reliable format.
📖 FOR MORE INFORMATION
🚀 New Features
⚡ Enhancements
🐛 Fixes
Version 1.6.0 brings major process optimisations and removes previous bottlenecks, while introducing the Model Context Protocol (MCP) standard to greatly enhance the consistency and compatibility of model inputs and outputs. This makes integration and extension smoother and more efficient than ever. Huge thanks to all our contributors! We welcome your ongoing feedback to help us keep improving the platform together.
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
MessageStatus
class from themodels.model
module tomodels.enums
module by @NeatGuyCoding in moving theMessageStatus
class from themodels.model
module tomodels.enums
module #21867getNodeUsedVars
implementation details by @Minamiyama in fix(variables): ImprovegetNodeUsedVars
implementation details #21987extract_tenant_id
by @laipz8200 in feat(libs): Introduceextract_tenant_id
#22086New Contributors
Full Changelog: 1.5.1...1.6.0
Beta Was this translation helpful? Give feedback.
All reactions