Next Release Roadmap: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(849 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!--6814-->
<!--10981-->
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.
* Introduced QPR Task Recorder for web applications available as Chrome and Edge extension, capable of collecting detailed eventlogs from user actions. (''B-09087'')
* ''B-08382'': Measures, dimensions and columns can be duplicated in chart settings.
* Flowchart is available both in vertical and horizontal layouts, and maximum flow thickness can be defined. (''B-09113'')
* ''B-08340'': New users don't have a default model selected when login for the first time.
* Added &quot;About&quot; dialog containing QPR patent information, and &quot;User Settings&quot; dialog redesigned to &quot;User Profile&quot; dialog. (''B-09015'')
* ''B-08365'': Added following visual settings for KPI Card: font size, text color, text styles, vertical and horizontal alignment.
* Dropdown lists show case/event attribute value numbers and dates in ascending order. (''B-09125'')
* Updated to Angular 22 and Highcharts 13. (''B-09122'')
* Backend components have been updated. (''B-09128'')
* Model data can be customized in filter rules by specifying source data expression for cases and events. (''B-09127'')
* Added in-built MCP tools which are always available: List Process Models, Get Model Details, and Generic Query. (''B-09136'')


==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 QPR ProcessAnalyzer server didn't start up after updating to 2026.5 release when PA_CONFIGURATION table contained settings with integer values. (''D-14899'')
* ''D-14189'': Dropdown list component gave following error when clicking Add button for "List items": Cannot read properties of undefined (reading 'axisLabel').
* CSV export gave incorrect error &quot;datatable doesn't have any columns&quot; if dimensioning was used and no measures were defined. (''D-14894'')
* ''D-14192'': Datagrid paging settings are now preserved when resizing or zooming window.
* &quot;Percentage of filtered cases&quot; gave division by zero error when there was a root causes rule leading to zero cases. (''D-14630'')
* ''D-14214'': In System reports, dropdown list showing dashboards didn't open if there were more than 1000 dashboards.
* Fixed issue where some selections requiring pre-expressions didn't work in the combined column. (''D-14682'')
* ''D-14209'': Fixed issue where moving projects was not possible.
* Script current and last run log button icons have been changed in Workspace. (''D-14713'')
* ''D-14210'': Fixes for issue with incorrectly shown pending tasks.
* Improved Workspace layout in small screens when there was empty table. (''D-14780'')
* When going away from unsaved dashboard but selecting cancel, the unsaved changes dialog didn't appear again. (''D-14859'')
* Improved object-centric model validation when object type datatable is not defined. (''D-14864'')
* Fixed issue where database migration for configuration table key failed in specific scenario. (''D-14902'')
* DatetimeTruncation didn't work for Attribute filter rule when filtering events. (''D-14886'')
* &quot;Design diagrams&quot; appeared twice in the Analyzed entities list in chart settings. (''D-14936'')


==Features under work==
==Features under work==
* ''B-08355'': Expression language identifiers are primarily assumed as variables and secondarily as property names.
* Label component changing dashboard variables supports any variable data types, and changing model with ModelId doesn't automatically use model default filter. (''B-09029'')
* ''B-08389'': Added support for making multiple Snowflake queries in same request for easier OCPM queries.
* Workspace has been improved for working with MCP server content. (''B-09112'')
* ''B-08402'': QPR ProcessAnalyzer can now connect to Snowflake when running in Snowpark Container Services.
* Dropdown list selector component makes query only when the list is opened to improve performance. (''B-09126'')
* ''B-08416'': Improve support for partially configured OCEL-models.
* Object-centric model perspective can define from which object types events are counted using EventSourceObjectTypes setting. (''B-09133'')
* Added button to export chart to file, and added &quot;Export available in preview mode&quot; setting to disallow exporting from viewers. (''B-09151'')


==Fixes under work==
==Fixes under work==
* ''D-14184'': Giving ScriptText or ScriptFileName as parameter for QPR ScriptLauncher created a broken script.
* Fixed issue where setting dashboard level perspective didn't update chart to use the perspective. (''D-14814'')
* ''D-14218'': CSV file import didn't detect existing column correctly when there was difference only in letter case.
* Sorting failed in AI root causes presets when sorting by contributor. (''D-14884'')
* Event type mapping setting didn't work with expression filter rules. (''D-14898'')
* Chart export created file with only an underscore as name if chart title only contained a space. (''D-14930'')


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

Latest revision as of 13:00, 13 August 2026

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

New features in next release

  • Introduced QPR Task Recorder for web applications available as Chrome and Edge extension, capable of collecting detailed eventlogs from user actions. (B-09087)
  • Flowchart is available both in vertical and horizontal layouts, and maximum flow thickness can be defined. (B-09113)
  • Added "About" dialog containing QPR patent information, and "User Settings" dialog redesigned to "User Profile" dialog. (B-09015)
  • Dropdown lists show case/event attribute value numbers and dates in ascending order. (B-09125)
  • Updated to Angular 22 and Highcharts 13. (B-09122)
  • Backend components have been updated. (B-09128)
  • Model data can be customized in filter rules by specifying source data expression for cases and events. (B-09127)
  • Added in-built MCP tools which are always available: List Process Models, Get Model Details, and Generic Query. (B-09136)

Issues fixed in next release

  • Fixed issue where QPR ProcessAnalyzer server didn't start up after updating to 2026.5 release when PA_CONFIGURATION table contained settings with integer values. (D-14899)
  • CSV export gave incorrect error "datatable doesn't have any columns" if dimensioning was used and no measures were defined. (D-14894)
  • "Percentage of filtered cases" gave division by zero error when there was a root causes rule leading to zero cases. (D-14630)
  • Fixed issue where some selections requiring pre-expressions didn't work in the combined column. (D-14682)
  • Script current and last run log button icons have been changed in Workspace. (D-14713)
  • Improved Workspace layout in small screens when there was empty table. (D-14780)
  • When going away from unsaved dashboard but selecting cancel, the unsaved changes dialog didn't appear again. (D-14859)
  • Improved object-centric model validation when object type datatable is not defined. (D-14864)
  • Fixed issue where database migration for configuration table key failed in specific scenario. (D-14902)
  • DatetimeTruncation didn't work for Attribute filter rule when filtering events. (D-14886)
  • "Design diagrams" appeared twice in the Analyzed entities list in chart settings. (D-14936)

Features under work

  • Label component changing dashboard variables supports any variable data types, and changing model with ModelId doesn't automatically use model default filter. (B-09029)
  • Workspace has been improved for working with MCP server content. (B-09112)
  • Dropdown list selector component makes query only when the list is opened to improve performance. (B-09126)
  • Object-centric model perspective can define from which object types events are counted using EventSourceObjectTypes setting. (B-09133)
  • Added button to export chart to file, and added "Export available in preview mode" setting to disallow exporting from viewers. (B-09151)

Fixes under work

  • Fixed issue where setting dashboard level perspective didn't update chart to use the perspective. (D-14814)
  • Sorting failed in AI root causes presets when sorting by contributor. (D-14884)
  • Event type mapping setting didn't work with expression filter rules. (D-14898)
  • Chart export created file with only an underscore as name if chart title only contained a space. (D-14930)

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