Hi everyone!
We’ve released the following platform improvements today:
SF 2025.2
- ⚠️ 20250908 - Prevent origin model version update when merging unrelated branch
-
When merging an unrelated branch to another branch, the origin model version may be updated unintentionally. This can cause some issues when merging the targeted branch to its origin, as modifications are overlooked due to the origin model version being moved. This has been fixed.
-
It is recommended to install this hotfix with priority.
-
SF - All supported versions (2025.2 <->2024.1)
-
20250908 - Remove calculated datatypes from insert and update handlers
-
For SQL Server models, Insert and Update handlers defined parameters with calculated datatypes, which was not intended to happen. From now on, columns with calculated datatypes are excluded. This means that columns using the datatype ROWGUID and ROWVERSION are no longer added to the handler definition.
-
SF - 2025.2, 2025.1, 2024.3
-
20250909 - Fix cleanup for history
-
Earlier we had disabled parts of the clean-up history data task due to the possibillity of system-versioned tables being unlinked in case of the process being stopped abruptly, leading to potential model integrity issues and merging issues down the line.
-
We have addressed this and fixed this. This means that even if the process is stop abruptly, the system-versioned tables will stay linked with their history table.
-
The clean-up part has a maximum run time of 3 hours and currenly cannot be tweaked in the model. You can rerun the task from the Advanced menu > Software Factory > Clean-up model history
-