Next Release Roadmap: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(445 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!--6814-->
<!--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-08381'': Table vertical scrollbar is now hidden when table is not scrollable.
* Filter rules order stays now same when making filter selections and confirming filter. (''B-08801'')
* ''B-08382'': Measures, dimensions and columns can be duplicated in chart settings.
* Starting dashboard after login can be defined for different user groups, allowing to create for example customized navigation pages. (''B-08791'')
* ''B-08340'': New users don't have a default model selected when login for the first time.
* Content Security Policy HTTP header includes now object-src, frame-ancestors, form-action, base-uri, and worker-src. (''B-08794'')
* ''B-08365'': Added following visual settings for KPI Card: font size, text color, text styles, vertical and horizontal alignment.
* 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'')
* Add request id to snowflake queries to improve query traceability. (''B-08839'')
* Result data can be filtered in Snowflake charts using result filtering expression. (''B-08751'')


==Issues fixed in next release==
==Issues fixed in next release==
* ''D-14147'': Snowflake queries gave "Object reference not set to an instance of an object" error with MaximumRowCount higher than 2 billion.
* In User Management Effective permissions table, column filter incorrectly showed &quot;true&quot; and &quot;false&quot; as options. (''D-14639'')
* ''D-14189'': Dropdown list component gave following error when clicking Add button for "List items": Cannot read properties of undefined (reading 'axisLabel').
* Snowflake Cortex based AI Assistant didn't show the results table. (''D-14643'')
* ''D-14192'': Datagrid paging settings are now preserved when resizing or zooming window.
* When percent stacking is used, Y-axis values are now shown as percentages in data label and tooltip. (''D-14633'')
* ''D-14214'': In System reports, dropdown list showing dashboards didn't open if there were more than 1000 dashboards.
* Pivot table incorrectly showed &quot;Numeric value is not recognized&quot; error when Count or Unique count aggregations were used. (''D-14559'')
* ''D-14209'': Fixed issue where moving projects was not possible.
* Optimized resource loading by getting rid of unnecessary file assets/i18n/en_US.json. (''D-14641'')
* ''D-14210'': Fixes for issue with incorrectly shown pending tasks.
* Workspace buttons are now visible in small screens spanning to multiple lines. (''D-14587'')
* Added tooltip text to &quot;Move to&quot; 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 &quot;View current run log&quot; 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'')


==Features under work==
==Features under work==
* ''B-08355'': Expression language identifiers are primarily assumed as variables and secondarily as property names.
* 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-08389'': Added support for making multiple Snowflake queries in same request for easier OCPM queries.
* Added following audit fields to users and groups: Created date, Created by, Last modified date, and Last modified by. (''B-08792'')
* ''B-08402'': QPR ProcessAnalyzer can now connect to Snowflake when running in Snowpark Container Services.
* Frontend component update. (''B-08851'')
* ''B-08416'': Improve support for partially configured OCEL-models.
* Backend components have been updated. (''B-08852'')
* Improve NativeApp resilience. (''B-08859'')


==Fixes under work==
==Fixes under work==
* ''D-14184'': Giving ScriptText or ScriptFileName as parameter for QPR ScriptLauncher created a broken script.
* ERROR [57P03] No active warehouse selected in the current session. (''D-14543'')
* ''D-14218'': CSV file import didn't detect existing column correctly when there was difference only in letter case.
* Fixed incorrect data types in some project, user and group related measures. (''D-14619'')
* Move script doesn't work for limit access user. (''D-14624'')
* Delete script  AND  Rename script options  are not visible. (''D-14625'')


Note: Features and fixes 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 14:59, 12 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)
  • Add request id to snowflake queries to improve query traceability. (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)

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)
  • Frontend component update. (B-08851)
  • Backend components have been updated. (B-08852)
  • Improve NativeApp resilience. (B-08859)

Fixes under work

  • ERROR [57P03] No active warehouse selected in the current session. (D-14543)
  • Fixed incorrect data types in some project, user and group related measures. (D-14619)
  • Move script doesn't work for limit access user. (D-14624)
  • Delete script AND Rename script options are not visible. (D-14625)

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