Unity Version Control 11.0.16.9132
14 documented changes.
- Version
- 11.0.16.9132
- Released
- Jan 23, 2025
- Product
- Unity Version Control
Unity Version Control 11.0.16.9132
New
- Feature
All platforms - Gluon: Folder History Feature Added
- Change
All platforms - Gluon: We've introduced the ability to view the history of folders in Gluon. This enhancement makes it easier to track changes, access previous versions, and stay informed about updates within directories.
- Change
Command-line client: New variables in check-in triggers
- Feature
Command-line client: Added new environment variables to the check-in triggers:
- Feature
Command-line client: These variables have been added to all check-in triggers (client & server and before & after). It means: before-clientcheckin, after-clientcheckin, before-checkin and after-checkin.
- Change
Command-line client: These variables can be used to easily get the target branch for the current check-in operation inside the trigger code.
- Change
Command-line client: Example:
Command-line client
- Change
`PLASTIC_REPOSITORY_NAME` : The repository name where the check-in is run.
- Change
`PLASTIC_BRANCH_NAME` : The name of the check-in target branch.
- Change
`PLASTIC_FULL_BRANCH_NAME` : The full name of the check-in target branch.
Bug
- Fix
Server - All platforms: Fixed login regression when using Active Directory
- Fix
Server - All platforms: We fixed an issue introduced back in release 11.0.16.8845 where user login attempts would fail with an "Invalid Credentials" error in certain configurations.
- Change
Server - All platforms: This happened when the server administrator configured the User Display Name Attribute setting in LDAPWorkingMode when working against an Active Directory server.
- Change
Server - All platforms: The system now correctly calculates user details (DN) regardless of this setting, ensuring a correct authentication.