Release Notes 2021-10-06

Controller v4.1.0

Features

  • Adding method to Controller that allows the user to install a free license given a property and a value for this property

  • Adding method to the Controller that allows the user to setup a Null License Manager when a license is not needed

Generic UI v3.1.0

Features

  • Supporting free licenses through InstallLicenseByProperty and SetNullLicenseManager

  • Adding methods to LicenseManager service to manage new workflow

Assessment Model v2.6.7

Improvements

  • Updated Contracts version

Bug Fixing

  • Split by comma in the pam to csv writer refactored to use a regular expression instead of a string.split due to a case when a row may contain comm

Contracts v2.1.1

Features

  • Added method IController.UseNullLicenseManager.

  • Added method ILicenseManager.TryInstallAndActivateFreeLicenseByProperty.

  • Added method IController.ActivateOrInstallFreeLicenseByProperty.

  • Stream added as an enum value into EntityKind.

Last updated