Release Notes

Public

11.0.16.9961: Feb 19 2026

New

Server - All Platforms: Added support for Azure GCC High in SAML authentication

The server's SAML integration with Microsoft Graph API had the Azure Commercial endpoints hardcoded (graph.microsoft.com and login.microsoftonline.com), which prevented customers in Azure Government GCC High environments from using SAML authentication.

We added two new optional settings to the SAML configuration in server.conf to customize the endpoints:

<SamlSettings>
  ...existing fields...
  <GraphApiBaseUrl>https://graph.microsoft.us</GraphApiBaseUrl>
  <GraphApiLoginUrl>https://login.microsoftonline.us</GraphApiLoginUrl>
</SamlSettings>
New

All platforms – Plugin for JetBrains IDEs: Respect IDE "When files are created" confirmation setting

The plugin now reads the standard IDE setting (Settings > Version Control > Confirmation > When files are created) to decide how to handle newly created files. Depending on the user's preference, files can be added silently, a confirmation dialog can be shown, or no automatic add is performed. The "Apply to files created outside IntelliJ IDEA" checkbox is also supported.

New

All platforms – Plugin for JetBrains IDEs: Respect IDE "When files are deleted" confirmation setting

The plugin now reads the standard IDE setting (Settings > Version Control > Confirmation > When files are deleted) to decide how to handle file deletions. Depending on the user's preference, deletions can be applied silently to Unity Version Control, confirmed through a dialog, or skipped from VCS processing.

Bug

All platforms: Client versions 11.0.16.9903 and newer can't annotate checked-out revisions against servers older than 9903

A compatibility change in the underlying binary protocol that communicates UVCS client and server broke annotating checked-out revisions on version 9903. The bug appears only when communicating clients on version 9903 and newer, and servers on versions prior to 9903.

The compatibility issue has been addressed, and annotating checked-out revisions works OK again, even across mixed versions of the client and server.