2.7
Content matrix
| Version | Summary of content | Comments |
|---|---|---|
| 2.7.0-funcrel | Package contents:
Updates:
| Can be used with
|
RestAPI documentation
2.7.0-funcrel
New Features
| Summary | Details |
|---|---|
| Reports in PDF format | To simplify the deployment and configuration of the CAST Engineering Dashboard, Standard Compliance Reports will now be generated automatically in PDF format - rather than needing to rely on the installation and configuration of CAST Report Generator for Dashboards. See https://doc.castsoftware.com/display/DASHBOARDS/Engineering+Dashboard+-+Report+Generation. Note that as a result of this change, the ability to generate Custom Reports has been disabled. |
Other Updates
| Internal Id | Details |
|---|---|
| DASHBOARDS-4658 | Fixed an issue where checkboxes remained selected in the Profiles panel (Admin Center) after updating an authorization. |
Resolved Issues
| Customer Ticket Id | Details |
|---|---|
| 36764 | Fixed an issue where data is not loading in various violation sections when using a legacy format restricted license key and with normal read access. |
| 36807 | Fixed an issue where the Datamart process fails with the following error: “ERROR: duplicate key value violates unique constraint “app_violations_evolution_pkey””. |
| 36710 | Reduced the time to start up/restart the Dashboard when a large number of applications are present. |
AJS.$('[data-macro-name="markdown-from-url"] code').each(function(i, block) { hljs.highlightBlock(block); });``AJS.$('[data-macro-name="markdown-from-url"] .language-mermaid').each(function(i, block) { const config = { startOnLoad:true, theme: 'default', flowchart:{ useMaxWidth:false, htmlLabels:true } }; mermaid.initialize(config); window.mermaid.init(undefined, block); });