Next Release Roadmap: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(605 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!--6814-->
<!--10845-->
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.
* Object counts indicator is hidden for object-centric models when perspective is not set. (''B-08825'')
* ''B-08382'': Measures, dimensions and columns can be duplicated in chart settings.
* AI root causes analysis is now shown as hierarchy for easier readability. (''B-08921'')
* ''B-08340'': New users don't have a default model selected when login for the first time.
* Case-centric flowchart performance has been improved by making all queries simultaneously. (''B-08916'')
* Object-centric models can be filtered with any case-centric filters by using perpective. (''B-08595'')
* Content-security-policy img-src blob: directive has been restored, used by Highcharts image export. (''B-08904'')
* Backend components have been updated including update to .NET 10. (''B-08926'')
* Frontend component update (release 2026.1). (''B-08927'')


==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.
* Snowflake query with multiple columns with aggregations and Coalesce function gave &quot;invalid identifier&quot; error. (''D-14763'')
* ''D-14189'': Dropdown list gives following error when clicking add for "List items": Cannot read properties of undefined (reading 'axisLabel').
* AI Root Causes presets didn't work with models that don't have case attributes. (''D-14759'')
* In-memory Average function didn't work when aggregating dates using model's Attribute function. (''D-14761'')
* Sometimes opening models list gave &quot;User doesn't have permission GenericRead to model&quot; error. (''D-14742'')
* Prediction generated invalid models where case IDs in events table didn't exist in cases table. (''D-14758'')
* Filter to exclude case attribute values incorrectly excludes null values even if null is not selected. (''D-14773'')


==Features under work==
Note: Features and fixes currently under work are not necessarily targeting to the next release.
* ''B-08355'': EL: Changes into identifier matching precedence.
* ''B-08365'': Added visual settings for KPI Card: font size, text color, text styles, vertical and horizontal alignment.
* ''B-08389'': Added support for making multiple Snowflake queries in same request.
* ''B-08404'': Design and create quick smoke test exec plan to be run for every build.
 
==Fixes under work==
* ''D-14184'': Giving ScriptText or ScriptFileName as parameter for ScriptLauncher creates broken script.
* ''D-14186'': Highcharts visualizations datalabel texts were incorrectly shown over tooltips.
 
Note: Features and fixes under work are not necessarily targeting to the next release.
__NOTOC__
__NOTOC__

Latest revision as of 21:54, 6 January 2026

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

New features in next release

  • Object counts indicator is hidden for object-centric models when perspective is not set. (B-08825)
  • AI root causes analysis is now shown as hierarchy for easier readability. (B-08921)
  • Case-centric flowchart performance has been improved by making all queries simultaneously. (B-08916)
  • Object-centric models can be filtered with any case-centric filters by using perpective. (B-08595)
  • Content-security-policy img-src blob: directive has been restored, used by Highcharts image export. (B-08904)
  • Backend components have been updated including update to .NET 10. (B-08926)
  • Frontend component update (release 2026.1). (B-08927)

Issues fixed in next release

  • Snowflake query with multiple columns with aggregations and Coalesce function gave "invalid identifier" error. (D-14763)
  • AI Root Causes presets didn't work with models that don't have case attributes. (D-14759)
  • In-memory Average function didn't work when aggregating dates using model's Attribute function. (D-14761)
  • Sometimes opening models list gave "User doesn't have permission GenericRead to model" error. (D-14742)
  • Prediction generated invalid models where case IDs in events table didn't exist in cases table. (D-14758)
  • Filter to exclude case attribute values incorrectly excludes null values even if null is not selected. (D-14773)

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