Replies: 4 comments 8 replies
-
@laipz8200 Uh... regarding the 'Bug Fixes' section, specifically the 'File URL Retrieval Issues', I actually resolved this issue, but not through this PR. This particular PR was a bit messy and got reverted. 😅 I made some adjustments, and it should actually be this PR: #10513. |
Beta Was this translation helpful? Give feedback.
-
Hi, I just tried 0.11.1. Uploading an image works now, but the name of the file on the server doesn't match the name or id which is given back. |
Beta Was this translation helpful? Give feedback.
-
Is |
Beta Was this translation helpful? Give feedback.
-
After upgrading to version 0.11.1 through docker-compose, the following information is printed crazily in the log. |
Beta Was this translation helpful? Give feedback.
-
✨ What's New in v0.11.1? ✨
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.
We're back with some fresh features and crucial fixes in version 0.11.1. Let’s dive in and see what's changed:
🚀 New Features
Vanna AI Base URL Configuration: You can now configure the base URL for VannaAI, allowing more flexibility in routing requests by @BenjaminX in feat(vannaai): add base_url configuration #10294.
Anthropic Claude-3-5-Haiku Support via OpenRouter: Get ready to leverage the capabilities of Anthropic’s Claude-3-5-Haiku by @infinitnet in feat: add support for anthropic/claude-3-5-haiku through OpenRouter #10331.
GitLab Tools Integration: Amp up your DevOps with the integration of GitLab tools by @wlrnet in Feat/tools/gitlab #10407.
Video Understanding and CogVideo Tool Support: Your LLM can now understand videos, and with the new CogVideo tool, process them too! Thanks to @hjlarry in feat: support LLM understand video #9828 and feat: add cogVideo tool #10456.
Tool Search Enhancement: You can now search for tools using the provider’s name, making it easier to find exactly what you need by @hjlarry in feat: support tool search also can search toolProvider's name #10518.
Podcast Generator Tool Enhancements: Set the OpenAI base URL when using our podcast generation tool, thanks to @XiaoLey in feat(tools/podcast_generator): add support for setting openai base url with the podcast_generationor tool #10496 and feat(tools/podcast_generator): add support for setting openai base url with the podcast_generationor tool #10517.
⚙️ Enhancements
SSRF Request Timeout Configuration: New configuration options to customize SSRF request timeout for better security by @gubinjie in feat: The SSRF request timeout configuration item is added #10292.
PNG, GIF, and WebP Support: More image formats for your media needs by @ZuzooVn in feat: support png, gif, webp #7947.
Iteration Node Enhancements: Parallel mode now maintains correct output order, and single run time per iteration is supported by @Nov1c444 in fix: correct output order in parallel mode for iteration nodes #10323 and Feat/iteration single run time #10512.
Celery Worker Log Format: Logs now respect the
LOG_FORMAT
environment variable, making logs cleaner and more consistent by @liuhaoran1212 in celery worker log format following LOG_FORMAT env#9404 #10016.🛠️ Bug Fixes
ComfyUI Tool Prompt Fix: Special prompts are back in action for the ComfyUI tool by @hjlarry in fix: special prompt not work for comfyUI tool #10307.
Workflow and Node Fixes: Various workflow-related bugs squashed, specifically handling optional values in workflow start nodes and ensuring no failures when variables go missing by @laipz8200 and @zxhlyh in feat(workflow-nodes): handle missing variables without failure #10471 and fix: workflow start node form optional value #10529.
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
New Contributors
Full Changelog: 0.11.0...0.11.1
This discussion was created from the release v0.11.1.
Beta Was this translation helpful? Give feedback.
All reactions