🚀 Improvements
-
[client] In order to get more accurate MIME type of file, use
mime
package to detect MIME type of file in client (#7551) by @mytharcher -
[Workflow]
-
[Workflow: Loop node] Support to limit the maximum number of cycles for loop nodes through environment variables (#7543) by @mytharcher
-
[Workflow: Approval] Add print button to detail popup in custom approval blocks by @mytharcher
🐛 Bug Fixes
-
[client]
-
[Public forms] Fix the issue where the upload rules for file fields in public forms were incorrect (#7553) by @mytharcher
-
[Calendar] fix data query issue caused by unique identifier in calendar block (#7562) by @katherinehhh
-
[Auth: LDAP] Fix LDAP bind failure with non-ASCII (UTF-8) DNs in Active Directory by @2013xile