Release Notes 2021-09-02

Controller v4.0.0

Improvements

  • The controller now uses the Mobilize.Common.TelemetryMonitor instead of the Microsoft's TelemetryMonitor. The events and exceptions are now reported to the App Insights resource and to the Assessment DB.

Actions To Deal with Breaking Changes

Generic UI v3.0.8

Fixes

  • Adding buildTFS:prod:all to avoid executing cmd for Mac and Linux in the TFS

  • Fixed an issue with results bars in which "dataName" was not loaded before the value of the bar, which resulted in the name of the bar not being displayed

Contracts v1.3.4

Improvements

  • MissingObject, Sequence and MaterializedView added as an enums values into EntityKind.

  • SQL prefix added to EntityKind enums values.

  • File added as an enum value into EntityKind.

  • Added enum values into EntityKind and RelationshipKind since its needed into sql.

Assessment Model v2.5.3

Improvements

  • Added support for duplicated ids on the PAM2CSV transformer

  • Added minor error logging to the PAM2CSV transformer

  • Revert the addition of the LicenseId during the creation of the ProductSession

  • Updated Contracts version

  • Improved usage of StreamWriter

Fixes

  • Fixed an issue on the Neo4jCsvTransformationTool output, values had a separator (", ") and it should be (",")

Last updated