Release Notes
11.0.16.9132: Jan 23 2025
All platforms - Gluon: Folder History Feature Added
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.

Command-line client: New variables in check-in triggers
Added new environment variables to the check-in triggers:
* PLASTIC_REPOSITORY_NAME: The repository name where the check-in is run.
* PLASTIC_BRANCH_NAME: The name of the check-in target branch.
* PLASTIC_FULL_BRANCH_NAME: The full name of the check-in target branch.
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.
These variables can be used to easily get the target branch for the current check-in operation inside the trigger code.
Example:
PLASTIC_REPOSITORY_NAME=myrepo PLASTIC_BRANCH_NAME=task001 PLASTIC_FULL_BRANCH_NAME=/main/release/task001
Server - All platforms: Fixed login regression when using Active Directory
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.
This happened when the server administrator configured the User Display Name Attribute setting in LDAPWorkingMode when working against an Active Directory server.
The system now correctly calculates user details (DN) regardless of this setting, ensuring a correct authentication.