8000 Releases · qlik-oss/qlik-cloud-reload-analyzer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: qlik-oss/qlik-cloud-reload-analyzer

v4.2.0

23 May 22:03
4298e91
Compare
Choose a tag to compare

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

28 Mar 14:28
496fe54
Compare
Choose a tag to compare

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

24 Mar 13:02
985b738
Compare
Choose a tag to compare

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

12 Mar 14:05
31ceb7b
Compare
Choose a tag to compare

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

02 Aug 16:47
8a6c045
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/qlik-oss/qlik-cloud-reload-analyzer/compare/v4.0.3...

v4.0.2

16 Jul 08:02
78f169a
Compare
Choose a tag to compare

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

12 Jul 17:09
46aa7b8
Compare
Choose a tag to compare

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

26 Oct 13:47
b4c71bf
Compare
Choose a tag to compare

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 showing SpaceID values in certain scenarios. This has been resolved.

Full Changelog: v3.1.6...v3.1.7

v3.1.6

24 Oct 16:18
97e591f
Compare
Choose a tag to compare

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 the Users API.
  • The SpaceID field values for Personal spaces are now qualified e.g., Personal - {userAttribute} vs previously where they were set to Personal.
  • 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

12 Oct 17:04
5e35dbe
Compare
Choose a tag to compare

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 the All Reloads sheet.
  • Added Latest Peak Reload RAM (MB) to the Dashboard and Schedules & Durations sheets.
  • Added support for the new Audits API event com.qlik.v1.app.reload.finished which will be replacing com.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 the com.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 the com.qlik.v1.app.reload.finished event from the Audits API. It was previously available in the com.qlik.app.reload.ended event in the Audits API.

Full Changelog: v3.0.0...v3.1.4

0