Release Notes

Public

9.0.16.4121: Mar 26 2020

New

Linux - Proxy: New .NET Core-based Proxy.

Good news! We bundled a new Linux package to distribute our Proxy server, this time using the .NET Core runtime. You can install it by targeting the package plasticscm-proxy-server-netcore. It's incompatible with the .NET Framework version plasticscm-proxy-server but you can install it alongside a Plastic SCM server. Enjoy!

New

Windows, macOS - Plastic: Detailed the reason why a file cannot be commented in the Code Review.

The Code Review system does not support adding comments in some scenarios:

* When the selected file belongs to a different repository.

* When it's an xlink.

* When it's an unsupported file type (image diff, directory diff, ...).

In all scenarios we were always displaying the same informative message: "Review comments are not yet supported for this file type", which was confusing. Now we display a suitable message for each scenario.

Bug

All platforms - Command line client: We fixed credential input for commands with animated progress.

Previously, sometimes the cursor would stick to the start of the line when entering credentials for those commands. It affected the following commands: switch, update, setselector, checkin and replication (push & pull).

Bug

All platforms - Plastic, Command line client: Fixed a bug with when merging.

The merge operation sometimes failed with the error message "The merge operation was failing '{path}'". This happened when the merge workspace contained a cloaked, out-of-date empty file. It's fixed now!