Dhruv Gorasiya
|
48c42a9fba
|
Weaviate update version (#25447)
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-10-14 10:39:53 +08:00 |
|
carribean
|
cbf2ba6cec
|
Feature integrate alibabacloud mysql vector (#25994)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-10-11 10:47:28 +08:00 |
|
Nan LI
|
885dff82e3
|
feat: update HTTP timeout configurations and enhance timeout input handling in UI (#26685)
|
2025-10-10 09:00:06 +08:00 |
|
-LAN-
|
4a475bf1cd
|
chore: Raise default string length limits (#26592)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Bowen Liang <liangbowen@gf.com.cn>
|
2025-10-06 10:40:13 +08:00 |
|
-LAN-
|
cd47a47c3b
|
Bump release references to 1.9.1 (#26453)
|
2025-09-29 19:34:09 +08:00 |
|
JoJohanse
|
af662b100b
|
Fixes#26332 Remove FILES_URL in default .yaml settings (#26410)
Co-authored-by: crazywoola <427733928@qq.com>
|
2025-09-29 14:35:05 +08:00 |
|
zxhlyh
|
915023b809
|
Chore/remove add node restrict of workflow (#26218)
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2025-09-25 18:02:43 +08:00 |
|
npc0-hue
|
f26fe2f4d2
|
Merge tag '1.8.1' into merge-tag-1.8.1
# Conflicts:
# .gitignore
# README.md
# api/.env.example
# api/Dockerfile
# api/commands.py
# api/configs/app_config.py
# api/controllers/console/__init__.py
# api/controllers/console/apikey.py
# api/controllers/console/app/statistic.py
# api/controllers/service_api/app/app.py
# api/controllers/service_api/app/audio.py
# api/controllers/service_api/app/completion.py
# api/controllers/service_api/app/conversation.py
# api/controllers/service_api/app/file.py
# api/controllers/service_api/app/message.py
# api/controllers/service_api/app/workflow.py
# api/controllers/service_api/wraps.py
# api/controllers/web/completion.py
# api/core/app/apps/advanced_chat/app_generator.py
# api/core/app/apps/advanced_chat/generate_task_pipeline.py
# api/core/app/apps/agent_chat/app_generator.py
# api/core/app/apps/workflow/app_generator.py
# api/core/app/apps/workflow/generate_task_pipeline.py
# api/core/app/task_pipeline/workflow_cycle_manage.py
# api/core/helper/code_executor/code_executor.py
# api/core/tools/builtin_tool/providers/code/tools/simple_code.py
# api/core/workflow/nodes/code/code_node.py
# api/docker/entrypoint.sh
# api/events/event_handlers/__init__.py
# api/extensions/ext_celery.py
# api/extensions/ext_commands.py
# api/models/model.py
# api/models/workflow.py
# api/poetry.lock
# api/pyproject.toml
# api/services/app_service.py
# api/services/feature_service.py
# api/services/workspace_service.py
# web/.env.example
# web/Dockerfile
# web/app/(commonLayout)/apps/Apps.tsx
# web/app/components/apps/app-card.tsx
# web/app/components/base/chat/embedded-chatbot/index.tsx
# web/app/components/base/mermaid/index.tsx
# web/app/components/develop/index.tsx
# web/app/components/develop/secret-key/secret-key-modal.tsx
# web/app/components/develop/secret-key/style.module.css
# web/app/components/develop/template/template.zh.mdx
# web/app/components/explore/app-list/index.tsx
# web/app/components/explore/category.tsx
# web/app/components/explore/sidebar/index.tsx
# web/app/components/header/account-dropdown/index.tsx
# web/app/components/header/index.tsx
# web/app/components/share/utils.ts
# web/app/layout.tsx
# web/app/signin/components/mail-and-password-auth.tsx
# web/app/signin/normal-form.tsx
# web/app/signin/page.module.css
# web/context/app-context.tsx
# web/i18n/i18next-config.ts
# web/i18n/ja-JP/login.ts
# web/i18n/ko-KR/login.ts
#
if dify_config.WORKFLOW_LOG_CLEANUP_ENABLED:
# 2:00 AM every day
imports.append("schedule.clean_workflow_runlogs_precise")
beat_schedule["clean_workflow_runlogs_precise"] = {
"task": "schedule.clean_workflow_runlogs_precise.clean_workflow_runlogs_precise",
"schedule": crontab(minute="0", hour="2"),
} web/package.json
# web/pnpm-lock.yaml
# web/types/feature.ts
|
2025-09-25 15:55:13 +08:00 |
|
Blackoutta
|
e937c8c72e
|
improve: pooling httpx clients for requests to code sandbox and ssrf (#26052)
|
2025-09-24 22:14:50 +08:00 |
|
longbingljw
|
24b4289d6c
|
fix:add some explanation for oceanbase parser selection (#26071)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-23 17:06:06 +08:00 |
|
QuantumGhost
|
24e8d21b3f
|
chore(api): bump version (#25917)
|
2025-09-22 19:14:43 +08:00 |
|
Shili Cao
|
345ac8333c
|
Add Full-Text & Hybrid Search Support to Baidu Vector DB and Update SDK, Closes #25982 (#25983)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-09-22 10:17:35 +08:00 |
|
longbingljw
|
208fe3d7de
|
feat:support selecting different ftparser for OceanBase. (#25970)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-22 09:56:33 +08:00 |
|
Saurabh Singh
|
5a0bf8e028
|
feat: make SQLALCHEMY_POOL_TIMEOUT configurable (#25468)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-18 16:13:56 +08:00 |
|
-LAN-
|
85cda47c70
|
feat: knowledge pipeline (#25360)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: twwu <twwu@dify.ai>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: jyong <718720800@qq.com>
Co-authored-by: Wu Tianwei <30284043+WTW0313@users.noreply.github.com>
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
Co-authored-by: lyzno1 <yuanyouhuilyz@gmail.com>
Co-authored-by: quicksand <quicksandzn@gmail.com>
Co-authored-by: Jyong <76649700+JohnJyong@users.noreply.github.com>
Co-authored-by: lyzno1 <92089059+lyzno1@users.noreply.github.com>
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: Yongtao Huang <yongtaoh2022@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: nite-knite <nkCoding@gmail.com>
Co-authored-by: Hanqing Zhao <sherry9277@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Harry <xh001x@hotmail.com>
|
2025-09-18 12:49:10 +08:00 |
|
Jiang
|
b283b10d3e
|
Fix/lindorm vdb optimize (#25748)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-16 16:54:18 +08:00 |
|
zyssyz123
|
c2fcd2895b
|
Feat/email register refactor (#25369)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
|
2025-09-12 10:24:54 +08:00 |
|
zyssyz123
|
ea61420441
|
Revert "feat: email register refactor" (#25367)
|
2025-09-08 19:20:09 +08:00 |
|
kenwoodjw
|
598ec07c91
|
feat: enable dsl export encrypt dataset id or not (#25102)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
|
2025-09-08 18:03:24 +08:00 |
|
zyssyz123
|
860ee20c71
|
feat: email register refactor (#25344)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-09-08 17:51:43 +08:00 |
|
-LAN-
|
3921ce626b
|
chore(docker): bump version (#25092)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-09-03 20:25:44 +08:00 |
|
-LAN-
|
c7700ac176
|
chore(docker): bump version (#25092)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-09-03 20:25:44 +08:00 |
|
Stream
|
372a6caf6e
|
chore(version): bump version to 1.8.1 (#25060)
|
2025-09-03 18:54:07 +08:00 |
|
Stream
|
d011ddfc64
|
chore(version): bump version to 1.8.1 (#25060)
|
2025-09-03 18:54:07 +08:00 |
|
Hwting
|
6971d85a75
|
chore[docker]: Fix Redis health check error but display healthy (#24778)
|
2025-08-30 06:19:43 -07:00 |
|
Hwting
|
d937cc491d
|
chore[docker]: Fix Redis health check error but display healthy (#24778)
|
2025-08-30 06:19:43 -07:00 |
|
Hwting
|
bdebe2bf70
|
chore: Plugin_daemon Service Add Sentry configuration (#24516)
Co-authored-by: Hwting <wang.t.nice@gmail.com>
|
2025-08-28 09:56:11 +08:00 |
|
Hwting
|
56c51f0112
|
chore: Plugin_daemon Service Add Sentry configuration (#24516)
Co-authored-by: Hwting <wang.t.nice@gmail.com>
|
2025-08-28 09:56:11 +08:00 |
|
-LAN-
|
bfdff7237a
|
chore: bump version from 1.7.2 to 1.8.0 (#24539)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-08-27 15:20:10 +08:00 |
|
-LAN-
|
f04844435f
|
chore: bump version from 1.7.2 to 1.8.0 (#24539)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-08-27 15:20:10 +08:00 |
|
Bowen Liang
|
23740c131f
|
api: support to config disabling Swagger UI in api service (#24440)
|
2025-08-26 15:48:04 +08:00 |
|
Bowen Liang
|
6e674b511a
|
api: support to config disabling Swagger UI in api service (#24440)
|
2025-08-26 15:48:04 +08:00 |
|
GuanMu
|
111618ddb6
|
feat: Add SQLALCHEMY_MAX_OVERFLOW configuration to support database connection pool overflow (#24432)
|
2025-08-25 09:51:37 +08:00 |
|
GuanMu
|
b78ce1689a
|
feat: Add SQLALCHEMY_MAX_OVERFLOW configuration to support database connection pool overflow (#24432)
|
2025-08-25 09:51:37 +08:00 |
|
FamousMai
|
e960dd8f31
|
ci: docker compose admin web 去掉暴露8081端口出来
|
2025-08-21 15:37:44 +08:00 |
|
yihong
|
39eaad8ef2
|
docs: format all md files (#24195)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
|
2025-08-20 13:49:11 +08:00 |
|
yihong
|
4c1ad40f8e
|
docs: format all md files (#24195)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
|
2025-08-20 13:49:11 +08:00 |
|
9527MrLi
|
acc8287573
|
feat: Implements periodic deletion of workflow run logs that exceed t… (#23881)
Co-authored-by: shiyun.li973792 <shiyun.li@seres.cn>
Co-authored-by: 1wangshu <suewangswu@gmail.com>
Co-authored-by: Blackoutta <hyytez@gmail.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-08-19 09:47:34 +08:00 |
|
9527MrLi
|
75199442c1
|
feat: Implements periodic deletion of workflow run logs that exceed t… (#23881)
Co-authored-by: shiyun.li973792 <shiyun.li@seres.cn>
Co-authored-by: 1wangshu <suewangswu@gmail.com>
Co-authored-by: Blackoutta <hyytez@gmail.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-08-19 09:47:34 +08:00 |
|
-LAN-
|
b1b7ff5988
|
feat: add Redis SSL/TLS certificate authentication support (#23624)
|
2025-08-18 10:59:07 +08:00 |
|
-LAN-
|
052d0e059e
|
feat: add Redis SSL/TLS certificate authentication support (#23624)
|
2025-08-18 10:59:07 +08:00 |
|
crazywoola
|
a615f7dd32
|
chore: add configurable stdio buffer sizes for plugins in compose file (#23980)
|
2025-08-15 15:25:11 +08:00 |
|
crazywoola
|
462ba8f416
|
chore: add configurable stdio buffer sizes for plugins in compose file (#23980)
|
2025-08-15 15:25:11 +08:00 |
|
xinlmain
|
cf8c283cf0
|
feat: Add an asynchronous repository to improve workflow performance (#20050)
Co-authored-by: liangxin <liangxin@shein.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: liangxin <xinlmain@gmail.com>
|
2025-08-13 02:28:06 +08:00 |
|
xinlmain
|
b3399642c5
|
feat: Add an asynchronous repository to improve workflow performance (#20050)
Co-authored-by: liangxin <liangxin@shein.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: liangxin <xinlmain@gmail.com>
|
2025-08-13 02:28:06 +08:00 |
|
FamousMai
|
a732329b2a
|
fix: 去掉docker compose api和web设置127.0.0.1
|
2025-08-12 20:04:38 +08:00 |
|
ShuangLiu
|
0c6d2ff295
|
fix: add MAX_TREE_DEPTH in env.service.web (#23785)
Co-authored-by: crazywoola <427733928@qq.com>
|
2025-08-12 12:01:51 +08:00 |
|
ShuangLiu
|
66232792a2
|
fix: add MAX_TREE_DEPTH in env.service.web (#23785)
Co-authored-by: crazywoola <427733928@qq.com>
|
2025-08-12 12:01:51 +08:00 |
|
ShuangLiu
|
280566e298
|
Fix: expose MAX_TREE_DEPTH in env (#23743)
Co-authored-by: crazywoola <427733928@qq.com>
|
2025-08-12 09:56:31 +08:00 |
|
ShuangLiu
|
a6c5b7414d
|
Fix: expose MAX_TREE_DEPTH in env (#23743)
Co-authored-by: crazywoola <427733928@qq.com>
|
2025-08-12 09:56:31 +08:00 |
|