Next Release Content: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(156 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!--6814-->
<!--9125-->
This page contains preliminary information about new features and fixed issues in the next release.
This page contains preliminary information about new features and fixed issues in the next release.


==New features in next release==
==New features in next release==
* B-08381: Table vertical scrollbar is now hidden when table is not scrollable.
* Implemented Entity Framework database initialization and migrations. (B-08566)
* B-08382: Measures, dimensions and columns can be duplicated in chart settings.
* In object-centric models, object-to-object relations are followed only forward and backward directions. Additionally, there are performance improvements for object-centric models. (B-08577)
* B-08340: New users don't have a default model selected when login for the first time.
* Added support for following Entity Framework database providers: SQL Server (full), Snowflake Hybrid Tables (experimental), PostgreSQL (experimental). (B-08581)
* B-08365: Added following visual settings for KPI Card: font size, text color, text styles, vertical and horizontal alignment.
* Removed event type existence check from charts - now non-existing event types are allowed. (B-08585)
* B-08402: QPR ProcessAnalyzer can now connect to Snowflake when running in Snowpark Container Services.
* Changed Snowflake charts to store variable change actions in stringified format to make them compatible with linked settings. (B-08587)
* B-08355: Expression language identifiers are primarily assumed as variables and secondarily as property names.
* Added filter description field to filter properties dialog. (''B-08451'')
* B-08389: Added support for making multiple Snowflake queries in same request for OCPM queries.
* Home screen has been removed, and Workspace has new card layout and other UX improvements. (''B-08541'')
* B-08416: Improved backend functionality for partially configured OCEL models.
* Added object attribute filtering for object-centric models. Filters can be created from dialog or selecting items from charts. (''B-08547'')
* B-08397: Backend components update.
* AI Agent is a new dashboard component showing LLM generated answers based on user prompt and analysis results. (''B-08556'')
* Added "CheckModelValidity" function returning model validation errors. (''B-08426'')
* Update backend components. (''B-08596'')
* Update frontend components. (''B-08597'')
* Translation update for release 2025.2. (''B-08607'')


==Issues fixed in next release==
==Issues fixed in next release==
* D-14147: Snowflake queries gave "Object reference not set to an instance of an object" error with MaximumRowCount higher than 2 billion.
* Fixed issue where AI Assistant crashed with model that didn't use datatables. (D-14340)
* D-14189: Dropdown list component gave following error when clicking Add button for "List items": Cannot read properties of undefined (reading 'axisLabel').
* Fixed issue where AI Assistant explaining charts feature crashed when applying to Label component. (D-14344)
* D-14192: Datagrid paging settings are now preserved when resizing or zooming window.
* Optimized client-side import not to perform redundant datatable metadata queries. (D-14347)
* D-14214: In System reports, dropdown list showing dashboards didn't open if there were more than 1000 dashboards.
* Snowflake chart gave error when "Last Row Aggregates Over-limit Rows" setting was used with list aggregation. (D-14352)
* D-14209: Fixed issue where moving projects in Workspace was not possible.
* Chart related buttons are now hidden in datatable content dialog. (D-14360)
* D-14210: Fixes for issue with incorrectly shown pending tasks in System Reports.
* Fixed issue where each resize of dashboard element made element width or height increase when chart margin was more than zero. (D-14361)
* D-14184: Giving ScriptText or ScriptFileName as parameter for QPR ScriptLauncher created a broken script.
* Models were incorrectly identified as in-memory model when linked datatables were missing. (D-14325)
* D-14162: Expression "0.()" gave null reference error.
* Users system report performance has been improved by adding EffectivePermissionTypesFor function. (D-14266)
* D-14186: Highcharts visualizations datalabel texts were incorrectly shown over tooltips.
* Prevented following error in Snowflake dashboards: Object "qprpa_dt_cache_..." already exists when creating a cache table. (D-14348)
* D-14135: Expression based Snowflake filter rule caused error "Object reference not set to an instance of an object".
* Fixed issue where gateway based data import didn't write SAP errors into script logs. (D-14351)
* D-14229: Snowflake disabled filter rules didn't affect header object counts when there were several filter rules.
* Model default filter is now selected when model is opened from Workspace. (D-14376)
* D-14228: In Model and Model statistics reports, columns showing case and event attributes didn't work.
* ''D-14213'': In User Settings dialog, Effective Permissions settings are preserved while dialog is open.


==Features under work==
==Features under work==
* ''B-08366'': Frontend for OCPM model configuration and Snowflake charts using perspectives.
* Checkbox for disable filtering for individual dimension or column. (''B-08589'')
* ''B-08413'': Frontend components have been updated.
* Backup and restore PA native app. (''B-08591'')
* ''B-08418'': Integrated QPR ProcessAnalyzer to Snowflake user authentication for Snowpark Container Services.
* Model-specific Snowflake warehouses. (''B-08610'')


==Fixes under work==
Note: Features and fixes currently under work are not necessarily targeting to the next release.
* ''D-13943'': Added error message to Case attribute selector when model doesn't have selected case attribute.
* ''D-14172'': Fixed issue where validation error appeared when copying and moving elements in Design Diagram.
* ''D-14226'': Fixed several  OCPM calculation related issues in backend.
* ''D-14227'': Fixed issue where applying chart settings in System reports made settings pane empty.
 
Note: Features and fixes under work are not necessarily targeting to the next release.
__NOTOC__
__NOTOC__

Latest revision as of 20:35, 18 February 2025

This page contains preliminary information about new features and fixed issues in the next release.

New features in next release

  • Implemented Entity Framework database initialization and migrations. (B-08566)
  • In object-centric models, object-to-object relations are followed only forward and backward directions. Additionally, there are performance improvements for object-centric models. (B-08577)
  • Added support for following Entity Framework database providers: SQL Server (full), Snowflake Hybrid Tables (experimental), PostgreSQL (experimental). (B-08581)
  • Removed event type existence check from charts - now non-existing event types are allowed. (B-08585)
  • Changed Snowflake charts to store variable change actions in stringified format to make them compatible with linked settings. (B-08587)
  • Added filter description field to filter properties dialog. (B-08451)
  • Home screen has been removed, and Workspace has new card layout and other UX improvements. (B-08541)
  • Added object attribute filtering for object-centric models. Filters can be created from dialog or selecting items from charts. (B-08547)
  • AI Agent is a new dashboard component showing LLM generated answers based on user prompt and analysis results. (B-08556)
  • Added "CheckModelValidity" function returning model validation errors. (B-08426)
  • Update backend components. (B-08596)
  • Update frontend components. (B-08597)
  • Translation update for release 2025.2. (B-08607)

Issues fixed in next release

  • Fixed issue where AI Assistant crashed with model that didn't use datatables. (D-14340)
  • Fixed issue where AI Assistant explaining charts feature crashed when applying to Label component. (D-14344)
  • Optimized client-side import not to perform redundant datatable metadata queries. (D-14347)
  • Snowflake chart gave error when "Last Row Aggregates Over-limit Rows" setting was used with list aggregation. (D-14352)
  • Chart related buttons are now hidden in datatable content dialog. (D-14360)
  • Fixed issue where each resize of dashboard element made element width or height increase when chart margin was more than zero. (D-14361)
  • Models were incorrectly identified as in-memory model when linked datatables were missing. (D-14325)
  • Users system report performance has been improved by adding EffectivePermissionTypesFor function. (D-14266)
  • Prevented following error in Snowflake dashboards: Object "qprpa_dt_cache_..." already exists when creating a cache table. (D-14348)
  • Fixed issue where gateway based data import didn't write SAP errors into script logs. (D-14351)
  • Model default filter is now selected when model is opened from Workspace. (D-14376)

Features under work

  • Checkbox for disable filtering for individual dimension or column. (B-08589)
  • Backup and restore PA native app. (B-08591)
  • Model-specific Snowflake warehouses. (B-08610)

Note: Features and fixes currently under work are not necessarily targeting to the next release.