Next Release Roadmap: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(323 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!--9468-->
<!--10821-->
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==
* In object-centric models, object-to-object relations are followed by traversing once all object types. (''B-08606'')
* Added checkbox for disabling filtering for individual dimensions or columns. (''B-08589'')
* Case and event attributes lists show number of unique values in Snowflake models (instead of attribute datatype as previously). (''B-08316'')
* Snowflake clustering analysis shows now number of event occurrences features correctly. (''B-08353'')
* Datatable duplication is now synchronous in Snowflake until 30 seconds to avoid showing the created duplicate with zero rows. (''B-08634'')
* Global secrets can be added which can be used by all project. For global secrets, SetSecret function works also in the generic context. (''B-08599'')
* SAML authentication can now synchronize user groups from identity provider. (''B-08612'')
* Improved Snowflake cache table creation when there are multiple simultaneous queries. (''B-08622'')
* Refactored SQL Server operations to improve robustness and avoid leaking database connections. (''B-08649'')
* Backend components have been updated. (''B-08639'')
* Groups can be deleted in user management. (''B-08330'')
* In object-centric models, event type and object type tables are not anymore mandatory, and common attributes can be specified in events and objects tables. (''B-08663'')
* Snowflake Event types preset has been improved by adding classification to frequency of occurrence. (''B-08656'')
* Translation update for release 2025.3. (''B-08640'')
* Improved AI Agent by adding UI for editing prompt datasets, and added checkbox to include other charts in dashboard as prompt data. (''B-08641'')
* Frontend components have been updated. (''B-08638'')
* Model validity check has been extended to find issues in the eventlog data for Snowflake case-centric models. (''B-07910'')


==Issues fixed in next release==
==Issues fixed in next release==
* Fixed potential issue which could have leaked database connections and caused connection pool starvation. (''D-14414'')
* Fixed issue in Manage Users dialog where the row selections disappeared when resizing the dialog. (''D-14647'')
* Renewed SAML self-signed certificate with ten years of validity. (''D-14424'')
* Some Snowflake expressions with aggregation were missing possibility to define percentile value. (''D-14276'')
* Workspace projects hierarchy tooltips didn't show special characters correctly. (''D-14430'')
* Added tooltip to gantt chart's table layout header so that the header text can be fully seen. (''D-13748'')
* Added maximum data size limitation to AI assistant to avoid error with large datasets. (''D-14419'')
* Referrer-Policy HTTP header was incorrectly set to &quot;same-origins&quot; causing browser console error in Windows deployments. (''D-14736'')
* Day of the Year/Week/Month/Quater selection didn't work with specific event time in in-memory chart. (''D-14421'')
* Switching between Snowflake and in-memory chart by changing chart configuration json, caused some items in chart settings to appear twice. (''D-14667'')
* &quot;Datatable contents (in-memory)&quot; option now works also for Snowflake datatables. (''D-14391'')
* Fixed issue where it was not possible to delete a model with same name in the same project during the same session. (''D-14708'')
* Chart settings crashed when trying to use without model selected giving following error: Cannot read properties of undefined (reading 'injectValue'). (''D-14395'')
* Improved error message if model loading fails when loading script returns incorrect type of data. (''D-14637'')
* BPMN editor crashed when creating filter from tasks giving following error: Cannot read properties of null (reading 'querySelector'). (''D-14399'')
* Fixed issue where variations query with sampling was slow for new models. (''D-14729'')
* Fixed issue where object-centric flowchart filter selection gave error when case-centric model was selected. (''D-14408'')
* Fixed issue where QPR ProcessAnalyzer request ID was not added to Snowflake data modification queries. (''D-14728'')
* Fixed issue where query to non-existing model incorrectly returned &quot;Sequence contains no elements&quot;. (''D-14402'')
* Issue has been fixed where value expressions didn't work that are referred in dimension and containing aggregation. (''D-13624'')
* Table column filter value list didn't show special null value label correctly. (''D-13844'')
* &quot;Visualize list items with colors&quot; setting didn't work with the &quot;Last Row Aggregates Over-limit Rows&quot; setting. (''D-14357'')
* Made sure that failed queries are not added to model filter cache. (''D-14484'')
* Incorrect StringifiedValues in chart settings and expression filter rule caused UI to stuck. (''D-14485'')
* KPI card now shows a scrollbar when content doesn't fit to the available space. (''D-13428'')
* Fixed issue where chart settings opened on top of full screen BPMN editor. (''D-14472'')
* Authentication request should return real error message. (''D-14480'')
* CallWebService function ignores message body with DELETE method. (''D-14488'')
* Show details button in some error messages didn't have any effect when pressed (fixed in D-14480). (''D-14490'')
* AllowCreatingCacheTables parameter doesn't work - cache tables are always created (in parallel). (''D-14460'')


==Features under work==
==Features under work==
* Object-centric models support data structure where object attributes can only have single value. (''B-08667'')
* Object-centric models can be filtered with any case-centric filters by using perpective. (''B-08595'')
* In object-centric models, &quot;Object relation steps&quot; setting should be optional. (''B-08668'')
* Snowflake SQL queries have been simplified to improve performance. (''B-08901'')
* Refactored how export files are generated. (''B-08904'')
* QPR ProcessAnalyzer can be deployed on-premise using Linux container. (''B-08915'')
* Backend component update including .Net 10 (release 2026.1). (''B-08926'')
 
==Fixes under work==
* Query Designer gave untranslated error message &quot;Unable to use Snowflake tables as data source for in-memory query&quot;. (''D-14683'')
* In Query Designer, table column menu gave JavaScript error for column where first row was null. (''D-14684'')
* Query Designer incorrectly gave message &quot;There are no columns in the data&quot; when the data had no rows. (''D-14692'')
* Query Designer gave untranslated error message: &quot;You don't have permissions to model ...&quot;. (''D-14727'')
* Selecting model in dashboard when there is no model selected and going back to Workspace, gives error message. (''D-14735'')
* It should be possible to open PA directly to the script editor with url. (''D-14745'')


Note: Features and fixes currently 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 21:20, 25 November 2025

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

Issues fixed in next release

  • Fixed issue in Manage Users dialog where the row selections disappeared when resizing the dialog. (D-14647)
  • Some Snowflake expressions with aggregation were missing possibility to define percentile value. (D-14276)
  • Added tooltip to gantt chart's table layout header so that the header text can be fully seen. (D-13748)
  • Referrer-Policy HTTP header was incorrectly set to "same-origins" causing browser console error in Windows deployments. (D-14736)
  • Switching between Snowflake and in-memory chart by changing chart configuration json, caused some items in chart settings to appear twice. (D-14667)
  • Fixed issue where it was not possible to delete a model with same name in the same project during the same session. (D-14708)
  • Improved error message if model loading fails when loading script returns incorrect type of data. (D-14637)
  • Fixed issue where variations query with sampling was slow for new models. (D-14729)
  • Fixed issue where QPR ProcessAnalyzer request ID was not added to Snowflake data modification queries. (D-14728)

Features under work

  • Object-centric models can be filtered with any case-centric filters by using perpective. (B-08595)
  • Snowflake SQL queries have been simplified to improve performance. (B-08901)
  • Refactored how export files are generated. (B-08904)
  • QPR ProcessAnalyzer can be deployed on-premise using Linux container. (B-08915)
  • Backend component update including .Net 10 (release 2026.1). (B-08926)

Fixes under work

  • Query Designer gave untranslated error message "Unable to use Snowflake tables as data source for in-memory query". (D-14683)
  • In Query Designer, table column menu gave JavaScript error for column where first row was null. (D-14684)
  • Query Designer incorrectly gave message "There are no columns in the data" when the data had no rows. (D-14692)
  • Query Designer gave untranslated error message: "You don't have permissions to model ...". (D-14727)
  • Selecting model in dashboard when there is no model selected and going back to Workspace, gives error message. (D-14735)
  • It should be possible to open PA directly to the script editor with url. (D-14745)

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