Unity Version Control 11.0.16.9973
7 documented changes.
- Version
- 11.0.16.9973
- Released
- Feb 26, 2026
- Product
- Unity Version Control
Unity Version Control 11.0.16.9973
New
- Change
All platforms – Plugin for JetBrains IDEs: Show recommended cm version and download link in Configuration view
- Change
All platforms – Plugin for JetBrains IDEs: The Configuration view now displays the recommended cm version for the current plugin build, with a clickable Download link that downloads the matching cm client bundle directly from the IDE. The download runs in the background with a progress indicator and saves the file to the user's Downloads folder.
- Change
All platforms: The server can now dictate the repository hashing algorithm to the client.
- Change
All platforms: UVCS currently supports two file hashing algorithms: SHA1 and MD5. The hashing algorithm in use depends on the `FIPSCompliant` flag defined both in `client.conf` and `server.conf` .
- Change
All platforms: However, both client and server had to have the flag configured to the same value for hashing to work. Misconfigurations could result in repositories storing hashes in one format whilst the clients expected the hashes in a different format, and the other way around.
- Change
All platforms: Now, the hashing algorithm can only be configured from the repository server. If both server and client are using this UVCS version or newer, the client honors the configuration set on the server regardless of the `client.conf` `FIPSCompliant` setting.
- Change
All platforms: For newer clients working against older servers, or the other way around, the client's `FIPSCompliant` flag is still in use, to ensure backwards compatibility.