Releases: qlik-oss/qlik-cloud-reload-analyzer
v4.2.0
We are pleased to release Reload Analyzer v4.2.0. Assets are attached to this release for your convenience.
What's Changed
The following changes have been made for this release:
- Reload tasks which have been migrated to the new task scheduler are no longer loaded into the app. For more information on this change please see the Tasks API changelog.
Full Changelog: v4.1.2...v4.2.0
v4.1.2
We are pleased to release Reload Analyzer v4.1.2. Assets are attached to this release for your convenience.
What's Changed
The following changes have been made for this release:
- Fixed issue where the reload would not complete if there were new reload tasks present without any active chains.
Full Changelog: v4.1.1...v4.1.2
v4.1.1
We are pleased to release Reload Analyzer v4.1.1. Assets are attached to this release for your convenience.
What's Changed
The following changes have been made for this release:
- Fixed issue where reload task chains didn't support scripts or data flows.
Full Changelog: v4.1.0...v4.1.1
v4.1.0
We are pleased to release Reload Analyzer v4.1.0. Assets are attached to this release for your convenience.
What's Changed
The following changes have been made for this release:
- Added reload duration logic and visuals.
- Added logic to handle for tasks of the new type as well as visuals for their hierarchical representations.
- Added links to reload logs (last 10 for each).
- Added QVD schema versioning.
Full Changelog: v4.0.4...v4.1.0
v4.0.4
We are pleased to release Reload Analyzer v4.0.4. Assets are attached to this release for your convenience.
What's Changed
The following changes have been made for this release:
- Bug fix where applymap was in wrong location.
What's Changed
- fix: v4.0.4 by @danielpilla in #25
Full Changelog: https://github.com/qlik-oss/qlik-cloud-reload-analyzer/compare/v4.0.3...
v4.0.2
We are pleased to release Reload Analyzer. Assets are attached to this release for your convenience.
What's Changed
The following changes have been made for this release:
- Fixes to variable placement for GMT offset calculation
- Fixes to filter image references.
Full Changelog: v4.0.1...v4.0.2
v4.0.1
Find attached the app (Reload-Analyzer.qvf) and install guide (Qlik-Cloud-Monitoring-Applications-Installation-Guide.pdf).
What's Changed
The following changes have been made for this release:
- App redesigned to comply with the standards of other monitoring apps.
- GMT offset adjustments through the
vu_GMT_offset
variable are now done after QVD storage in the transformation process, i.e., it can now be adjusted at any time without having to flush out the QVDs. - Reloads are now pulled in from both deleted users and deleted apps to provide an accurate picture of both activity and concurrency.
- Visualizations and metrics have been added that illustrate the reload queue time.
- Minor bug fixes.
Full Changelog: v3.1.7...v4.0.1
v3.1.7
Find attached the app (Reload-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
AppSpaceName
field was incorrectly showingSpaceID
values in certain scenarios. This has been resolved.
Full Changelog: v3.1.6...v3.1.7
v3.1.6
Find attached the app (Reload-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. - The
AppOwnerName
field is now fetched from theUsers
API. - The
SpaceID
field values for Personal spaces are now qualified e.g.,Personal - {userAttribute}
vs previously where they were set toPersonal
. - Distributed applications (from Qlik Sense Enterprise Client-Managed or QlikView Publisher) have been filtered out of the application as they are irrelevant.
Full Changelog: v3.1.4...v3.1.6
v3.1.4
We are pleased to release version v3.1.4 of the Reload-Analyzer.
Find attached the app (Reload-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.
- A new REST call to
api/v1/data-files/quotas
has been added to the app to fetch a list of supported file extensions for Qlik Cloud. This list is used in parsing data file names. - A new REST call to
api/v1/items
has been added to the app to check if the app exists immediately before fetching its reload metadata. Without this call, a 404 could be presented if the app was deleted mid-reload. - The current and latest versions of the app have been added to the
About
sheet. - Reloads that have the status of
CANCELED
are now ingested into the app. - Added
CANCELED
reloads to theAll Reloads
sheet. - Added
Latest Peak Reload RAM (MB)
to theDashboard
andSchedules & Durations
sheets. - Added support for the new Audits API event
com.qlik.v1.app.reload.finished
which will be replacingcom.qlik.app.reload.ended
event. Please refer to the changelog for more information. - A new REST call to
api/v1/audits/types
has been added to the app to check to see whether the tenant has thecom.qlik.v1.app.reload.finished
event from the Audits API. - A new REST call to
api/v1/apps/{appId}/reloads/metadata/{reloadId}
has been added to the app to harvest the reload metadata, as that data is not available in thecom.qlik.v1.app.reload.finished
event from the Audits API. It was previously available in thecom.qlik.app.reload.ended
event in the Audits API.
Full Changelog: v3.0.0...v3.1.4