Release Notes

Public

9.0.16.4430: Jul 16 2020

New

DevOps - Slack Notifier: We updated the Slack Notifier Plug to adapt to Slack API channel changes!

Slack made some modifications to their API around channels and supported security protocols. This caused our Slack Plug to stop functioning correctly.

We updated our code, and the Slack Plug is back in action!

New

Windows - Gluon: Gluon now supports high DPI screens!

Gluon didn't support scaling and looked blurry in high DPI screens. Now it is a DPI aware application, and looks much much better when you configure the screen to be scaled more than 100%.

Bug

Windows - Plastic: We fixed a null reference exception in the 2D revision tree.

Viewing a file's history as a 2D revision tree is cool. Getting an "unexpected error" when you do so is not cool! It sometimes happened when you tried to launch the view from a changeset diff view.

We took care of a null reference exception, and now all is good.

Bug

All platforms - Server: We fixed issue with port 8086 when connecting to Cloud.

There was a problem in local servers and GUIs when their organizations were migrated from cloud1 to cloud2. Some users saw an error saying that it was impossible to connect to a given address with port 8086. Users had to restart their local server to fix it.

Now the problem is solved.

It happened because the local server cached the old url in cloud1, and kept the old port, instead of replacing it by the new one.