Next Release Roadmap: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(526 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!--6814-->
<!--10689-->
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.
* Optimized database queries and reduced log writing. (B-08870)
* ''B-08382'': Measures, dimensions and columns can be duplicated in chart settings.
* AI Agent runs the language model query using the Snowflake account where the selected model is located. (B-08860)
* ''B-08340'': New users don't have a default model selected when login for the first time.
* Implemented backend support for Snowflake Top Insights for AI root causes analysis. (B-08664)
* ''B-08365'': Added following visual settings for KPI Card: font size, text color, text styles, vertical and horizontal alignment.
* For more understandable error messages, error handling and error message generation have been refactored. (B-08754)
* Content-Security-Policy HTTP header has been changed to more secure by removing the script-src 'unsafe-eval' directive. (B-08897)
* When embedded to another website, SAML authentication is performed in a separate window for more robust operation. (B-08871)
* Added security related HTTP headers: X-Permitted-Cross-Domain-Policies, Cross-Origin-Embedder-Policy, Cross-Origin-Opener-Policy, Cross-Origin-Resource-Policy, Referrer-Policy, Permissions-Policy, and remove  img-src &quot;blob&quot; from CSP. (''B-08879'')
* Presets for AI Root Causes analysis based on Snowflake Top Insights. (''B-08889'')
* Added new filter selector to easily filter date and number ranges. (''B-08877'')
* Projects can be browsed in the navigation menu to access all dashboards, and organized the menu into two columns. (''B-08708'')
* Backend components have been updated. (''B-08898'')
* Frontend components have been updated. (''B-08899'')


==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.
* Native App didn't show the version number and build timestamp correctly. (D-14703)
* ''D-14189'': Dropdown list component gave following error when clicking Add button for "List items": Cannot read properties of undefined (reading 'axisLabel').
* In eventlog prediction, fixed issues preventing the usage of case attribute value prediction. (D-14702)
* ''D-14192'': Datagrid paging settings are now preserved when resizing or zooming window.
* Import now succeeds when importing Snowflake datatables refering to data where there is no access. (D-14694)
* ''D-14214'': In System reports, dropdown list showing dashboards didn't open if there were more than 1000 dashboards.
* Fixed incorrect color in table column filters, and Workspace loading time has been improved. (D-14704)
* ''D-14209'': Fixed issue where moving projects was not possible.
* If DefaultUiLanguage in PA_CONFIGURATION table was not defined, users who haven't changed language could not login. (D-14706)
* ''D-14210'': Fixes for issue with incorrectly shown pending tasks.
* Fixed issue where dropdown list with projects shows &quot;undefined&quot; in place of project id. (D-14659)
* Fixed issue where specifying a secret name longer than 440 characters, prevented saving the secret and resulted in an error. (D-14674)
* SAML authentication failed when it needed to create a new user to QPR ProcessAnalyzer user management. (D-14717)
* Fixed issue where SQL dataframe queries didn't work if root expression ended to a semicolon. (D-14714)
* Specific Snowflake query with comparison criteria, AggregateFrom and GetValueFrom functions gave error about invalid identifier. (D-14718)
* Snowflake Native App activation failed with a custom compute pool if container service was in the suspended state. (''D-14722'')
* Snowflake DurationBetweenDates function calculated incorrectly when used in a in divisor. (''D-14723'')
* PA server stuck when trying to generate SQL for SqlDataFrame having multiple columns with the same name. (''D-14730'')
* Opening dashboard is sometimes very slow. (''D-14705'')


==Features under work==
==Features under work==
* ''B-08355'': Expression language identifiers are primarily assumed as variables and secondarily as property names.
* Create a validation mechanism for exceedingly long strings that would cause SqlException when written to database. (''B-08892'')
* ''B-08389'': Added support for making multiple Snowflake queries in same request for easier OCPM queries.
* ''B-08402'': QPR ProcessAnalyzer can now connect to Snowflake when running in Snowpark Container Services.
* ''B-08416'': Improve support for partially configured OCEL-models.


==Fixes under work==
Note: Features and fixes currently under work are not necessarily targeting to the next release.
* ''D-14184'': Giving ScriptText or ScriptFileName as parameter for QPR ScriptLauncher created a broken script.
* ''D-14218'': CSV file import didn't detect existing column correctly when there was difference only in letter case.
 
Note: Features and fixes under work are not necessarily targeting to the next release.
__NOTOC__
__NOTOC__

Latest revision as of 18:31, 7 November 2025

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

New features in next release

  • Optimized database queries and reduced log writing. (B-08870)
  • AI Agent runs the language model query using the Snowflake account where the selected model is located. (B-08860)
  • Implemented backend support for Snowflake Top Insights for AI root causes analysis. (B-08664)
  • For more understandable error messages, error handling and error message generation have been refactored. (B-08754)
  • Content-Security-Policy HTTP header has been changed to more secure by removing the script-src 'unsafe-eval' directive. (B-08897)
  • When embedded to another website, SAML authentication is performed in a separate window for more robust operation. (B-08871)
  • Added security related HTTP headers: X-Permitted-Cross-Domain-Policies, Cross-Origin-Embedder-Policy, Cross-Origin-Opener-Policy, Cross-Origin-Resource-Policy, Referrer-Policy, Permissions-Policy, and remove img-src "blob" from CSP. (B-08879)
  • Presets for AI Root Causes analysis based on Snowflake Top Insights. (B-08889)
  • Added new filter selector to easily filter date and number ranges. (B-08877)
  • Projects can be browsed in the navigation menu to access all dashboards, and organized the menu into two columns. (B-08708)
  • Backend components have been updated. (B-08898)
  • Frontend components have been updated. (B-08899)

Issues fixed in next release

  • Native App didn't show the version number and build timestamp correctly. (D-14703)
  • In eventlog prediction, fixed issues preventing the usage of case attribute value prediction. (D-14702)
  • Import now succeeds when importing Snowflake datatables refering to data where there is no access. (D-14694)
  • Fixed incorrect color in table column filters, and Workspace loading time has been improved. (D-14704)
  • If DefaultUiLanguage in PA_CONFIGURATION table was not defined, users who haven't changed language could not login. (D-14706)
  • Fixed issue where dropdown list with projects shows "undefined" in place of project id. (D-14659)
  • Fixed issue where specifying a secret name longer than 440 characters, prevented saving the secret and resulted in an error. (D-14674)
  • SAML authentication failed when it needed to create a new user to QPR ProcessAnalyzer user management. (D-14717)
  • Fixed issue where SQL dataframe queries didn't work if root expression ended to a semicolon. (D-14714)
  • Specific Snowflake query with comparison criteria, AggregateFrom and GetValueFrom functions gave error about invalid identifier. (D-14718)
  • Snowflake Native App activation failed with a custom compute pool if container service was in the suspended state. (D-14722)
  • Snowflake DurationBetweenDates function calculated incorrectly when used in a in divisor. (D-14723)
  • PA server stuck when trying to generate SQL for SqlDataFrame having multiple columns with the same name. (D-14730)
  • Opening dashboard is sometimes very slow. (D-14705)

Features under work

  • Create a validation mechanism for exceedingly long strings that would cause SqlException when written to database. (B-08892)

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