GareArc
796e045fa3
fix: show app not published error
2025-06-09 19:45:36 +09:00
GareArc
07c39d7b92
fix: add error for not published
2025-06-09 19:35:56 +09:00
Xiyuan Chen and GitHub
0c01f7498d
Feat/webapp verified sso 260 ( #20815 )
2025-06-09 15:11:30 +09:00
NFish
c7d4026800
fix: remove all app token when logout
2025-06-06 15:53:40 +08:00
Xiyuan Chen and GitHub
512c1938c1
Feat/webapp verified sso 260: fetch previous app session in public token exchange ( #20740 )
2025-06-06 16:52:15 +09:00
Xiyuan Chen and GitHub
78cf376872
Feat/webapp verified sso 260: bad import path ( #20734 )
2025-06-06 16:09:45 +09:00
Xiyuan Chen and GitHub
e312894bc9
Feat/webapp verified sso 260: add token exchange for public app ( #20731 )
2025-06-06 15:49:08 +09:00
NFish and GitHub
26f291396d
Fix/webapp no permission page 260 ( #20730 )
2025-06-06 14:27:25 +08:00
Garfield Dai
4835d78529
Merge tag '0.15.8' into e-260
...
0.15.8
2025-06-06 12:26:42 +08:00
Xiyuan Chen and GitHub
05b746b350
Feat/webapp verified sso 260 ( #20690 )
2025-06-05 18:36:59 +09:00
Xiyuan Chen and GitHub
94289b8af9
Feat/webapp verified sso 260 ( #20684 )
2025-06-05 17:31:08 +09:00
Xiyuan Chen and GitHub
dcf4e5a30f
Feat/webapp verified sso 260 ( #20678 )
2025-06-05 16:17:44 +09:00
Xiyuan Chen and GitHub
05903e3251
Feat/webapp verified sso 260 ( #20496 )
2025-06-05 16:00:37 +09:00
NFish and GitHub
1357999a4c
fix: merge web app access scope control ( #20675 )
2025-06-05 14:37:35 +08:00
-LAN-
4b938ab18d
chore: Bump version
...
Signed-off-by: -LAN- <[email protected] >
0.15.8
2025-05-30 16:25:40 +08:00
-LAN-
88356de923
fix: Refactor web reader to use readabilipy ( #19789 )
...
Signed-off-by: -LAN- <[email protected] >
2025-05-30 16:23:17 +08:00
-LAN- and GitHub
5f09900dca
chore(api): Upgrade dependencies ( #19736 )
...
Signed-off-by: -LAN- <[email protected] >
2025-05-15 14:47:15 +08:00
-LAN-
9ac99abf20
docs(CHANGELOG): Update CHANGELOG
...
Signed-off-by: -LAN- <[email protected] >
2025-05-14 18:03:05 +08:00
-LAN-
32588f562e
feat(model): fix and re-add gpt-4.1.
...
Signed-off-by: -LAN- <[email protected] >
2025-05-14 18:02:32 +08:00
Joel and GitHub
36f8bd3f1a
chore: frontend third-part package security issue ( #19655 )
2025-05-14 14:08:05 +08:00
Xiyuan Chen and GitHub
4466088f2e
fix: invitations get suspended when an existing member appears ( #19585 )
2025-05-13 13:54:01 +08:00
-LAN-
c919074e06
docs(CHANGELOG.md): Update CHANGELOG.md
...
Signed-off-by: -LAN- <[email protected] >
2025-05-13 10:31:40 +08:00
88cd9aedb7
add gunicorn keepalive setting ( #19537 )
...
Co-authored-by: crazywoola <[email protected] >
Co-authored-by: Bowen Liang <[email protected] >
2025-05-13 10:28:13 +08:00
-LAN-
16a4f77fb4
fix(config): Allow DB_EXTRAS to set search_path via options
...
Signed-off-by: -LAN- <[email protected] >
2025-05-13 10:19:08 +08:00
-LAN- and GitHub
3401c52665
chore(pyproject.toml): Upgrade huggingface-hub, transformers and resend ( #19563 )
...
Signed-off-by: -LAN- <[email protected] >
2025-05-12 23:21:57 +08:00
NFish and GitHub
bc882ac4a1
fix: only owner can edit members in workspace ( #19321 )
2025-05-07 14:16:54 +08:00
1c2e8e1ce7
fix removing member without permission ( #16332 ) ( #19275 )
...
Co-authored-by: Linh Nguyen <[email protected] >
Co-authored-by: crazywoola <[email protected] >
2025-05-06 15:41:50 +08:00
Garfield Dai
33d2c9d2ca
Merge branch 'release/0.15-support' into e-260
2025-04-28 18:18:54 +08:00
Zixuan Cheng and GitHub
4fa3d78ed8
Revert "feat : add GPT4.1 in the model providers" ( #19002 )
2025-04-28 18:15:24 +08:00
Garfield Dai
849994d35e
Merge tag '0.15.7' into e-260
...
0.15.7
2025-04-28 17:17:26 +08:00
NFish and GitHub
2fce4a338c
fix: get realtime groups and members data every time user open the di… ( #18988 )
2025-04-28 17:01:07 +08:00
-LAN-
5f7f851b17
fix: Refines None checks in result transformation
...
Simplifies the code by replacing type checks for None with
direct comparisons, improving readability and consistency in
handling None values during output validation.
Signed-off-by: -LAN- <[email protected] >
0.15.7
2025-04-28 15:40:14 +08:00
-LAN-
559ab46ee1
fix: Removes redundant token calculations and updates dependencies
...
Eliminates unnecessary pre-calculation of token limits and recalculation of max tokens
across multiple app runners, simplifying the logic for prompt handling.
Updates tiktoken library from version 0.8.0 to 0.9.0 for improved tokenization performance.
Increases default token limit in TokenBufferMemory to accommodate larger prompt messages.
These changes streamline the token management process and leverage the latest
improvements in the tiktoken library.
Fixes potential token overflow issues and prepares the system for handling larger
inputs more efficiently.
Relates to internal optimization tasks.
Signed-off-by: -LAN- <[email protected] >
2025-04-28 15:39:12 +08:00
-LAN-
df98223c8c
chore: Updates to version 0.15.7 with new model support
...
Adds support for GPT-4.1 and Amazon Bedrock DeepSeek-R1 models.
Fixes issues with app creation from template categories and
DSL version checks.
Updates version numbers in configuration files and Docker
setup to 0.15.7 for consistency.
Addresses issues #18807 , #18868 , #18872 , #18878 , and #18912 .
Signed-off-by: -LAN- <[email protected] >
2025-04-28 14:19:07 +08:00
Zixuan Cheng and GitHub
144f9507f8
feat : add GPT4.1 in the model providers ( #18912 )
2025-04-27 19:31:20 +08:00
kelvintsim and GitHub
2e097a1ac0
add bedrock deepseek-r1 ( #18908 )
2025-04-27 19:30:42 +08:00
NFish and GitHub
9f7d8a981f
Patch: hotfix/create from template category ( #18807 ) ( #18868 )
2025-04-27 14:47:18 +08:00
c4729f8c20
fix: check dsl version when create app from explore template ( #18872 )… ( #18881 )
...
Co-authored-by: zxhlyh <[email protected] >
2025-04-27 14:32:28 +08:00
NFish and GitHub
5cb1cf9eca
Patch: Hotfix/create from template category ( #18807 ) ( #18869 )
2025-04-27 14:28:05 +08:00
zxhlyh and GitHub
40b31bafd5
fix: check dsl version when create app from explore template ( #18872 ) ( #18878 )
2025-04-27 14:21:45 +08:00
-LAN-
d38a2c95fb
docs(CHANGELOG): Update CHANGELOG.md
...
Signed-off-by: -LAN- <[email protected] >
2025-04-25 18:31:08 +08:00
-LAN-
7d18e2a0ef
feat(app_dsl_service): Refines version compatibility logic
...
Updates logic to handle various version comparisons, ensuring
more precise status returns based on version differences.
Improves handling of older and newer versions to prevent
mismatches and ensure appropriate compatibility status.
Signed-off-by: -LAN- <[email protected] >
2025-04-25 18:27:31 +08:00
kelvintsim and GitHub
024f242251
add bedrock claude-sonnet-3.7 ( #18788 )
2025-04-25 17:35:12 +08:00
NFish and GitHub
de14a55bde
fix: i18n update ( #18787 )
2025-04-25 17:28:32 +08:00
NFish and GitHub
cbb1d722a5
fix: break switch logic if the sso protocol is empty ( #18783 )
2025-04-25 17:19:44 +08:00
NFish and GitHub
1769ce16f3
fix: disable batch run button when user has no permission. ( #18777 )
2025-04-25 16:46:58 +08:00
NFish and GitHub
170139bb0f
fix: update sso protocol default value to '' ( #18773 )
2025-04-25 16:20:20 +08:00
NFish and GitHub
ede0deb447
Fix/web app signin error ( #18765 )
2025-04-25 15:34:18 +08:00
NFish and GitHub
d40f2e7d94
fix: web app login show undefined error message ( #18757 )
2025-04-25 14:09:38 +08:00
NFish and GitHub
70ebfc064b
fix: stop auto retry login when web app return error ( #18747 )
2025-04-25 12:09:13 +08:00