🎉 New Features
- [AI employees] Update AI chatbox user prompt (#8725) by @heziqiang
🐛 Bug Fixes
-
[client]
-
[flow-engine] Fixed an issue where ctx.exit could not terminate the execution of user-defined event flows. (#8737) by @gchust
-
[database] Fix field custom regular check failure in v2 (#8729) by @jiannx
-
[server] Resolve cache issue by appending hash to assets (#8730) by @chenos
-
[Access control] Database instance used when setting ACL metadata is incorrect (#8747) by @2013xile
-
[AI employees]
-
[Flow engine] fix sql destroy error (#8745) by @chenos
-
[Workflow: Custom action event] Fix the issue where custom action workflow hangs when execute as sub-flow (#8738) by @mytharcher
-
[Workflow: Approval]
-
Fix the issue where query result not showing caused by nodes filtered by type by @mytharcher
-
Add missed parameter to avoid associations not updated when submit new approval by @mytharcher
-
Fix the issue where error throw when execute approval workflow manually by @mytharcher
-
Fix error thrown caused by value of
dataAftermissing when added or delegated by @mytharcher -
Fix ACL issue where association value should not be create or update when user has no permission by @mytharcher
-
Sanitize association values in approval actions, to avoid any data manipulation beyond permission by @mytharcher
-
Fix the issue where appends parameter filtering by ACL by @mytharcher
-