Replies: 2 comments 1 reply
|
Is it necessary to run |
1 reply
|
docker compose up -d 一直提示 unexpected EOF |
0 replies
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.
This release is packed: performance boosts, bug fixes across the board, smoother UI, new developer features, and broader internationalization. Here’s what’s inside:
🚀 New Features
Infrastructure & DevOps:
X-Dify-Versionheaders in marketplace API access for better traceability by @RockChinQ in perf: provide X-Dify-Version for marketplace api access #26210.Pipelines & Engines:
Community & Documentation:
AGENTS.mdcontribution guidelines by @laipz8200 in chore: streamline AGENTS.md guidance #26308.🛠 Fixes & Improvements
Debugging & Logging:
Search & Parsing:
full_text_searchname reliability by @JohnJyong in fix full_text_search name #26104.Pipeline & Workflow:
tool_node_versionjudgment error causing compatibility issues by @goofy-z in fix compatibility problem caused by tool node attribute 'tool_node_version' judgement error #26274.retrieval_modelis null by @quicksandznzn in Fix: Knowledge Base node crash when retrieval_model is null #26397.File Handling:
Content-Disposition: inlinebecomesinlineinstead of incorrect parsing by @sorphwer in fix: remote filename will be 'inline' if Content-Disposition: inline #25877.embed_documents()by @AkisAya in fix db connection error in embed_documents() #26196.vector_settingin dataset components by @WTW0313 in fix: Fix retrieval configuration handling in dataset components #26361 / fix: Fix vector_setting not found error #26380.audio_to_textfileskeyword bug by @EchterTimo in Fix ChatClient.audio_to_text files keyword to make it work #26317.IOin client.py by @EchterTimo in Add missing import "IO" in client.py #26389.FILES_URLin default .yaml settings by @JoJohanse in Fixes#26332 Remove FILES_URL in default .yaml settings #26410.Performance & Networking:
httpxclients for requests to code sandbox and SSRF protection by @Blackoutta in improve: pooling httpx clients for requests to code sandbox and ssrf #26052.UI/UX & Display:
maxLengthprop by @hyongtao-code in Fix: use correct maxLength prop for verification code input #26244.Code & Components:
ns.routestyle by @laipz8200 in refactor(router): apply ns.route style #26339.@console_ns.routedecorators to RAG pipeline controllers (internal refactor) by @Copilot in [Chore/Refactor] Apply @console_ns.route decorators to RAG pipeline controllers #26348.type="button"attributes in components by @Copilot in [Chore/Refactor] Add missing 'type' attribute on 'button' components #26249.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 volumesUpgrade 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 syncThen, let's run the migration script:
Finally, run the API server, Worker, and Web frontend Server again.
What's Changed
list[File]value in output mapping by @QuantumGhost in fix(api): Fix variable truncation forlist[File]value in output mapping #26133New Contributors
Full Changelog: 1.9.0...1.9.1
This discussion was created from the release v1.9.1 – Streamlined Pipelines, Stronger Foundations.
All reactions