Next Release Roadmap: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(73 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!--10348-->
<!--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==
* Filter rules order stays now same when making filter selections and confirming filter. (B-08801)
* Optimized database queries and reduced log writing. (B-08870)
* Starting dashboard after login can be defined for different user groups, for creating customized navigation pages. (B-08791)
* AI Agent runs the language model query in the Snowflake connection where the selected model is located. (B-08860)
* 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 more secure by removing the script-src 'unsafe-eval' directive. (''B-08897'')


==Issues fixed in next release==
==Issues fixed in next release==
* In Effective permissions table, column filter incorrectly showed true and false values. (D-14639)
* Native App didn't show the version number and build timestamp correctly. (D-14703)
* Snowflake Cortex based AI Assistant didn't show the results table. (D-14643)
* In eventlog prediction, fixed issues preventing the usage of case attribute value prediction. (D-14702)
* When percent stacking is used, Y-axis values are now shown as percentages in datalabel and tooltip. (D-14633)
* Import now succeeds when importing Snowflake datatables refering to data where there is no access. (D-14694)
* Pivot table incorrectly showed &quot;Numeric value is not recognized&quot; error when Count or Unique count aggregations were used. (D-14559)
* Fixed incorrect color in table column filters, and Workspace loading time has been improved. (D-14704)
* Optimized resource loading by getting rid of unnecessary file assets/i18n/en_US.json. (D-14641)
* If DefaultUiLanguage in PA_CONFIGURATION table was not defined, users who haven't changed language could not login. (D-14706)
* Workspace buttons are now visible in small screens spanning to multiple lines. (D-14587)
* Fixed issue where dropdown list with projects shows &quot;undefined&quot; in place of project id. (D-14659)
* Add tooltip text to the Move to submenu containing projects so that long project names can be seen. (D-14612)
* Fixed issue where specifying a secret name longer than 440 characters, prevented saving the secret and resulted in an error. (D-14674)
* Translation was missing from error messages when deleting items from recycle bin. (D-14652)
* SAML authentication failed when it needed to create a new user to QPR ProcessAnalyzer user management. (D-14717)
* Model generation didn't work as transformation step using _system.ML.ApplyTransformation function. (D-14654)
* Fixed issue where SQL dataframe queries didn't work if root expression ended to a semicolon. (''D-14714'')
* 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'')
* Issues with in-memory Floor, Ceiling and aggregation functions. (''D-14622'')
* View current run log periodical updating is broken. (''D-14662'')


==Features under work==
==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'')
* Projects can be browsed in the navigation menu to access all dashboards, and organized the menu into two columns. (''B-08708'')
* Result data can be filtered in Snowflake charts using result filtering expression. (''B-08751'')
* When embedded to another website, SAML authentication is performed in a separate window for more robust operation. (''B-08871'')
* Audit columns for PA_USER table. (''B-08792'')
* Presets for AI Root Causes analysis based on Snowflake Top Insights. (''B-08889'')
* Migrate to new Angular build system (Vite). (''B-08793'')
* Content Security Policy HTTP header includes now object-src, frame-ancestors, form-action, base-uri and worker-src. (''B-08794'')
* Add request id to snowflake queries to improve query traceability. (''B-08839'')
* Add support for hiding statistics for on-screen settings dropdown lists, and don't show case id in Case/event attribute profiling presets. (''B-08840'')
* Backend component update. (''B-08852'')
* Saleforce password renewing. (''B-08856'')


==Fixes under work==
==Fixes under work==
* Fixed incorrect data types in some project, user and group related measures. (''D-14619'')
* Specific Snowflake query with comparison criteria, AggregateFrom and GetValueFrom functions gave error about invalid identifier. (''D-14718'')
* Event type mapping in charts didn't work in object-centric models. (''D-14620'')
* NativeApp activation failed with custom compute pool if container service was suspended. (''D-14722'')
* Opening script editor gave javascript error about CSP violation. (''D-14627'')
* Fixed issue where chart showing datatable content showed strange error when datatable was not selected. (''D-14650'')


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 10:04, 30 October 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 in the Snowflake connection where the selected model is located. (B-08860)
  • 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 more secure by removing the script-src 'unsafe-eval' directive. (B-08897)

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)

Features under work

  • Projects can be browsed in the navigation menu to access all dashboards, and organized the menu into two columns. (B-08708)
  • When embedded to another website, SAML authentication is performed in a separate window for more robust operation. (B-08871)
  • Presets for AI Root Causes analysis based on Snowflake Top Insights. (B-08889)

Fixes under work

  • Specific Snowflake query with comparison criteria, AggregateFrom and GetValueFrom functions gave error about invalid identifier. (D-14718)
  • NativeApp activation failed with custom compute pool if container service was suspended. (D-14722)

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