Skip to main content
Version: V3.7

What's New in V3.7

Upgrade Considerations

  • For customers with an Enterprise license, the Qsda.Api port 5000 has been available on servername as well as localhost. Beginning with this release 3.7, the Api port will only be available on http://localhost:5000. This port is for QSDA internal use and should not be used by customer API scripts. All external API access should target port 5003 (the UI port) using host servername or localhost. Those requests will follow an internal proxy to the API service. If you currently have external QSDA API scripts (most customers don’t) and are targeting port 5000, you must update your scripts to target port 5003.

New and Changed Features

  • Licensing agreement is displayed during installation and must be accepted to complete installation.

  • The Expression Histogram has been removed.

  • A new Project Manager user role has been added, taking responsibility for product behavior settings such as collection defaults and custom flag definitions. These settings are now available from a new top-level Settings menu. The Admin role retains responsibility for security-adjacent configuration such as connections and user management. Assign the Project Manager role to selected users via the Admin > Manage Users or UI Security Options pages.

  • Tools > App Size Calculator is a new planning tool that lets you calculate app size using different data volumes.

  • Field Names always in use specification can use wildcard in fieldnames.

  • Resource grids allow grouping by dragging a column.

  • New Flag Master Item holding unused field indicates that this unused master item is the only consumer of a field that would otherwise be considered an unused field. Auto-fix is available for this flag.

  • Changing flag status (for example, from Unresolved to Resolved) will be recorded and status history will be displyed in flag details and on the new Flag Notes page. When changing flag status you may attach a note.

  • Collections will be matched to Apps using both AppId and Server. This will cover the extremely rare case where an AppId is duplicated across servers.

  • New feature Utilities > App Groups. An app group combines the analysis of several apps that share a common data model, so you can see which fields are unused across all of them and can be dropped from the shared model.

  • Menu icons have been updated throughout to improve clarity.

  • In Connection edit stream/space filter property, clicking the input box will present a dropdown list of spaces or streams. The list is only available when the connection has been saved and the connection does not require an interactive login.

  • QSDA API documentation has been updated with improved navigation and additional endpoint detail.

  • API key management has moved from Control Panel > Configuration > API Security to Admin > API Keys. This new page allows you to create and manage multiple QSDA API Keys.

Fixes

  • Clearing "Collected only" checkbox in applist does not reset option.