Unity Version Control 11.0.16.9843
11 documented changes.
- Version
- 11.0.16.9843
- Released
- Dec 17, 2025
- Product
- Unity Version Control
Unity Version Control 11.0.16.9843
New
- Change
All platforms - Desktop GUI: Deleting a branch shows branch name
- Change
All platforms - Desktop GUI: The dialog to confirm the deletion of a branch wasn't showing the name of the branch to be deleted. We now show this information in the explanation to make the operation safer.
- Feature
All platforms - Desktop GUI: We also added this branch information to the text shown in other deletion dialogs across the application.
Bug
- Fix
All Platforms - Desktop GUI: Fixed broken documentation link
- Fix
All Platforms - Desktop GUI: Corrected an outdated reference to the smart locks documentation in the help pages.
- Fix
Command-line: Fixed 'No such user' error for code review creations and updates
- Fix
Command-line: Corrected an issue in the the `cm codereview` command: the assignee validation was incorrectly performed against the default server configured in the `client.conf` , instead of the server associated with the code review. This caused an error if the user didn't exist in the default server. The system now resolves the assignee's SEID against the server associated with the code review. This prevents "No such users" errors when creating a new review or changing an existing review's assignee.
- Change
All Platforms - Server: An overflow error prevented SEID checking under some Active Directory configurations.
- Feature
All Platforms - Server: In release 11.0.16.9785, we added a safeguard to prevent the server from hanging when Active Directory authentication stalled (due to a locked account during the AcceptSecurityContext phase).
- Change
All Platforms - Server: However, certain Domain Controller `lockoutDuration` settings could overflow during this check. This blocked authentication when the AD controller requires an administrator to manually unlock the account.
- Fix
All Platforms - Server: This issue has now been fixed.