Replies: 2 comments 3 replies
-
|
预计什么时候能够上线支持skill的版本,希望能给出明确的路标 |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
这个版本经常提示一个错误:Provider langgenius/openai/openai doesnot exist. |
Beta Was this translation helpful? Give feedback.
1 reply
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.14.2?
v1.14.2 is a patch release focused on security hardening, workflow and knowledge reliability, observability fixes, agent groundwork, and deployment/runtime tuning after v1.14.1.
🔐 Security and administration
reset-encrypt-key-pair. Thanks @NeatGuyCoding and @xr843 in #36264 and #35843.🧩 Workflow, HITL, and app runtime
📚 Data, RAG, and knowledge
🎨 Web UI and product experience
0.8, redirected unauthorized knowledge editors back to datasets, and fixed tag rename without type payload. Thanks @JzoNgKVO, @iamjoel, and @lyzno1 in #36337, #36073, and #36182.@langgenius/dify-ui, improved dialog overflow layouts, and refined account avatar and install-flow interactions. Thanks @lyzno1 and @CodingOnStar in #36271, #36295, #36255, #36302, #36111, #36199, and #36210.🔎 Observability and tracing
⚙️ Deployment, dependencies, and developer experience
0.6.1, increased the default GraphEngine minimum worker count, and refreshed Docker README references. Thanks @laipz8200, @kenwoodjw, and @RiskeyL in #36312, #35650, and #36303.0.4.0, added hotfix cherry-pick provenance checks, and improved generated contract workflows. Thanks @cqjjjzr, @laipz8200, and @hyoban in #36154, #36124, #36340, and #36286.authlib,ujson,langsmith, andurllib3. Thanks @dependabot[bot] in #36112, #36121, #36142, and #36160.Upgrade Guide
Important
docker/envs/**. If you maintain a customizeddocker-compose.yamlor.env, review the new layout and re-apply local customizations carefully.SECRET_KEYvalues continue to be respected. IfSECRET_KEYis empty, Dify now generates and persists a runtime key automatically.Docker Compose Deployments
Back up your customized docker-compose YAML and env files.
Get the latest code from the release branch or tag.
Stop the service. Please execute in the
dockerdirectory.Back up data.
tar -cvf volumes-$(date +%s).tgz volumesReview the new
docker/envs/**env file layout and re-apply any local customizations.Upgrade services.
Source Code Deployments
Stop the API server, Worker, and Web frontend Server.
Get the latest code from the release tag.
Update Python dependencies.
cd api uv syncRun the migration script.
Restart the API server, Worker, and Web frontend Server.
What's Changed
phasefield in_TokenDataso reset-password / change-email phase-bound checks don't 400 (Password reset always returns 400invalid_or_expired_tokenin 1.14.x —_TokenDataTypedDict strips thephasefield #36116) by @vuko in fix(auth): preservephasefield in_TokenDataso reset-password / change-email phase-bound checks don't 400 (#36116) #36117New Contributors
phasefield in_TokenDataso reset-password / change-email phase-bound checks don't 400 (#36116) #36117Full Changelog: 1.14.1...1.14.2
This discussion was created from the release v1.14.2 - Security fixes, agent groundwork, workflow reliability, and deployment updates.
Beta Was this translation helpful? Give feedback.
All reactions