Skip to main content
Skip table of contents

Technical & Minor Version Release Notes

A comprehensive list of all technical information regarding new releases. Includes warnings, which usually have implications on existing models and settings, as well as general technical information.

7.1.0

Major

API Changes

No API Changes

Warnings

  • parameterEffectProxy Node Property Removed from ModelDSL (MEDIUM)
    The node property parameterEffectProxy no longer exists in ModelDSL. Uploading a ModelDSL containing this property will result in a crash. If your ModelDSL includes parameterEffectProxy, it can be safely deleted as its functionality was removed in a previous version.

  • ROLLUP Function No Longer Accepts Dimension Names as Input Parameters (HIGH)
    The ROLLUP function signature now requires Level names only and no longer accepts Dimension names. Example — Before: ROLLUP("Node 1", "Time", "Year"), After: ROLLUP("Node 1", "Year"). The release will automatically migrate all existing ROLLUP usages to the new syntax. Note: including a Dimension name will now cause the function to fail. Edge cases requiring manual updates after migration: ROLLUP calls inside comments will not be updated; if ROLLUP inputs span multiple lines with a comment on the Dimension line, the comment will shift up one line after migration.

  • Removal of Not Supported Endpoints (LOW)
    The endpoints POST /v1/perspectives and DELETE /v1/perspectives have been removed. These endpoints were never officially supported. To modify the perspectives of a perspective chart, use PUT /simulationCharts/{id}/updatePerspectives instead.


7.0.1

LTS - Hotfix

API Changes

  • Removal of Chart Thumbnail Endpoints (LOW)
    The endpoints for chart thumbnails (GET /simulationCharts/{id}/thumbnail, POST /simulationCharts/{id}/thumbnail, DELETE /simulationCharts/{id}/thumbnail) have been removed as they were not in use. Image charts and perspectives are unaffected.

Warnings

No Warnings


7.0.0

LTS

API Changes

  • Removal of Global Parameter Effects Endpoints (LOW)
    The REST endpoint GET /simulationWorkspaces/{id}/parameterEffects and WebSocket endpoint /simulation/parameterEffects have been removed. These endpoints returned global parameter effects per workspace.

  • Removal of Legacy Snapshot Workspace Endpoint (LOW)
    The endpoint POST /simulationWorkspaces/{workspaceId}/snapshot has been removed.

Warnings

  • Presentation Mode Disabled by Default (HIGH)
    Presentations (Workspace Snapshots) are now disabled by default via the new configuration flag featureFlags.presentationModeEnabled. On fresh deployments, this flag is set to false. On existing instances, it is set to true only if snapshots exist in the database. The flag cannot be modified via the Settings page; it requires a direct API call or database access. When false, creating new snapshots in the Scenario Manager is disabled and Presentation management UI pages are inaccessible.

  • Operation per Scenario Renamed to Operation per Baseline (MEDIUM)
    The feature previously known as “Operation per Scenario” has been renamed to “Operation per Baseline” across the UI and ModelDSL. Any ModelDSL using the old property name will need to be updated to reflect this rename.

  • Scenarios Renamed to Baselines (MEDIUM)
    Scenarios have been renamed to Baselines throughout the application. This affects UI labels, API parameter names, and ModelDSL properties. Review any integrations or scripts that reference “scenario” terminology.


6.16.0

Major

No API Changes or Warnings


6.15.0

Major

API Changes (MEDIUM)

Removal of legacy endpoint for adding calculated nodes

Removal of model and workspace lock endpoints (MEDIUM)

Removal and replacement of chart and line-item lock endpoint

  • Endpoint DELETE /simulationNodes/{id}/lock has been replaced with DELETE /simulationNodes/{id}/locks (plural).

  • Endpoints for locking/unlocking a workspace (POST /simulationWorkspaces/{id}/lock, DELETE /simulationWorkspaces/{id}/lock) have been removed.

  • Endpoints for locking/unlocking a model (POST /simulationModels/{id}/lock, DELETE /simulationModels/{id}/lock) have been removed.

  • Endpoint DELETE /simulationLineItems/{id}/lock has been replaced with DELETE /simulationLineItems/{id}/locks (plural).


6.14.0

Major

No API Changes or Warnings


6.13.0

LTS - Major

API Changes (MEDIUM)

  • Removal of Management UI Theme API Endpoints (MEDIUM)
    The following endpoints for managing UI themes have been removed: GET /api/v1/ui-themes, GET /api/v1/ui-themes/{id}, POST /api/v1/ui-themes, PATCH /api/v1/ui-themes/{id}, DELETE /api/v1/ui-themes/{id}. UI theming is no longer supported.

