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:-
Verify all of your JVM setting overrides are defined in the
/etc/zoomdatadirectory (not/opt/zoomdata/conf). -
The
.jvmfiles in/etc/zoomdata/only contain parameters that are different from default ones, typically Xms/Xms settings, javaagent settings. If you have copied the entire.jvmfile from/opt/zoomdata/conffor placement into/etc/zoomdata, that configuration is not overwritten after upgrade. Properties such asXX:+UseConcMarkSweepGCcan prevent services from starting on Java 17 runtime.
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.- v24.4 Enhancements
- v24.3 Enhancements
- v24.2 Enhancements
- v24.1 Enhancements
- Removed Features From Symphony v23
- API Updates in Symphony v24
v24.4 Enhancements
- Self Service Reports
- Windows Support
- Improved Hierarchical Filter Management
- Updated Data Connector Support
- Expanded Accessibility
- Playground Updates
- Table Visual Updates
- Export Dates in ISO 8601 Format
- Data Preparation and Analysis
- Design and View
- API / Branding / Integration
- Scheduled Reports Frequency
v24.3 Enhancements
- Expanded Dashboard Sharing
- Flowise AI
- Doc Assist
- .NET 8 Support
- Migrate Dundas to Symphony
- Redis Caching
- Table of Contents Navigation
- Regional Setting - Australia
- PostgreSQL Support
- IBM Db2 Support
- Clear Filters
- PDF Navigation
- Data Visualizations
v24.2 Enhancements
The following enhancements were made to Symphony v24.2. Select the links for more information.- Source Creation Enhancements
- SAP S/4HANA Support
- Upgrade to Symphony
- UI and UX Improvements
- Tenant Management Improvements
- Managed Dashboard Data Connections
- Table of Contents Navigation
- Export Numeric Fields and Dates
- RSA Key Signing Support
- Select Individual Modules
- Breaking Changes Management
- Import Matching Strategy Improvements
- Improved Line Chart Performance
- Change Schemas in Manual Select Transforms
- Map and Tree Visualization Updates
- Upgraded Python Requirements
v24.1 Enhancements
The following enhancements were made to Symphony v24.1. Select the links for more information.- Logi Symphony Software As A Service
- Logi Symphony For Visual Data Discovery
- Groups Management
- Enhanced Filter Security Capabilities
- Content Migration Flow Improvements and Breaking Changes Management Expansion
- Lite Dashboard for Self-Service Environments
- Suppress Time Zone Labels
- Self Service Reporting Improvements
- Multi-Tenancy Improvements
- Embed Data Discovery Components in Managed Dashboards
- Data Cube Discovery Enhancements
Removed Features From Symphony v23
The following features were removed from Symphony v23 to make way for improvements in Symphony v24.Symphony 24.4
Visual Data Discovery Module
Managed Dashboards and Managed Reports Modules
Symphony 24.3
Visual Data Discovery Module
Managed Dashboards and Managed Reports Modules
Symphony 24.2
Visual Data Discovery Module
Managed Dashboards and Managed Reports Modules
Symphony 24.1
Visual Data Discovery Module
Managed Dashboards and Managed Reports Modules
API Updates in Symphony v24
This table provides a breakdown of all reported updates in Symphony v24.Symphony 24.4
Visual Data Discovery Module
Managed Dashboards and Managed Reports Modules
Symphony 24.3
Visual Data Discovery Module
Managed Dashboards and Managed Reports Modules
Symphony 24.2
Visual Data Discovery Module
Managed Dashboards and Managed Reports Modules
Symphony 24.1
Visual Data Discovery Module
| Endpoint | Method | Description |
|---|---|---|
/api/sources/export | GET | These attributes are returned for sources in your environment. Include these attributes to work with import matching strategies
|
/api/sources/import | POST | When you import objects into your environment, you can define a matching strategy that uses multiple approaches to reviewing objects to determine how to handle them in conjunction with your selected insertion strategy. Matching strategies are processed in order, proceeding to the next and the next if a strategy fails. If all strategies fail, the object is imported and tagged with your selected tags to help you find affected objects and manage any issues. These attributes are used to define the matching strategy and warning tags to use for import. Send as an array; each strategy is considered in order. importSettings.objectClassLevel.connections.matchingStrategy[]- Send an array of matching strategies to be considered, in order, for connections. This array can include:
BY_ID_AND_TYPE_AND_PARAMS or BY_TYPE_AND_PARAMETERS is usedimportSettings.objectClassLevel.sources.matchingStrategy[] - Send an array of matching strategies to be considered, in order, for sources. This array can include:
If an order is not specified, the default strategy of BY_NAME is used. |
/api/dashboards/export | GET | These attributes are returned for dashboards in your environment. Include these attributes for importing.
|
/api/dashboards/import | POST | When you import objects into your environment, you can define a matching strategy that uses multiple approaches to reviewing objects to determine how to handle them in conjunction with your selected insertion strategy.
Matching strategies are processed in order, proceeding to the next and the next if a strategy fails. If all strategies fail, the object is imported and tagged with your selected tags to help you find affected objects and manage any issues. These attributes are used to define the matching strategy and warning tags to use for import. Send as an array; each strategy is considered in order. importSettings.objectClassLevel.connections.matchingStrategy[]- Send an array of matching strategies to be considered, in order, for connections. This array can include:
BY_ID_AND_TYPE_AND_PARAMS or BY_TYPE_AND_PARAMETERS is used.importSettings.objectClassLevel.visuals.matchingStrategy[] - Send an array of matching strategies to be considered, in order, for visuals. This array can include:
BY_NAME is used.importSettings.objectClassLevel.sources.matchingStrategy[] - Send an array of matching strategies to be considered, in order, for dashboards. This array can include:
BY_NAME is used.importSettings.objectClassLevel.dashboards.matchingStrategy[] - Send an array of matching strategies to be considered, in order, for dashboards. This array can include:
BY_NAME is used.importSettings.warningTags[] - Send an array of matching strategies to be considered, in order, for dashboards. This array can include:Send enableDefaultRead to enable data read permissions for the sources imported for all users in the tenant. |
/api/visuals/export | GET | These attributes are returned for visuals in your environment. Include these attributes for importing.
|
/api/visuals/import | POST | When you import objects into your environment, you can define a matching strategy that uses multiple approaches to reviewing objects to determine how to handle them in conjunction with your selected insertion strategy. Matching strategies are processed in order, proceeding to the next and the next if a strategy fails. If all strategies fail, the object is imported and tagged with your selected tags to help you find affected objects and manage any issues. These attributes are used to define the matching strategy and warning tags to use for import. Send as an array; each strategy is considered in order. importSettings.objectClassLevel.connections.matchingStrategy[] - Send an array of matching strategies to be considered, in order, for connections. This array can include:
BY_ID_AND_TYPE_AND_PARAMS or BY_TYPE_AND_PARAMETERS is used.
importSettings.objectClassLevel.visuals.matchingStrategy[] - Send an array of matching strategies to be considered, in order, for visuals. This array can include:
BY_NAME is used.
importSettings.objectClassLevel.sources.matchingStrategy[] - Send an array of matching strategies to be considered, in order, for sources. This array can include:
BY_NAME is used.
importSettings.warningTags[] - Send an array of warning tags to apply to objects imported with warnings.Send enableDefaultRead to enable data read permissions for the sources imported for all users in the tenant. |
/api/accounts/name/{name} | GET | Takes {name}of tenant account as a path parameter and returns tenant account details.Works similarly to /api/accounts/{id}/ |