🎉 New Features
- [Data visualization] add AI employee for configuring chart (#7815) by @heziqiang
🚀 Improvements
-
[flow-engine]
-
Support listening flow models tree change event in flow engine. (#7905) by @gchust
-
improve current record variable resolving, make opening dialog faster (#7895) by @gchust
-
Optimized the API structure of third-party libraries in the runjs context and added support for the Antd icon library. (#7896) by @gchust
-
-
[database] Refactored the field encryption plugin to enhance security, supporting application key generation and rotation, and per-field encryption keys. (#7769) by @cgyrock
-
[Collection field: Encryption] Optimized field encryption plugin to support data retrieval with independent IVs by @cgyrock
🐛 Bug Fixes
-
[client]
-
[server] Fix an issue in service-splitting mode where unsubscribed queue messages could not be published (#7875) by @mytharcher
-
[Workflow]
-
[Workflow: Manual node] Fix namespace of locale language should use, to show correct content of translation (#7877) by @mytharcher
-
[Access control] Issue of association operation snippets are not taking effects (#7876) by @2013xile
-
[Workflow: Custom action event] Fix the error caused by listening to non-existent external data source events by @mytharcher
-
[Comments] fix issue when quoted comments in comment block fail to display by @katherinehhh
-
[Template print] parse the variables in the filter by @jiannx
-
[Workflow: Approval] Fix an issue where race conditions occurring during concurrent approval processing by multiple approvers could cause a workflow node to execute more than once by @mytharcher