Next Release Content: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(127 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!--7407-->
<!--9125-->
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.
* Implemented Entity Framework database initialization and migrations. (B-08566)
* B-08420: Legacy "Local" datatables cannot be created anymore - only separate SQL Server database is supported.
* 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)
* B-08437: Snowflake cache is now bypassed for queries that have caching disabled.
* Added support for following Entity Framework database providers: SQL Server (full), Snowflake Hybrid Tables (experimental), PostgreSQL (experimental). (B-08581)
* B-08443: Improved object-centric models performance by optimizing perspective generation.
* Removed event type existence check from charts - now non-existing event types are allowed. (B-08585)
* B-08477: Backend components have been updated.
* Changed Snowflake charts to store variable change actions in stringified format to make them compatible with linked settings. (B-08587)
* B-08458: Object-centric perspectives can be stored as filters and object-centric model can be selected for dashboard.
* Added filter description field to filter properties dialog. (''B-08451'')
* B-08450: Updated Snowflake UDF's python version from 3.8 to 3.11.
* Home screen has been removed, and Workspace has new card layout and other UX improvements. (''B-08541'')
* ''B-08425'': Migrated nine configuration data tables to use Entity Framework.
* Added object attribute filtering for object-centric models. Filters can be created from dialog or selecting items from charts. (''B-08547'')
* AI Agent is a new dashboard component showing LLM generated answers based on user prompt and analysis results. (''B-08556'')
* Added "CheckModelValidity" function returning model validation errors. (''B-08426'')
* Update backend components. (''B-08596'')
* Update frontend components. (''B-08597'')
* Translation update for release 2025.2. (''B-08607'')


==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 issue where AI Assistant crashed with model that didn't use datatables. (D-14340)
* D-14259: Removed malfunctioning undo/redo operations from Design diagram.
* Fixed issue where AI Assistant explaining charts feature crashed when applying to Label component. (D-14344)
* D-14260: Design diagram toolbar incorrectly scrolled to left when diagram was zoomed.
* Optimized client-side import not to perform redundant datatable metadata queries. (D-14347)
* D-14257: Exporting datatable with no columns froze loading spinner.
* Snowflake chart gave error when "Last Row Aggregates Over-limit Rows" setting was used with list aggregation. (D-14352)
* D-14188: Script incorrectly aborted after error occurring in the import phase of client-side import.
* Chart related buttons are now hidden in datatable content dialog. (D-14360)
* D-14262: Opening version information caused javascript error if backend communication failed.
* Fixed issue where each resize of dashboard element made element width or height increase when chart margin was more than zero. (D-14361)
* D-14263: Filtering with case id caused error when Snowflake model didn't have case attributes datatable.
* Models were incorrectly identified as in-memory model when linked datatables were missing. (D-14325)
* D-14271: None aggregation didn't work with some Statistical calculations.
* Users system report performance has been improved by adding EffectivePermissionTypesFor function. (D-14266)
* D-14251: Aggregations list in Combined measure/dimension/column incorrectly showed aggregations for all data types.
* Prevented following error in Snowflake dashboards: Object "qprpa_dt_cache_..." already exists when creating a cache table. (D-14348)
* D-14256: Workspace showed progress spinner forever if trying to remove rows from table where there is no access.
* Fixed issue where gateway based data import didn't write SAP errors into script logs. (D-14351)
* D-14275: Several "Loop percentage" event measures caused flowchart error.
* Model default filter is now selected when model is opened from Workspace. (D-14376)
* 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-08430'': Improved Snowflake flowchart performance by calculating variations using sampling.
* Checkbox for disable filtering for individual dimension or column. (''B-08589'')
* ''B-08446'': Snowflake application package can be created for QPR ProcessAnalyzer.
* Backup and restore PA native app. (''B-08591'')
* ''B-08449'': Snowflake Native App supports project-specific database and schema.
* Model-specific Snowflake warehouses. (''B-08610'')
* ''B-08456'': Frontend components have been updated.
* ''B-08472'': Snowflake filter cache tables are now created in background to improve performance.
 
==Fixes under work==
* ''D-14280'': Dashboard component stacking order buttons didn't work if dashboard had z-indeces with gaps.
* ''D-14283'': BPMN editor toolbox has now correct font.


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 20:35, 18 February 2025

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

New features in next release

  • Implemented Entity Framework database initialization and migrations. (B-08566)
  • 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 support for following Entity Framework database providers: SQL Server (full), Snowflake Hybrid Tables (experimental), PostgreSQL (experimental). (B-08581)
  • Removed event type existence check from charts - now non-existing event types are allowed. (B-08585)
  • Changed Snowflake charts to store variable change actions in stringified format to make them compatible with linked settings. (B-08587)
  • Added filter description field to filter properties dialog. (B-08451)
  • 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)
  • AI Agent is a new dashboard component showing LLM generated answers based on user prompt and analysis results. (B-08556)
  • Added "CheckModelValidity" function returning model validation errors. (B-08426)
  • Update backend components. (B-08596)
  • Update frontend components. (B-08597)
  • Translation update for release 2025.2. (B-08607)

Issues fixed in next release

  • Fixed issue where AI Assistant crashed with model that didn't use datatables. (D-14340)
  • Fixed issue where AI Assistant explaining charts feature crashed when applying to Label component. (D-14344)
  • Optimized client-side import not to perform redundant datatable metadata queries. (D-14347)
  • Snowflake chart gave error when "Last Row Aggregates Over-limit Rows" setting was used with list aggregation. (D-14352)
  • Chart related buttons are now hidden in datatable content dialog. (D-14360)
  • Fixed issue where each resize of dashboard element made element width or height increase when chart margin was more than zero. (D-14361)
  • Models were incorrectly identified as in-memory model when linked datatables were missing. (D-14325)
  • Users system report performance has been improved by adding EffectivePermissionTypesFor function. (D-14266)
  • Prevented following error in Snowflake dashboards: Object "qprpa_dt_cache_..." already exists when creating a cache table. (D-14348)
  • Fixed issue where gateway based data import didn't write SAP errors into script logs. (D-14351)
  • Model default filter is now selected when model is opened from Workspace. (D-14376)

Features under work

  • Checkbox for disable filtering for individual dimension or column. (B-08589)
  • Backup and restore PA native app. (B-08591)
  • Model-specific Snowflake warehouses. (B-08610)

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