Release Notes

Public

10.0.16.5459: May 12 2021

New

All platforms - Web UI: Code review list redesign

We've just launched the redesign of the code review list and we are working hard towards refreshing all the other pages soon!

New

All platforms - Web UI: Breadcrumb navigation

- Added repositories top menu item & removed the link from the logo

- Added breadcrumb navigation to Code reviews section and File explorer

Bug

Server - All platforms: The new .net core server could reject all connections if remoting.conf exists

This is not a very common situation, and probably only hit us during testing, but if you start one of the new .net core based servers and by mistake an old remoting.conf was there (instead of network.conf) then all the socket settings are set to zero, including timeouts, so connections were established but the server would drop them immediately.

Client would see something like:

>cm repo list localhost:8085
Error: Unable to negotiate connection with server localhost:8085. Most likely the server does not support the new Plastic Protocol. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.

Bug

Windows - Plastic: repositories tree view fix

The error "an item with the same key has already been added" was displayed when creating and deleting repeatedly repositories with the same name.

Now you are allowed to see your repo list without any difference in your preferred view, list or tree view.

Bug

All platforms - Web UI: fix scrolling issues

Navigating diffs in code reviews is now a more consistent and enjoyable experience. Scrolling upwards with a touchpad in a diff no longer stalls and navigating to a comment in a code review doesn't scroll past the line in the diff.

Bug

All platforms - Web UI: Fixed the following issues

- Ordered code review list by date instead of title

- Fixed broken code review date

- Fixed navigating submodules