Next Release Content: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(97 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!--8937-->
<!--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==
* B-08439: Added project settings DatabaseNameInDataSource and SchemaNameInDataSource to define Snowflake database and schema.
* In object-centric models, object-to-object relations are followed by traversing once all object types. (B-08606)
* B-08529: Added support for array type in stringified value format.
* Added checkbox for disabling filtering for individual dimensions or columns. (''B-08589'')
* B-08527: Improved SAP connector handling and removed fixed dll file names.
* Case and event attributes lists show number of unique values in Snowflake models (instead of attribute datatype as previously). (''B-08316'')
* B-08387: Added backend support for object-centric model filtering for object attributes.
* Snowflake clustering analysis shows now number of event occurrences features correctly. (''B-08353'')
* B-08552: Migrated rest of SQL queries to Entity Framework.
* Datatable duplication is now synchronous in Snowflake until 30 seconds to avoid showing the created duplicate with zero rows. (''B-08634'')
* B-08526: Variations and other other list of items can be visualized with colors, and also "List separator" field is available for dimensions and columns.
* 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'')
* B-08546: Added LlmComplete function to access Snowflake Cortex large language models.
* SAML authentication can now synchronize user groups from identity provider. (''B-08612'')
* B-08391: Datatable access has been optimized improving performance for object-centric models.
* Improved Snowflake cache table creation when there are multiple users. (''B-08622'')
* B-08544: Frontend components have been updated.
* B-08531: Projects can be created in expression language using CreateProject function.
* B-08561: Updated translations for release 2025.1.
* ''B-08530'': Charts can have description text for details or explanation.


==Issues fixed in next release==
==Issues fixed in next release==
* D-14323: Filtering with "Split data by filtering" dimension didn't work with exclude type of filter rules and when there are multiple filter rules.
* Fixed potential issue which could have leaked database connections and caused connection pool starvation. (''D-14414'')
* D-14327: AI Assistant had console error when pressing send button without text.
* Renewed SAML self-signed certificate with ten years of validity. (''D-14424'')
* D-14299: Table text filters didn't work in Snowflake (starts with, ends with, contains).
* Workspace projects hierarchy tooltips didn't show special characters correctly. (''D-14430'')
* D-14331: Flowchart lost selection when flowchart used linked variables with array values.
* Added maximum data size limitation to AI assistant to avoid error with large datasets. (''D-14419'')
* D-14332: Flowchart event type and flow queries are now simultaneous to improve performance.
* Day of the Year/Week/Month/Quater selection didn't work with specific event time in in-memory chart. (''D-14421'')
* D-14321: Added error message to AI Assistant when trying to use it without model selected.
* &quot;Datatable contents (in-memory)&quot; option now works also for Snowflake datatables. (''D-14391'')
* D-14316: Occurrence impact on case duration measure didn't work with certain in-memory models.
* Chart settings crashed when trying to use without model selected giving following error: Cannot read properties of undefined (reading 'injectValue'). (''D-14395'')
* D-14306: Fixed issue when there were both TimeStamp and ToTimeStamp event data columns.
* BPMN editor crashed when creating filter from tasks giving following error: Cannot read properties of null (reading 'querySelector'). (''D-14399'')
* D-14338: Model.Modify function generated model json configuration that frontend wasn't incompatible with.
* Fixed issue where object-centric flowchart filter selection gave error when case-centric model was selected. (''D-14408'')
* D-14341: AI Assistant overlapped with BPMN editor in fullscreen mode.
* Fixed issue where query to non-existing model incorrectly returned &quot;Sequence contains no elements&quot;. (''D-14402'')
* D-14342: Flow step and Zoom settings control have same size and layout is aligned.
* D-14339: Week numbers showed incorrectly for dates in the end of year.
* D-14326: Fixed issue where extra columns in objects table broke object-centric model.
* ''D-14346'': Fixed issue where manual activation using activation utility didn't work.


==Features under work==
==Features under work==
* ''B-08566'': EF Database initialization and migrations.
* Model validity check has been extended to find issues in the eventlog data for Snowflake case-centric models. (''B-07910'')
* ''B-08581'': EF: Add support for multiple DB providers.
* Groups can be deleted in user management. (''B-08330'')
* Frontend components have been updated. (''B-08638'')
* 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==
==Fixes under work==
* ''D-14325'': PA fails to detect snowflake model after transferring it between projects.
* &quot;Visualize list items with colors&quot; setting didn't work with the &quot;Last Row Aggregates Over-limit Rows&quot; setting. (''D-14357'')
* ''D-14340'': AI Assistant crashes when trying to use model that doesn't use datatables (fixed in D-14344).
* Fixed issue where chart settings opened on top of BPMN editor. (''D-14472'')
* ''D-14344'': AI Assistant explaining charts crashes when using it to Label component.
* Model filter cache caches failing queries. (''D-14484'')


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 13:22, 2 April 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)
  • Groups can be deleted in user management. (B-08330)
  • Frontend components have been updated. (B-08638)
  • 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)
  • Fixed issue where chart settings opened on top of BPMN editor. (D-14472)
  • Model filter cache caches failing queries. (D-14484)

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