Version Upgrade Guide
1. What compatibility matters need to be paid attention to when upgrading to seata 1.3.0?
Notes
- The nacos registration center adds a new group attribute configuration
seata.registry.nacos.group. If it is not configured, the default value isDEFAULT_GROUP. The server and client must be consistent. - The mysql
undologtable removes theidfield and enhances the timestamp accuracy together withbranch_tableto prevent dirty data from being rolled back due to sequence errors during undolog rollback. (Note: mysql version 5.6 or above is required)