This is a summary of the major changes made in version 25 of Symphony. It is provided so you can quickly identify new and changed features before upgrading from Symphony 24 to Symphony 25. Symphony is offered on a quarterly release schedule, and our version numbering system reflects this. The current major release of Symphony is v25.2.

Upgrade Considerations

Be sure to back up your metadata store (see Back Up the Metadata Store) before you upgrade. To ensure services start properly after upgrade in a Linux environment:
  1. Verify all of your JVM setting overrides are defined in the /etc/zoomdata directory (not /opt/zoomdata/conf).
  2. The .jvm files in /etc/zoomdata/ only contain parameters that are different from default ones, typically Xms/Xms settings, javaagent settings.
If you have copied the entire .jvm file from /opt/zoomdata/conf for placement into /etc/zoomdata, that configuration is not overwritten after upgrade. Properties such as XX:+UseConcMarkSweepGC can prevent services from starting on Java 17 runtime. For more information on configuration setups and overrides, see Configure Memory Settings and Connector Properties and Property Files.
Note: If you are upgrading from an earlier version of Symphony, this may be a breaking change: the introduction of the system attribute User.timeZone may cause a conflict if you used this as a custom attribute. See Upgrade Workflow.

Enhancements

The following sections provide you with a summary of enhancements in the previous releases, all of which are present in the latest release of Symphony.

v25.2 Enhancements

v25.1 Enhancements

Removed Features From Symphony v24

The following features were removed from Symphony v24 to make way for improvements in Symphony v25.

Symphony v25.2

Symphony

Title

Description

Alternative

None.

Visual Data Discovery Module

Title

Description

None.

Managed Dashboards and Managed Reports Modules

Title

Description

Alternative

None.

Symphony v25.1

Symphony

Title

Description

Alternative

None.

Visual Data Discovery Module

Title

Description

None.

Managed Dashboards and Managed Reports Modules

Title

Description

Alternative

None.

API Updates in Symphony v25

This table provides a breakdown of all reported updates in Symphony v25.

Symphony 25.2

Visual Data Discovery Module

Title

Method

Description

/api/dashboards/{dashboard_id}/reports/report_id/

/api/dashboards/{dashboard_id}/reports

PUT, POST

You can now add a destinationType of EMAIL or FILE_DROP to support SFTP and SMTP dispatch of scheduled dashboard reports.

Managed Dashboards and Managed Reports Modules

Title

Description

None.

Symphony 25.1

Visual Data Discovery Module

Endpoint

Method

Description

None.

Managed Dashboards and Managed Reports Modules

Endpoint

Method

Description

OpenAPI Spec for REST API - Managed Dashboards and Reports Module

An OpenAPI specification document as well as a new Swagger UI are built into the application to help you use the REST API. Access Swagger at the path /swagger under the root of the Managed website.

Convert Windows Accounts to Local Accounts

New API methods are available for administrators to convert Windows accounts to local accounts in the .NET and REST APIs.