Releases: qlik-oss/qlik-cloud-entitlement-analyzer
v2.4.0
We are pleased to release version v2.4.0 of the Entitlement-Analyzer.
What's Changed
The following changes have been made for this release:
- The
App consumption overview
sheet has been deprecated as this data has been moved to the App Analyzer. This is so that this data can be accessed across multiple tenant subscription types, as the Entitlement Analyzer application only supports user-based subscriptions. In addition, sheet-level tracking data has been added to the App Analyzer as a part of this migration.
Full Changelog: https://github.com/qlik-oss/qlik-cloud-entitlement-analyzer/compare/v2.3.0...
v2.3.0
We are pleased to release version v2.3.0 of the Entitlement-Analyzer.
What's Changed
The following changes have been made for this release:
- This application previously leveraged the
userId
field from theapi/v1/licenses/assignments
endpoint. This field has been deprecated and will eventually be fully removed, so the application has adjusted by removing the requirement of that field. More can be read on the qlik.dev changelog. - The
userId
field now holds the value of the usersubject
. The field remains nameduserId
due to downstream dependencies on this application such as the OEM Dashboard.
Full Changelog: v2.2.1...v2.3.0
v2.2.1
We are pleased to release version v2.2.1 of the Entitlement-Analyzer.
What's Changed
The following changes have been made for this release:
- The application was not correctly updated in the last release (2.1.3 vs 2.2.0). This has been resolved in this release as 2.2.1.
v2.2.0
We are pleased to release version v2.2.0 of the Entitlement-Analyzer.
Find attached the app (Entitlement-Analyzer.qvf) and install guide (Qlik-Cloud-Monitoring-Applications-Installation-Guide.pdf).
What's Changed
The following changes have been made for this release:
- The application now calls
api/v1/licenses/overview
to check whether the tenant is on a capacity-based license. If so, the application drops all tables and halts the reload process. The application does not support this type of license type (only user-based licenses).
Full Changelog: v2.1.3...v2.2.0
v2.1.3
We are pleased to release version v2.1.3 of the Entitlement-Analyzer.
Find attached the app (Entitlement-Analyzer.qvf) and install guide (Qlik-Cloud-Monitoring-Applications-Installation-Guide.pdf).
What's Changed
The following changes have been made for this release:
- The call to the
items
API to fetch the apps has been optimized, reducing the load time of the app. - Personal spaces are now qualified with user attributes, e.g.,
Personal - {userAttribute}
. This attribute defaults to theName
field and is controlled by the new variablevu_personal_space_user_field
within the Optional Configuration tab. The values can beId
,Name
,Subject
orEmail
. This applies to theSpaceID
andSpaceName
fields. This logic now persists across the Reload Analyzer, App Analyzer, and Entitlement Analyzer applications. - The
AppOwnerName
field is now mapped to theApps
table from theUsers
table, vs being fetched from theitems
API.
Full Changelog: v2.1.1...v2.1.3
v2.1.1
We are pleased to release version v2.1.1 of the Entitlement-Analyzer.
Find attached the app (Entitlement-Analyzer.qvf) and install guide (Qlik-Cloud-Monitoring-Applications-Installation-Guide.pdf).
What's Changed
The following changes have been made for this release:
- A new REST call to the Qlik Cloud Monitoring Apps manifest has been added to check the current version of the app.
Full Changelog: v2.1.0...v2.1.1
v2.1.0
We are pleased to release version v2.1.0 of the Entitlement Analyzer.
Find attached the app (Entitlement-Analyzer.qvf) and install guide (Qlik-Cloud-Monitoring-Applications-Installation-Guide.pdf).
The following changes have been made for this release:
- Fixes a data issue following the removal of the
name
attribute from the license assignment API atapi/v1/licenses/assignments
. For more information on the deprecation of this field, please review API Updates - Deprecation of attributes on /v1/license/assignments.
v2.0.0
We are pleased to release version v2.0.0 of the Entitlement Analyzer.
Find attached the app (Entitlement-Analyzer.qvf) and install guide (Qlik-Cloud-Monitoring-Applications-Installation-Guide.pdf).
What's Changed
- All configuration guides have been merged into a single unified guide, which is maintained in a central repository.
- Removed the need for manually setting the tenant FQDN. This is now done programmatically with the new
GetSysAttr()
function, and this variable is now evaluated in the Variables section (no longer in Configuration). - The default data connection name for the REST connection has been standardized across all apps to
monitoring_apps_REST
.
v1.2.11
We are pleased to release version v1.2.11 of the Entitlement Analyzer.
Find attached the app (Entitlement-Analyzer.qvf) and install guide (Entitlement-Analyzer-Guide.pdf).
What's Changed
- Added details about open events and therefore allows customers to better understand their consumption of the tenant.