Next Release Content: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
(48 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!--9383-->
<!--9468-->
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==
* Implemented Entity Framework based database initialization and migrations. (B-08566)
* In object-centric models, object-to-object relations are followed by traversing once all object types. (B-08606)
* 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 checkbox for disabling filtering for individual dimensions or columns. (''B-08589'')
* Added support for following Entity Framework database providers: SQL Server (full), Snowflake Hybrid Tables (experimental), PostgreSQL (experimental). (B-08581)
* Case and event attributes lists show number of unique values in Snowflake models (instead of attribute datatype as previously). (''B-08316'')
* Removed event type existence check from charts, so that non-existing event types are allowed. (B-08585)
* Snowflake clustering analysis shows now number of event occurrences features correctly. (''B-08353'')
* Changed Snowflake charts to store variable change actions in stringified format to make them compatible with linked settings. (B-08587)
* Datatable duplication is now synchronous in Snowflake until 30 seconds to avoid showing the created duplicate with zero rows. (''B-08634'')
* Added filter description field to filter properties dialog. (B-08451)
* 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'')
* Introduced AI Agent, a new dashboard component showing LLM generated answers based on user prompt and analysis results. (''B-08556'')
* SAML authentication can now synchronize user groups from identity provider. (''B-08612'')
* Backend components have been updated. (''B-08596'')
* Improved Snowflake cache table creation when there are multiple users. (''B-08622'')
* Backend support for object-centric model filter rules Disabled flag. (''B-08611'')
* Improved detection of invalid models and added "CheckModelValidity" function returning model validation errors. (''B-08426'')
* 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'')
* Snowflake Native App configuration data can be backed up to a snapshot and restored. (''B-08591'')
* Frontend components have been updated. (''B-08597'')
* Translations have been updated for release 2025.2. (''B-08607'')


==Issues fixed in next release==
==Issues fixed in next release==
* Fixed issue where AI Assistant crashed when used with a model having ODBC or expression datasource. (D-14340)
* Fixed potential issue which could have leaked database connections and caused connection pool starvation. (''D-14414'')
* Fixed issue where AI Assistant explaining charts crashed when applying to Label component. (D-14344)
* Renewed SAML self-signed certificate with ten years of validity. (''D-14424'')
* Improved client-side import not to perform redundant datatable configuration data queries. (D-14347)
* Workspace projects hierarchy tooltips didn't show special characters correctly. (''D-14430'')
* Snowflake chart gave error when "Last Row Aggregates Over-limit Rows" setting was used with list aggregation. (D-14352)
* Added maximum data size limitation to AI assistant to avoid error with large datasets. (''D-14419'')
* Chart related buttons are now hidden in datatable content preview. (D-14360)
* Day of the Year/Week/Month/Quater selection didn't work with specific event time in in-memory chart. (''D-14421'')
* Fixed issue where each dashboard element resize made element width or height increase when chart margin was more than zero. (D-14361)
* &quot;Datatable contents (in-memory)&quot; option now works also for Snowflake datatables. (''D-14391'')
* Model was incorrectly identified as in-memory model when datatables were missing. (D-14325)
* Chart settings crashed when trying to use without model selected giving following error: Cannot read properties of undefined (reading 'injectValue'). (''D-14395'')
* "Users" system report performance has been improved by adding EffectivePermissionTypesFor function. (D-14266)
* BPMN editor crashed when creating filter from tasks giving following error: Cannot read properties of null (reading 'querySelector'). (''D-14399'')
* Prevented following error in Snowflake dashboards: Object "qprpa_dt_cache_..." already exists when creating a cache table. (D-14348)
* Fixed issue where object-centric flowchart filter selection gave error when case-centric model was selected. (''D-14408'')
* Fixed issue where gateway based data import didn't write SAP errors into script log. (D-14351)
* Fixed issue where query to non-existing model incorrectly returned &quot;Sequence contains no elements&quot;. (''D-14402'')
* Model default filter is now in use when model is opened from Workspace. (D-14376)
* In-memory chart "Cases filtered by attribute" doesn't work for date type of attributes. (''D-14387'')


==Features under work==
==Features under work==
* Checkbox for disable filtering for individual dimension or column. (''B-08589'')
* Model validity check has been extended to find issues in the eventlog data for Snowflake case-centric models. (''B-07910'')
* Model-specific Snowflake warehouses. (''B-08610'')
* Improved AI Agent by adding UI for editing prompt datasets, and added checkbox to include other charts in dashboard as prompt data. (''B-08641'')
* In object-centric models, event type and object type tables are not mandatory, and common attributes can be specified in events and objects tables. (''B-08663'')
 
==Fixes under work==
* &quot;Visualize list items with colors&quot; setting didn't work with the &quot;Last Row Aggregates Over-limit Rows&quot; setting. (''D-14357'')


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__

Revision as of 19:46, 31 March 2025

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 users. (B-08622)

Issues fixed in next release

  • Fixed potential issue which could have leaked database connections and caused connection pool starvation. (D-14414)
  • Renewed SAML self-signed certificate with ten years of validity. (D-14424)
  • Workspace projects hierarchy tooltips didn't show special characters correctly. (D-14430)
  • Added maximum data size limitation to AI assistant to avoid error with large datasets. (D-14419)
  • Day of the Year/Week/Month/Quater selection didn't work with specific event time in in-memory chart. (D-14421)
  • "Datatable contents (in-memory)" option now works also for Snowflake datatables. (D-14391)
  • Chart settings crashed when trying to use without model selected giving following error: Cannot read properties of undefined (reading 'injectValue'). (D-14395)
  • BPMN editor crashed when creating filter from tasks giving following error: Cannot read properties of null (reading 'querySelector'). (D-14399)
  • Fixed issue where object-centric flowchart filter selection gave error when case-centric model was selected. (D-14408)
  • Fixed issue where query to non-existing model incorrectly returned "Sequence contains no elements". (D-14402)

Features under work

  • Model validity check has been extended to find issues in the eventlog data for Snowflake case-centric models. (B-07910)
  • Improved AI Agent by adding UI for editing prompt datasets, and added checkbox to include other charts in dashboard as prompt data. (B-08641)
  • In object-centric models, event type and object type tables are not mandatory, and common attributes can be specified in events and objects tables. (B-08663)

Fixes under work

  • "Visualize list items with colors" setting didn't work with the "Last Row Aggregates Over-limit Rows" setting. (D-14357)

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