Next Release Roadmap: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(485 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!--6246-->
<!--10348-->
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-08321: Added DataSourceConnection property to DataFrame and SQLDataFrame in expression language.
* Filter rules order stays now same when making filter selections and confirming filter. (B-08801)
* B-08314: Snowflake connection string can be [[QPR_ProcessAnalyzer_Project_Workspace#Project-level_Snowflake_Connection|specified for each project]] to allow projects connecting to different Snowflake accounts, databases or schemas.
* Starting dashboard after login can be defined for different user groups, allowing to create for example customized navigation pages. (B-08791)
* B-08311: Changed QPR ScriptLauncher interaction with the server by changing the long polling to short calls to improve robustness.
* Content Security Policy HTTP header includes now object-src, frame-ancestors, form-action, base-uri, and worker-src. (B-08794)
* B-08318: Improved Snowflake Events preset performance by adding a filter that picks a subset of cases.
* Added support for hiding statistics for on-screen setting dropdown lists to improve performance, and case id is hidden Case/Event attribute profiling presets. (B-08840)
* B-08342: Added DashboardName and DashboardProjectName properties to [[Generic_Properties_in_Expression_Language#OperationLog|OperationLog]] in expression language.
* Added QPR ProcessAnalyzer API request ID to Snowflake queries to easily find matching query in Snowflake query history. (B-08839)
* B-08317: Implemented Snowflake presets for Root Causes for Attributes in table and detailed table format.
* Result data can be filtered in Snowflake charts using result filtering expression. (B-08751)
* B-08320: Added RenameAllColumns function to dataframes to easily rename all columns.
* B-08329: Optimized metadata queries to Snowflake.
* B-08348: Backend components have been updated.
* ''B-08301'': In charts settings, selecting another measure/dimension/column now doesn't reset settings.
* ''B-08338'': Added reports for dashboard usage: Popular dashboards, Dashboards by users and by time, and selected dashboard usage.
* ''B-08385'': Open AI default model has been changed to "gpt-4o".
* ''B-08368'': Implemented backend support for configuring and importing OCPM models.
* ''B-08352'': Frontend components have been updated.
* ''B-08307'': Fine tuned Workspace functionality for models that don't have datasource defined.
* ''B-08349'': Updated translations for release 2024.5.
* ''B-08341'': Added GetRelatedValueFrom and AggregateRelatedValueFrom SQL expression functions to extend models data with additional tables.


==Issues fixed in next release==
==Issues fixed in next release==
* D-14132: Snowflake model object counts were not shown when opening dashboard while model metadata was still loading.
* In User Management Effective permissions table, column filter incorrectly showed &quot;true&quot; and &quot;false&quot; as options. (D-14639)
* D-14137: AI Assistant incorrectly appeared on top of chart in the fullscreen mode.
* Snowflake Cortex based AI Assistant didn't show the results table. (D-14643)
* D-14129: Imported model name was incorrectly cut if it contained dots.
* When percent stacking is used, Y-axis values are now shown as percentages in data label and tooltip. (D-14633)
* D-14131: Some popup messages had incorrect html escaping.
* Pivot table incorrectly showed &quot;Numeric value is not recognized&quot; error when Count or Unique count aggregations were used. (D-14559)
* D-14058: Login page was incorrectly shown when SAML authentication is configured and user is directed to the identity provider.
* Optimized resource loading by getting rid of unnecessary file assets/i18n/en_US.json. (D-14641)
* D-14106: Having only a template string in the #expr{...} block didn't work.
* Workspace buttons are now visible in small screens spanning to multiple lines. (D-14587)
* D-14146: "Unable to get on-premise gateway named..." when running an Expression Language script from a SQL script using ScriptLauncher.
* Added tooltip text to &quot;Move to&quot; submenu containing projects so that long project names can be seen. (D-14612)
* D-14008: "Root Causes contribution" and "Comparison eventlog cases percentage" columns didn't work (in-memory).
* Translation was missing from error messages when deleting items from recycle bin. (D-14652)
* D-14010: Occurrences of specific flow measure didn't work with the Root causes analysis weighting expression (in-memory).
* Model generation didn't work as transformation step using _system.ML.ApplyTransformation function. (D-14654)
* D-14150: Charts show as too large when resized with non-zero chart margin values.
* Fixed issue in AI Assistant where using both Snowflake Cortex and OpenAI modes caused error. (D-14646)
* D-14148: Root causes for case duration preset doesn't support Multi-unit time settings.
* Others aggregation has been removed from date type of dimensions because tables don't work with textual data in date columns. (D-14623)
* D-14139: Added info message when successfully exporting model to pacm file.
* Fixed data type related issues with in-memory Floor, Ceiling and aggregation functions. (D-14622)
* D-14153: Fixed in-memory measures for "Flow duration" and "Occurrences of specific flow" which failed when selected flow didn't exist.
* In Workspace, scripts &quot;View current run log&quot; dialog didn't update log correctly when new entries were added. (D-14662)
* D-14022: In System reports, hidden numeric aggregations which don't work in SQL Server.
* Fixed issue where opening script editor gave javascript error about content-security-policy violation. (D-14627)
* D-14151: Fixed issue where flowchart might have given JavaScript error when clicking event types or flows while still loading data.
* Event type mapping in charts didn't work in object-centric models. (D-14620)
* D-14161: Fixed issue where SqlDataFrame.Append function broke source SqlDataFrames.
* Fixed issue in charts where viewing datatable content showed strange error when datatable was not selected. (D-14650)
* D-14157: AI Assistant didn't show detailed error message when OpenAI query failed.
* Fixed incorrect data types in some project, user and group related measures. (''D-14619'')
* D-14142: CreateDataTable function incorrectly deleted all source datatable content if connection included source datatable name.
* Fixed issue where moving expression scripts was not possible when SQL Scripting was not allowed. (''D-14624'')
* ''D-14167'': ScriptLauncher sometimes terminates prematurely on exception occurring in on-premise import.
* Deleting and renaming scripts were not available for expression scripts when SQL Scripting was not allowed. (''D-14625'')
* ''D-14165'': Flowchart export file name was incorrect and exported flowchart background was always transparent.
* Improved documentation for situation when non-existing Snowflake warehouse is configured for a model. (''D-14543'')
* ''D-14163'': Non-breaking spaces appeared strangely as "&amp;nbsp;" in Highcharts charts.
* ''D-14160'': Fixed issue where DashboardId wasn't recorded to operation log when opening dashboard by identifier (DashboardsController.GetByIdentifierPath).
* ''D-14144'': Snowflake clustering failed if there were date type of case attribute with null values.
* ''D-14170'': Toolbar dropdown lists didn't work when dashboard contained more than one Design Diagram.
* ''D-11579'': Column filter menu in tables can now show outside the table area in small tables.
* ''D-14159'': IsHidden property didn't work in in-memory Value expressions.


==Features under work==
==Features under work==
* ''B-08381'': Hide table vertical scrollbar when table is not scrollable.
* Added procedure to native app that creates administrator user if access to app has been lost, and prevented user management operations to remove own access. (''B-08733'')
* ''B-08382'': Duplicate measures/dimensions/columns in chart settings.
* Added following audit fields to users and groups: Created date, Created by, Last modified date, and Last modified by. (''B-08792'')
* ''B-08388'': OCPM: Add support for OCEL perspectives to Model.CacheTableSqlDataFrame.
* Snowflake chart's event filters are now embedded to filters created from chart. (''B-08845'')
* Frontend components have been updated. (''B-08851'')
* Backend components have been updated. (''B-08852'')
* Improve NativeApp resilience. (''B-08859'')


Note: Features and fixes under work are not necessarily targeting to the next release.
==Fixes under work==
* Ambiguous message in secrets-grid shown in project properties dialog. (''D-14611'')
 
Note: Features and fixes currently under work are not necessarily targeting to the next release.
__NOTOC__
__NOTOC__

Latest revision as of 08:21, 16 September 2025

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

New features in next release

  • Filter rules order stays now same when making filter selections and confirming filter. (B-08801)
  • Starting dashboard after login can be defined for different user groups, allowing to create for example customized navigation pages. (B-08791)
  • Content Security Policy HTTP header includes now object-src, frame-ancestors, form-action, base-uri, and worker-src. (B-08794)
  • Added support for hiding statistics for on-screen setting dropdown lists to improve performance, and case id is hidden Case/Event attribute profiling presets. (B-08840)
  • Added QPR ProcessAnalyzer API request ID to Snowflake queries to easily find matching query in Snowflake query history. (B-08839)
  • Result data can be filtered in Snowflake charts using result filtering expression. (B-08751)

Issues fixed in next release

  • In User Management Effective permissions table, column filter incorrectly showed "true" and "false" as options. (D-14639)
  • Snowflake Cortex based AI Assistant didn't show the results table. (D-14643)
  • When percent stacking is used, Y-axis values are now shown as percentages in data label and tooltip. (D-14633)
  • Pivot table incorrectly showed "Numeric value is not recognized" error when Count or Unique count aggregations were used. (D-14559)
  • Optimized resource loading by getting rid of unnecessary file assets/i18n/en_US.json. (D-14641)
  • Workspace buttons are now visible in small screens spanning to multiple lines. (D-14587)
  • Added tooltip text to "Move to" submenu containing projects so that long project names can be seen. (D-14612)
  • Translation was missing from error messages when deleting items from recycle bin. (D-14652)
  • Model generation didn't work as transformation step using _system.ML.ApplyTransformation function. (D-14654)
  • Fixed issue in AI Assistant where using both Snowflake Cortex and OpenAI modes caused error. (D-14646)
  • Others aggregation has been removed from date type of dimensions because tables don't work with textual data in date columns. (D-14623)
  • Fixed data type related issues with in-memory Floor, Ceiling and aggregation functions. (D-14622)
  • In Workspace, scripts "View current run log" dialog didn't update log correctly when new entries were added. (D-14662)
  • Fixed issue where opening script editor gave javascript error about content-security-policy violation. (D-14627)
  • Event type mapping in charts didn't work in object-centric models. (D-14620)
  • Fixed issue in charts where viewing datatable content showed strange error when datatable was not selected. (D-14650)
  • Fixed incorrect data types in some project, user and group related measures. (D-14619)
  • Fixed issue where moving expression scripts was not possible when SQL Scripting was not allowed. (D-14624)
  • Deleting and renaming scripts were not available for expression scripts when SQL Scripting was not allowed. (D-14625)
  • Improved documentation for situation when non-existing Snowflake warehouse is configured for a model. (D-14543)

Features under work

  • Added procedure to native app that creates administrator user if access to app has been lost, and prevented user management operations to remove own access. (B-08733)
  • Added following audit fields to users and groups: Created date, Created by, Last modified date, and Last modified by. (B-08792)
  • Snowflake chart's event filters are now embedded to filters created from chart. (B-08845)
  • Frontend components have been updated. (B-08851)
  • Backend components have been updated. (B-08852)
  • Improve NativeApp resilience. (B-08859)

Fixes under work

  • Ambiguous message in secrets-grid shown in project properties dialog. (D-14611)

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