Warnings

  • Support for IE 11 Discontinued (HIGH)
    Valsight no longer supports Internet Explorer 11. Users accessing Valsight via IE11 will experience degraded or broken functionality. Administrators should ensure all users have migrated to a supported browser.

  • Minimum Java Version Increased to Java 11 (HIGH)
    Valsight now requires a minimum of Java 11. Instances running on Java 8 must be upgraded before deploying this version.

View the full feature notes here:


6.12.0

Major

API Changes:

  • Removal of Simulation Space Category Endpoints (MEDIUM)
    The category endpoints for simulation spaces have been removed: GET /simulationSpaces/categories, POST /simulationSpaces/categories, PATCH /simulationSpaces/categories/{id}, DELETE /simulationSpaces/categories/{id}. Project categorization is no longer supported via these endpoints.

Warnings

  • Session Token Format Changed (MEDIUM)
    The session token format has changed. Existing active sessions will be invalidated after the upgrade. All users will need to log in again after the update is applied.

  • User Directory Sync Behavior Change (MEDIUM)
    The user directory synchronization now runs on a fixed schedule rather than on-demand. Administrators relying on immediate sync behavior should review their user provisioning processes.

  • PDF Export Engine Updated (LOW)
    The PDF export engine has been updated. Minor visual differences in exported PDFs may be observed. No action required.

View the full feature notes here:


6.11.0

Major

API Changes:

  • Removal of Legacy Login Endpoint (LOW)
    The legacy login endpoint POST /api/v1/login has been removed. Authentication must now use the current POST /api/v1/auth/login endpoint.

Warnings

  • PostgreSQL Minimum Version Updated (HIGH)
    The minimum supported PostgreSQL version has been increased. Instances running on older PostgreSQL versions must be upgraded before deploying this release.

  • LDAP Configuration Key Renamed (MEDIUM)
    The LDAP configuration property key has been renamed. Existing LDAP configurations must be updated to use the new key name to ensure continued authentication.

View the full feature notes here:


6.10.0

Major

Warnings:

API Changes:

Removal of Bulk Update Sheets Endpoint (HIGH)

  • The PATCH /simulationSheets bulk update endpoint has been removed. Sheet updates must now be performed individually using PATCH /simulationSheets/{id}.

Modification of Simulation Workspace Sheet Endpoints (HIGH)

  • The response format of the workspace sheet endpoints has been modified. Clients consuming GET /simulationWorkspaces/{id}/sheets must be updated to handle the new response structure.


6.9.0

LTS - Major

API Changes:

  • Removal of deprecated project export/import endpoint (MEDIUM)
    The endpoint POST /simulationSpaces/{id}/import has been removed (it has been deprecated since 6.4.0). Use POST /simulationSpaces/{id}/export and POST /simulationSpaces/import instead.

Warnings:

  • Migration of Hardcoded Port 8080 to Dynamic Port (HIGH)
    The internal server port is no longer hardcoded to 8080. Reverse proxy configurations and firewall rules referencing port 8080 must be reviewed and potentially updated.

  • Library Update: Hibernate (HIGH)
    Hibernate has been updated to a new major version. Model DSL files or custom integrations relying on internal Hibernate behavior or entity field naming conventions may require review.

  • Change to SAML Configuration for Multi-Tenant Setups (MEDIUM)
    SAML-based authentication configuration for multi-tenant instances has changed. Customers using SAML SSO in multi-tenant environments must update their configuration before upgrading.

View the full feature notes here:


6.8.0

Major

No API Changes or Warnings


6.7.0

Major

No API Changes or Warnings


6.6.0

LTS - Major

No API Changes or Warnings


6.5.0

Major

No API Changes or Warnings


6.4.0

LTS - Major

No API Changes or Warnings


6.3.0

Major

No API Changes or Warnings


6.2.0

LTS - Major

No API Changes or Warnings


6.1.0

Major

No API Changes or Warnings


6.0.0

LTS - Major

No API Changes or Warnings


5.7.0

Major

No API Changes or Warnings


5.6.0

LTS - Major

No API Changes or Warnings


5.5.0

Major

No API Changes or Warnings


5.4.0

LTS - Major

No API Changes or Warnings


5.3.0

LTS - Major

No API Changes or Warnings


5.2.0

Major

No API Changes or Warnings


5.1.0

LTS - Major

No API Changes or Warnings


5.0.0

LTS - Major

No API Changes or Warnings


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.