Next Release Roadmap: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(794 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!--6814-->
<!--10956-->
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.
* HTTP logging can be enabled to trace HTTP requests coming to QPR ProcessAnalyzer. (B-09109)
* ''B-08382'': Measures, dimensions and columns can be duplicated in chart settings.
* OAuth refresh tokens are stored to database to keep active sessions after server restart. (B-09091)
* ''B-08340'': New users don't have a default model selected when login for the first time.
* Dropdown list selector for changing dashboard variables and filter selector components are available as multiselect dropdown lists. (B-09085)
* ''B-08365'': Added following visual settings for KPI Card: font size, text color, text styles, vertical and horizontal alignment.
* Added support for MCP prompts and MCP resources which can be implemented using scripts. (B-09101)
* Eventlog data and dashboard texts can be translated (e.g., attribute names, event type names, textual values, titles, labels, units). (''B-09010'')


==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.
* Datatable with underlying Snowflake table missing gave &quot;Index out of bounds&quot; error in charts. (D-14815)
* ''D-14189'': Dropdown list component gave following error when clicking Add button for "List items": Cannot read properties of undefined (reading 'axisLabel').
* If object-centric model had object types without direct events, those object type were incorrectly shown in flowchart. (D-14880)
* ''D-14192'': Datagrid paging settings are now preserved when resizing or zooming window.
* Added decimals selection for number and period selection for date type of case/event attribute filter rules, and selected values in filter rules are presented based on these selections. (D-14867)
* ''D-14214'': In System reports, dropdown list showing dashboards didn't open if there were more than 1000 dashboards.
* Flowchart behaved strangely after model's datatable rows were truncated. (D-14830)
* ''D-14209'': Fixed issue where moving projects was not possible.
* Snowflake flowchart sometimes gave &quot;SQL compilation error&quot; with specific filter. (D-14849)
* ''D-14210'': Fixes for issue with incorrectly shown pending tasks.


==Features under work==
==Features under work==
* ''B-08355'': Expression language identifiers are primarily assumed as variables and secondarily as property names.
* OCPM: Master- and transactional data object types. (''B-08632'')
* ''B-08389'': Added support for making multiple Snowflake queries in same request for easier OCPM queries.
* Added Snowflake expression functions: NullIf, IfNull, LPad, RPad, MaxBy, MinBy, ListAgg, ArrayAgg. (''B-09013'')
* ''B-08402'': QPR ProcessAnalyzer can now connect to Snowflake when running in Snowpark Container Services.
* 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-08416'': Improve support for partially configured OCEL-models.
* Simplified database structure by removing CFG_ID column in PA_CONFIGURATION table. (''B-09036'')
* Cortex based AI assistant performance has been improved with Snowflake's AGENT_RUN function which also supports selecting LLM automatically. (''B-09044'')
* Introduced QPR Task Recorder for web applications available as Chrome and Edge extension, capable of collecting detailed eventlogs from user actions. (''B-09087'')
* Add support for SQL Server 2025. (''B-09099'')
* Backend component update for release 2026.5. (''B-09106'')
* Added dashboard components are automatically positioned to empty space. (''B-09108'')
* Flowchart is available both in vertical and horizontal layouts, and maximum flow thickness can be defined. (''B-09113'')


==Fixes under work==
==Fixes under work==
* ''D-14184'': Giving ScriptText or ScriptFileName as parameter for QPR ScriptLauncher created a broken script.
* &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-14218'': CSV file import didn't detect existing column correctly when there was difference only in letter case.
* 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'')
* Old datatables having null as ITA_CONFIGURATION value broke metadata modifications for all datatables in same project. (''D-14887'')


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 22:09, 13 June 2026

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

New features in next release

  • HTTP logging can be enabled to trace HTTP requests coming to QPR ProcessAnalyzer. (B-09109)
  • OAuth refresh tokens are stored to database to keep active sessions after server restart. (B-09091)
  • Dropdown list selector for changing dashboard variables and filter selector components are available as multiselect dropdown lists. (B-09085)
  • Added support for MCP prompts and MCP resources which can be implemented using scripts. (B-09101)
  • Eventlog data and dashboard texts can be translated (e.g., attribute names, event type names, textual values, titles, labels, units). (B-09010)

Issues fixed in next release

  • Datatable with underlying Snowflake table missing gave "Index out of bounds" error in charts. (D-14815)
  • If object-centric model had object types without direct events, those object type were incorrectly shown in flowchart. (D-14880)
  • Added decimals selection for number and period selection for date type of case/event attribute filter rules, and selected values in filter rules are presented based on these selections. (D-14867)
  • Flowchart behaved strangely after model's datatable rows were truncated. (D-14830)
  • Snowflake flowchart sometimes gave "SQL compilation error" with specific filter. (D-14849)

Features under work

  • OCPM: Master- and transactional data object types. (B-08632)
  • Added Snowflake expression functions: NullIf, IfNull, LPad, RPad, MaxBy, MinBy, ListAgg, ArrayAgg. (B-09013)
  • Added "About" dialog containing QPR patent information, and "User Settings" dialog redesigned to "User Profile" dialog. (B-09015)
  • Simplified database structure by removing CFG_ID column in PA_CONFIGURATION table. (B-09036)
  • Cortex based AI assistant performance has been improved with Snowflake's AGENT_RUN function which also supports selecting LLM automatically. (B-09044)
  • Introduced QPR Task Recorder for web applications available as Chrome and Edge extension, capable of collecting detailed eventlogs from user actions. (B-09087)
  • Add support for SQL Server 2025. (B-09099)
  • Backend component update for release 2026.5. (B-09106)
  • Added dashboard components are automatically positioned to empty space. (B-09108)
  • Flowchart is available both in vertical and horizontal layouts, and maximum flow thickness can be defined. (B-09113)

Fixes under work

  • "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)
  • Old datatables having null as ITA_CONFIGURATION value broke metadata modifications for all datatables in same project. (D-14887)

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