dce3b7a7fc
feat: use celery task
2026-07-10 15:20:06 +08:00
be386aba3b
chore: add switch
2026-07-10 15:19:56 +08:00
02e51e7d7c
Merge branch 'main' into deploy/dev
2026-07-10 10:28:07 +08:00
f9dd37420b
chore: update deps ( #38627 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-10 02:07:57 +00:00
eb74946b25
fix(web): save agent configure draft on route leave ( #38620 )
2026-07-09 13:55:34 +00:00
b5e35fc2fc
fix: remove hardcoded sandbox path in configuration file ( #38618 )
1.16.0-rc1
2026-07-09 13:30:56 +00:00
7bfbb2bbe8
fix: fix auth prefix duplicate ( #38616 )
2026-07-09 12:55:58 +00:00
d177998255
chore: Bump version to 1.16.0-rc1 ( #38600 )
2026-07-09 11:42:09 +00:00
74ee665af6
fix: fix miss session param ( #38612 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-09 11:26:16 +00:00
d655153a3d
fix(web): update docs links ( #38591 )
2026-07-09 11:25:31 +00:00
925f97be20
feat: daily sync ( #38593 )
...
Co-authored-by: 盐粒 Yanli <mail@yanli.one >
Co-authored-by: yyh <yuanyouhuilyz@gmail.com >
Co-authored-by: Joel <iamjoel007@gmail.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com >
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com >
Co-authored-by: 盐粒 Yanli <yanli@dify.ai >
2026-07-09 10:35:15 +00:00
9252d81826
docs: remove Dify Premium on AWS Marketplace section from all READMEs ( #38607 )
...
Co-authored-by: Claude Fable 5 <noreply@anthropic.com >
2026-07-09 10:09:59 +00:00
9d5819a9c1
fix(api): ignore invalid utf8 cache payloads ( #37835 )
...
Co-authored-by: Harsh Kashyap <Harsh23Kashyap@users.noreply.github.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Harsh Kashyap <harshkashyap@Harshs-MacBook-Pro.local >
2026-07-09 09:52:49 +00:00
99e3b1a401
fix: harden workflow archive DB retries ( #38170 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-09 09:46:28 +00:00
45957225cd
chore: batch example #38419 ( #38474 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-09 09:14:52 +00:00
2f99652203
fix: chunk workflow failure tracking data ( #38598 )
...
Co-authored-by: CodingOnStar <hanxujiang@dify.com >
2026-07-09 08:33:47 +00:00
dc1131b6df
refactor(tests): replace logger mocks with caplog in trace provider tests ( #38569 )
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-09 08:33:28 +00:00
a5a7c762a3
refactor(web): split app context state atoms ( #38588 )
2026-07-09 07:42:02 +00:00
063e390c5d
fix(web): preserve attribution from auth redirect ( #38583 )
...
Co-authored-by: CodingOnStar <hanxujiang@dify.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-09 07:40:55 +00:00
3b3c25273a
fix: guard chat tree against out-of-order parents ( #38590 )
2026-07-09 07:05:05 +00:00
3775f569f1
fix: run user_connect authorization inside Flask app context ( #38585 )
2026-07-09 06:00:29 +00:00
96b6d4f2c0
Merge branch 'fix/socketio-user-connect-app-context' into deploy/dev
2026-07-08 22:02:43 -07:00
4c84c5957d
fix: run user_connect authorization inside Flask app context
...
Socket.IO event handlers run in plain gevent greenlets without a Flask
application context, so the db.session() call added in #38227 raises
RuntimeError: Working outside of application context, and every
user_connect is rejected as unauthorized. Wrap the authorization call in
sio.app.app_context(), matching the existing connect handler.
2026-07-08 21:57:07 -07:00
6540d178c6
refactor(api): migrate service app endpoints to BaseModel ( #37960 )
...
Co-authored-by: Asuka Minato <i@asukaminato.eu.org >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-09 04:23:47 +00:00
458aa4892d
refactor(api): migrate web chat endpoints to BaseModel ( #37962 )
2026-07-09 04:23:13 +00:00
89d5f74a40
refactor(api): migrate dataset endpoints to BaseModel ( #37957 )
...
Co-authored-by: Asuka Minato <i@asukaminato.eu.org >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-09 04:22:30 +00:00
9bb3b1fa98
refactor(api): migrate snippet workspace endpoints to BaseModel ( #37956 )
...
Co-authored-by: Asuka Minato <i@asukaminato.eu.org >
2026-07-09 04:21:27 +00:00
3cd8d850fa
refactor(api): migrate workspace model endpoints to BaseModel ( #37963 )
...
Co-authored-by: Asuka Minato <i@asukaminato.eu.org >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Byron Wang <byron@dify.ai >
2026-07-09 04:05:32 +00:00
34613ecdc5
fix(app): update app creation logic to use database session and ensure RBAC access initialization
2026-07-09 12:00:16 +08:00
c5cef80ea4
chore: generate fastopenapi console contracts ( #38580 )
2026-07-09 03:52:42 +00:00
6a14245401
Merge remote-tracking branch 'origin/main' into deploy/dev
2026-07-09 11:49:16 +08:00
a758ca2aef
fix(amplitude): update API key for amplitude initialization
2026-07-09 11:37:28 +08:00
9e60d4e213
Merge branch 'fix/report-slug' into deploy/dev
2026-07-09 11:29:04 +08:00
ef29c8442c
refactor(amplitude): comment out amplitude initialization logic for future implementation
2026-07-09 11:26:59 +08:00
a1b45415ac
fix(web): preserve attribution from auth redirect
2026-07-09 11:00:37 +08:00
cee88de684
refactor(web): add prefetched query atom ( #38572 )
2026-07-09 02:47:51 +00:00
5741f8f9d1
fix: when delete custom model remove its cache ( #38577 )
2026-07-09 02:12:23 +00:00
512f39dede
chore: upgrade TypeScript 7 ( #38575 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-09 01:42:40 +00:00
d72ee32ba1
fix: preserve ResponseStreamFilter state across workflow pause/resume ( #38540 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-09 01:05:47 +00:00
2b35f48d77
test(e2e): fix agent build note runtime connection ( #38574 )
2026-07-09 00:36:20 +00:00
caf1a22020
refactor(web): sync app context effects with jotai ( #38570 )
2026-07-08 15:55:25 +00:00
9416d04163
test(e2e): stabilize agent build draft note scenario ( #38571 )
2026-07-08 15:38:47 +00:00
23b936aeb5
refactor(web): remove app context provider ( #38568 )
2026-07-08 13:52:45 +00:00
eb3362e646
perf: batch-load messages in advanced-chat workflow run list to remove N+1 ( #38359 )
...
Co-authored-by: Yunlu Wen <yunlu.wen@dify.ai >
2026-07-08 13:32:32 +00:00
98d9b11f7b
chore(agent-v2): sync changes ( #38513 )
...
Co-authored-by: Joel <iamjoel007@gmail.com >
Co-authored-by: 林玮 (Jade Lin) <linw1995@icloud.com >
Co-authored-by: 盐粒 Yanli <mail@yanli.one >
Co-authored-by: Asuka Minato <i@asukaminato.eu.org >
Co-authored-by: Jashwanth Reddy Gummula <gmrnlg1971@gmail.com >
Co-authored-by: WH-2099 <wh2099@pm.me >
Co-authored-by: 非法操作 <hjlarry@163.com >
Co-authored-by: wangxiaolei <fatelei@gmail.com >
Co-authored-by: FFXN <31929997+FFXN@users.noreply.github.com >
Co-authored-by: Yansong Zhang <916125788@qq.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-08 12:05:04 +00:00
d67123e5fd
refactor(web): remove remaining app context consumers ( #38565 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-08 11:28:25 +00:00
1340bef096
test: scope agent build draft e2e selector ( #38563 )
2026-07-08 10:32:57 +00:00
94ba597d32
refactor(web): migrate shell navigation app context consumers ( #38560 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-08 10:11:27 +00:00
7fc46d75bd
chore: add switch
2026-07-08 18:08:02 +08:00
9465dc2477
refactor(api): remove remaining legacy field remnants ( #37967 )
2026-07-08 09:59:10 +00:00