Next Release Content: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
(187 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!--7407-->
<!--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-08418: QPR ProcessAnalyzer has been integrated into Snowflake authentication for Snowpark Container Services.
* In object-centric models, object-to-object relations are followed by traversing once all object types. (B-08606)
* B-08420: Legacy "Local" datatables cannot be created anymore - only separate SQL Server database is supported.
* Added checkbox for disabling filtering for individual dimensions or columns. (''B-08589'')
* B-08437: Snowflake cache is now bypassed for queries that have caching disabled.
* Case and event attributes lists show number of unique values in Snowflake models (instead of attribute datatype as previously). (''B-08316'')
* B-08443: Improved object-centric models performance by optimizing perspective generation.
* Snowflake clustering analysis shows now number of event occurrences features correctly. (''B-08353'')
* B-08477: Backend components have been updated.
* Datatable duplication is now synchronous in Snowflake until 30 seconds to avoid showing the created duplicate with zero rows. (''B-08634'')
* B-08458: Object-centric perspectives can be stored as filters and object-centric model can be selected for dashboard.
* 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-08450: Updated Snowflake UDF's python version from 3.8 to 3.11.
* SAML authentication can now synchronize user groups from identity provider. (''B-08612'')
* ''B-08425'': Migrated nine configuration data tables to use Entity Framework.
* Improved Snowflake cache table creation when there are multiple users. (''B-08622'')
* ''B-08334'': Remove legacy functionality related to models.


==Issues fixed in next release==
==Issues fixed in next release==
* D-14250: "Show in Query Designer" button didn't show full query sent to server.
* Fixed potential issue which could have leaked database connections and caused connection pool starvation. (''D-14414'')
* D-14259: Removed malfunctioning undo/redo operations from Design diagram.
* Renewed SAML self-signed certificate with ten years of validity. (''D-14424'')
* D-14260: Design diagram toolbar incorrectly scrolled to left when diagram was zoomed.
* Workspace projects hierarchy tooltips didn't show special characters correctly. (''D-14430'')
* D-14257: Exporting datatable with no columns froze loading spinner.
* Added maximum data size limitation to AI assistant to avoid error with large datasets. (''D-14419'')
* D-14188: Script incorrectly aborted after error occurring in the import phase of client-side import.
* Day of the Year/Week/Month/Quater selection didn't work with specific event time in in-memory chart. (''D-14421'')
* D-14262: Opening version information caused javascript error if backend communication failed.
* Fixed issue where object-centric flowchart filter selection gave error when case-centric model was selected. (''D-14408'')
* D-14263: Filtering with case id caused error when Snowflake model didn't have case attributes datatable.
* &quot;Datatable contents (in-memory)&quot; option now works also for Snowflake datatables. (''D-14391'')
* D-14271: None aggregation didn't work with some Statistical calculations.
* Chart settings crashed when trying to use without model selected giving following error: Cannot read properties of undefined (reading 'injectValue'). (''D-14395'')
* D-14251: Aggregations list in Combined measure/dimension/column incorrectly showed aggregations for all data types.
* BPMN editor crashed when creating filter from tasks giving following error: Cannot read properties of null (reading 'querySelector'). (''D-14399'')
* D-14256: Workspace showed progress spinner forever if trying to remove rows from table where there is no access.
* Fixed issue where query to non-existing model incorrectly returned &quot;Sequence contains no elements&quot;. (''D-14402'')
* D-14275: Several "Loop percentage" event measures caused flowchart error.
* &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-14278: Workspace models list showed linked cases/events datatable even though datatable didn't exist.
* ''D-14285'': Non-breaking spaces didn't work in json fields.


==Features under work==
==Features under work==
* ''B-08337'': Remove legacy functionality related to roles.
* Model validity check has been extended to find issues in the eventlog data for Snowflake case-centric models. (''B-07910'')
* ''B-08430'': Improved Snowflake flowchart performance by calculating variations using sampling.
* Groups can be deleted in user management. (''B-08330'')
* ''B-08446'': Snowflake application package can be created for QPR ProcessAnalyzer.
* Frontend components have been updated. (''B-08638'')
* ''B-08449'': Snowflake Native App supports project-specific database and schema.
* Improved AI Agent by adding UI for editing prompt datasets, and added checkbox to include other charts in dashboard as prompt data. (''B-08641'')
* ''B-08452'': Limit number of sampled cases to 10000 in in-memory and Snowflake clustering presets.
* SqlDatabaseOperation usage refactorizations. (''B-08649'')
* ''B-08456'': Frontend components have been updated.
* 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'')
* ''B-08472'': Snowflake filter cache tables are now created in background to improve performance.


==Fixes under work==
==Fixes under work==
* ''D-14280'': Dashboard component stacking order buttons didn't work if dashboard had z-indeces with gaps.
* KPI card now shows a scrollbar when content doesn't fit to the available space. (''D-13428'')
* ''D-14283'': BPMN editor toolbox has now correct font.
* Fixed issue where chart settings opened on top of full screen BPMN editor. (''D-14472'')
* Now 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'')


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 15:29, 3 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)
  • Fixed issue where object-centric flowchart filter selection gave error when case-centric model was selected. (D-14408)
  • "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 query to non-existing model incorrectly returned "Sequence contains no elements". (D-14402)
  • "Visualize list items with colors" setting didn't work with the "Last Row Aggregates Over-limit Rows" setting. (D-14357)

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)
  • SqlDatabaseOperation usage refactorizations. (B-08649)
  • 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

  • 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)
  • Now 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)

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