Commit Graph
3146 Commits
Author SHA1 Message Date
GareArc 85b4386a02 fix: allow admin to update and remove members 2025-05-06 16:41:43 -04: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 ChengandGitHub 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
-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]>
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 ChengandGitHub 144f9507f8 feat : add GPT4.1 in the model providers (#18912) 2025-04-27 19:31:20 +08:00
kelvintsimandGitHub 2e097a1ac0 add bedrock deepseek-r1 (#18908) 2025-04-27 19:30:42 +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
kelvintsimandGitHub 024f242251 add bedrock claude-sonnet-3.7 (#18788) 2025-04-25 17:35:12 +08:00
GareArc d6c252d77e Merge branch 'feat/webapp-auth-api' into e-260 2025-04-24 23:48:25 -04:00
GareArc fc3d3e0565 fix: wrong web sso protocal source in json 2025-04-24 23:48:18 -04:00
Xin ZhangandGitHub b786bbdab5 fix: add workspace limitation in invite-login API (#18724) 2025-04-25 09:52:47 +08:00
Xin ZhangandGitHub f45321dd27 fix: handle WorkspacesLimitExceededError in forgot_password.py (#18716) 2025-04-24 18:41:10 +08:00
Xin ZhangandGitHub b82cc1c2e8 feat: priced limit (#17683) 2025-04-24 14:58:34 +08:00
GareArc 2259dfdc58 Merge branch 'feat/webapp-auth-api' into e-260 2025-04-23 23:10:02 -04:00
GareArc 3761944a3f fix: remove debug logs 2025-04-23 23:09:45 -04:00
GareArc a239e756b0 Merge tag '0.15.6' into e-260
0.15.6
2025-04-23 22:41:12 -04:00
GareArc ac54dd89f4 fix: change rel url value to target_ref 2025-04-23 22:39:21 -04:00
GareArc 5310ed4b54 Merge branch 'feat/webapp-auth-api' into e-260 2025-04-23 22:38:04 -04:00
-LAN- bfdce78ca5 chore(*): Bump up to 0.15.6
Signed-off-by: -LAN- <[email protected]>
2025-04-23 14:06:46 +08:00
GareArc 09f8da1429 fix: allow empty list api 2025-04-22 22:20:29 -04:00
JoelandGitHub a1b3d41712 fix: clickjacking (#18552) 2025-04-22 17:08:52 +08:00
GareArc fcc274d679 fix: add filter in installedapp list api 2025-04-22 02:54:30 -04:00
GareArc 14f378bbc6 Merge branch 'feat/webapp-auth-api' into e-260 2025-04-21 22:18:35 -04:00
GareArc 669fb6be0f fix: wrong field name 2025-04-21 22:18:16 -04:00
GareArc 724ffe55c9 fix: add back sso system feature 2025-04-21 22:02:50 -04:00
GareArc bfa5828259 fix: temp fix for unauthorized user in explore page 2025-04-21 19:40:51 -04:00
GareArc 455d14296f fix: get app id from upstream decorator 2025-04-21 19:03:10 -04:00
GareArc d1a25e54e5 fix: add logging 2025-04-21 18:48:24 -04:00
GareArc 9462ed7bbf fix: add auth constraint to explore apps 2025-04-21 18:47:24 -04:00
GareArc c6e63ac816 Revert "fix: update webapp auth api path"
This reverts commit a27db51b83.
2025-04-21 02:07:43 -04:00
GareArc a27db51b83 fix: update webapp auth api path 2025-04-21 02:06:07 -04:00
GareArc e52a9fbfb7 fix: remove curr user in webapp permission api 2025-04-20 23:33:51 -04:00
GareArc 2af1dd6de3 feat: add webapp auth apis 2025-04-20 23:30:59 -04:00
b26e20fe34 fix: fix vertex gemini 2.0 flash 001 schema (#18405)
Co-authored-by: achmad-kautsar <[email protected]>
2025-04-19 22:04:13 +08:00
Xiyuan ChenandGitHub 99a9def623 fix: reset_password security issue (#18366) 2025-04-18 05:04:44 -04:00
GareArc 7770a45253 fix: add password security update 2025-04-18 05:02:26 -04:00
GareArc bafdbade52 fix: wrong json structure 2025-04-11 17:19:34 -04:00
GareArc fa76590c24 chore: add log 2025-04-11 16:59:52 -04:00
GareArc d5b75470e4 fix: bad request 2025-04-11 16:48:09 -04:00
GareArc 5f87bdbe3a fix: add batch get access mode api 2025-04-11 15:24:32 -04:00
GareArc cb13b53ccd fix: update webapp sso features 2025-04-11 03:25:58 -04:00
GareArc a1dc3cfdec fix: update code for access denied error 2025-04-11 02:45:46 -04:00
GareArc 7a4ec9cf23 fix: change error code for webapp auth 2025-04-11 02:41:02 -04:00
GareArc 4785c061a9 feat: add webapp clean up 2025-04-10 15:19:28 -04:00
GareArc 4105c8ff70 fix: bad api call 2025-04-10 06:27:00 -04:00
GareArc b922c8c215 fix: make app private when created 2025-04-10 00:36:35 -04:00