Replies: 2 comments 1 reply
-
Is it necessary to run |
Beta Was this translation helpful? Give feedback.
1 reply
-
docker compose up -d 一直提示 unexpected EOF |
Beta Was this translation helpful? Give feedback.
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-Version
headers 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.md
contribution guidelines by @laipz8200 in chore: streamline AGENTS.md guidance #26308.🛠 Fixes & Improvements
Debugging & Logging:
Search & Parsing:
full_text_search
name reliability by @JohnJyong in fix full_text_search name #26104.Pipeline & Workflow:
tool_node_version
judgment error causing compatibility issues by @goofy-z in fix compatibility problem caused by tool node attribute 'tool_node_version' judgement error #26274.retrieval_model
is null by @quicksandznzn in Fix: Knowledge Base node crash when retrieval_model is null #26397.File Handling:
Content-Disposition: inline
becomesinline
instead 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_setting
in dataset components by @WTW0313 in fix: Fix retrieval configuration handling in dataset components #26361 / fix: Fix vector_setting not found error #26380.audio_to_text
files
keyword bug by @EchterTimo in Fix ChatClient.audio_to_text files keyword to make it work #26317.IO
in client.py by @EchterTimo in Add missing import "IO" in client.py #26389.FILES_URL
in default .yaml settings by @JoJohanse in Fixes#26332 Remove FILES_URL in default .yaml settings #26410.Performance & Networking:
httpx
clients 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:
maxLength
prop by @hyongtao-code in Fix: use correct maxLength prop for verification code input #26244.Code & Components:
ns.route
style by @laipz8200 in refactor(router): apply ns.route style #26339.@console_ns.route
decorators 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 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
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.
Beta Was this translation helpful? Give feedback.
All reactions