v5.6.0
- Update Information
- Upgrade Instruction
What's New
- Configure to hide plugin modules (System Configuration > General)
- Configure which application to access after a successful login (System Configuration > Log in & Sign up)
- Google accounts for single sign-on(System Configuration > Log in & Sign up)
- Enable reminders for new version releases (System Configuration > Platform Information)
- Aggregate Table
- Configure AI mode for AIGC nodes in workflows
- Configuring Amap API Key
- Sync with HAP SaaS v5.6.0
Improvements
- Frontend project React upgraded from 16 to 18 (Attention to frontend developers for secondary development)
Issues Fixing
- Relationship fields in the worksheet are set as read-only through business rules, but some operations are still available
- Batch printing error in the worksheet in some cases
- For custom print template in the worksheet, subform sorting is not effective
- Error when resetting queue count in the workflow
- When importing applications to upgrade, worksheets that have been set to be hidden from the navigation still appear
- Sometimes download fails when exporting applications
- The number of records created is not recorded in the usage analysis
- When a sync task in data pipeline fails and is stopped, no error message is sent to the administrator
- When creating an account independently, there is no prompt for password format errors, phone number rules are not verified, and some foreign numbers are recognized incorrectly
- For member and department management, modifying a member's role is ineffective
- In some cases, images in rich text appear cracked after a period of time
- Watermark settings are not effective when taking photos in H5
Standalone Mode
-
Upgrade microservices to version
5.6.0
. Microservices Upgrade -
After completing the upgrade, execute
docker exec -it $(docker ps | grep community | awk '{print $1}') bash
to enter the microservices application container and reset the multilingual translation template.source /entrypoint.sh && mongodbResetTemplateMessage
Cluster Mode
-
Backup data storage related servers.
-
Upgrade microservices to version
5.6.0
. Microservices Upgrade -
Enter the config Pod of the control node and execute the following commands, as shown below:
-
Enter the config Pod:
kubectl exec -it $(kubectl get pod | grep config | awk '{print $1}') bash
-
Execute the script to reset the multilingual translation template and add indexes
source /entrypoint.sh && mongodbResetTemplateMessage
source /entrypoint.sh && mongodbExecute mdapps /init/mongodb/5.6.0/mdapps/DDL.txt
source /entrypoint.sh && mongodbExecute mdattachment /init/mongodb/5.6.0/mdattachment/DDL.txt
source /entrypoint.sh && mongodbExecute mdservicedata /init/mongodb/5.6.0/mdservicedata/DDL.txt
-