Release Notes

Public

10.0.16.6210: Nov 04 2021

New

All platforms - Plastic, Gluon: Added SSO login method names

We are getting ready to support new SSO login methods, in addition to the existing "Unity ID" and "Email". We are adapting the GUIs to render the actual method name in the SSO buttons:

New

All platforms - CLI: Undo operation from outside the workspace.

Added a new example to the cm undo command in the command-line help to let you know that you can specify an absolute path to undo the changes in any workspace:

cm undo c:\otherworkspace\file.txt

New

Server: Added configuration key for the webUI config files.

WebUI configuration files can now be placed on a different location through a setting placed in server.conf config file.

To set this custom path, add an entry to that file like the following below:

<WebUiConfigDir>/opt/plasticscm5/server/webuiconfig</WebUiConfigDir>

And copy there the webUI config files, such as webui.secret.conf, webui.tokens.conf, webui.userid.conf, and webui.users.conf

Bug

All platforms - Client: Fixed the parsing of the cloud tokens when they ended with '='. This could make a replica fail with a "The auth token expired." error.

This only applied to the email/password authentication and usually with short passwords.

A replica operation (pull/push) could work properly for some time until it needed to renew the token because the current one had expired. Since the renew token was not properly parsed in the client side, the renew operation failed and the operation was aborted.

Bug

All platforms - Web UI: Code review switching comments

Fixed an issue while switching comments: if the current file was changing, it was displaying the first diff instead of displaying the selected comment.