🎉 New Features
-
[client]
-
[Data source: Main]
🚀 Improvements
-
[client] Support to rotate image when previewing (#7523) by @mytharcher
-
[snowflake-id] Change the IDs of system tables with auto-increment primary keys but no unique identifiers to 53-bit Snowflake-like IDs (#7465) by @2013xile
-
[Workflow] Split the dispatching-related logic into a standalone dispatcher (#7535) by @mytharcher
-
[RabbitMQ queue adapter] improve RabbitMQ connection handling and message processing logic by @sdp-ncd
-
[Email manager]
- supports batch synchronization by @jiannx
- rich editor supports image resizing by @jiannx
🐛 Bug Fixes
-
[client]
-
[Workflow]
- Fix the issue of duplicated executing due to improper queue handling (#7533) by @mytharcher
- Fix the issue where the workflow list condition is incorrect when loading associated field context in the bound workflow configuration (#7516) by @mytharcher
- Fix the issue where scheduled tasks based on date fields do not trigger after start (#7524) by @mytharcher
-
[Workflow: Loop node] Fixed the issue where the process incorrectly advanced to the next item even when loop node conditions were not satisfied (#7521) by @mytharcher
-
[Email manager]
- Garbage email subject by @jiannx
- garbage subject by @jiannx
- rich editor support soft line breaks by @jiannx
- Supports the same email for multiple people by @jiannx
- email message list optimal performance by @jiannx
- after selecting rows, set “Read” and “unread” by @jiannx
- add rawId field for performance optimization by @jiannx
- ref attribute in html causes rendering exception by @jiannx
- submail content cannot be filtered by @jiannx
- support resync by @jiannx
- Manually distinguish between forwarding and replying by @jiannx