Next Release Content: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
(150 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!--8234-->
<!--9468-->
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-08449: Snowflake Native App supports project-specific database, schema, and warehouse.
* In object-centric models, object-to-object relations are followed by traversing once all object types. (B-08606)
* B-08515: Frontend components have been updated.
* Added checkbox for disabling filtering for individual dimensions or columns. (''B-08589'')
* B-08507: Migrated tables for scripts and script logs to use Entity Framework.
* Case and event attributes lists show number of unique values in Snowflake models (instead of attribute datatype as previously). (''B-08316'')
* B-08504: Charts don't automatically change case/event attributes and event types when encountering non-existing selections.
* Snowflake clustering analysis shows now number of event occurrences features correctly. (''B-08353'')
* B-08454: Optimized SQL executed in Snowflake by removing unnecessary column type casts.
* Datatable duplication is now synchronous in Snowflake until 30 seconds to avoid showing the created duplicate with zero rows. (''B-08634'')
* B-08471: Model properties dialog has been simplified for Native App to exclude in-memory model datasources.
* Global secrets can be added which can be used by all project. For global secrets, SetSecret function works also in the generic context. (''B-08599'')
* B-08396: Object attributes are now available as case attributes in object-centric perspectives.
* SAML authentication can now synchronize user groups from identity provider. (''B-08612'')
* B-08395: Basic OCPM flowchart implemented showing predefined measures.
* Improved Snowflake cache table creation when there are multiple users. (''B-08622'')
* B-08513: Backend components have been updated.
* B-08432: Decision intelligence event log prediction functionality has been integrated into QPR ProcessAnalyzer.


==Issues fixed in next release==
==Issues fixed in next release==
* D-14295: Fixed issue where authentication was not possible if PA_ROLE table contained roles with ROL_FLAGS field having NULL values.
* Fixed potential issue which could have leaked database connections and caused connection pool starvation. (''D-14414'')
* D-14286: Fixed issue in model import which sometimes created partially configured model.
* Renewed SAML self-signed certificate with ten years of validity. (''D-14424'')
* D-14297: Native App incorrectly cached OAuth token causing "OAuth access token expired" errors.
* Workspace projects hierarchy tooltips didn't show special characters correctly. (''D-14430'')
* D-14301: Filtering from "First event attribute value" and "Last event attribute value" columns did not work.
* Added maximum data size limitation to AI assistant to avoid error with large datasets. (''D-14419'')
* D-14302: "let" statement did not work in #expr-block embedded into SQL expression.
* Day of the Year/Week/Month/Quater selection didn't work with specific event time in in-memory chart. (''D-14421'')
* D-14245: When dialog was opened in Workspace, console showed following error: "Blocked aria-hidden on a <button> element because the element that just received focus ...".
* &quot;Datatable contents (in-memory)&quot; option now works also for Snowflake datatables. (''D-14391'')
* D-14303: Flowchart lost selection highlight when flowchart used linked variables.
* Chart settings crashed when trying to use without model selected giving following error: Cannot read properties of undefined (reading 'injectValue'). (''D-14395'')
* D-14293: AI Assistant didn't work with object-centric models.
* BPMN editor crashed when creating filter from tasks giving following error: Cannot read properties of null (reading 'querySelector'). (''D-14399'')
* D-12402: Fixed issue where flowchart start/end flows didn't start from middle of start/end symbols.
* Fixed issue where object-centric flowchart filter selection gave error when case-centric model was selected. (''D-14408'')
* ''D-14311'': Dashboards were not visible in iPhone.
* Fixed issue where query to non-existing model incorrectly returned &quot;Sequence contains no elements&quot;. (''D-14402'')
* ''D-14314'': Error occurred for BPMN editor when current open ocpm model doesn't have perspective filter predefined.
* ''D-14315'': Filtering for custom dimensions didn't work, if expression refers to measures with variables.
* ''D-14248'': Unable to read event log data from external source without specified sample size.


==Features under work==
==Features under work==
* ''B-03062'': Project Designer and Administrator roles can now create models and datatables, and global "Create models" role changed to "Create projects".
* Model validity check has been extended to find issues in the eventlog data for Snowflake case-centric models. (''B-07910'')
* ''B-08514'': Translation update for PA release 2024.8.
* Groups can be deleted in user management. (''B-08330'')
* ''B-08519'': Migrated user management tables to Entity Framework.
* Frontend components have been updated. (''B-08638'')
* ''B-08522'': SQL optimization: Optimize multiple references to case data table in a single query.
* Improved AI Agent by adding UI for editing prompt datasets, and added checkbox to include other charts in dashboard as prompt data. (''B-08641'')
* ''B-08539'': Migrate model, project and filter entities.
* In object-centric models, event type and object type tables are not mandatory, and common attributes can be specified in events and objects tables. (''B-08663'')


==Fixes under work==
==Fixes under work==
* ''D-14221'': Content-Security-Policy HTTP headers allows only same origin for iframes, and X-Frame-Options HTTP header removed.
* &quot;Visualize list items with colors&quot; setting didn't work with the &quot;Last Row Aggregates Over-limit Rows&quot; setting. (''D-14357'')
* Fixed issue where chart settings opened on top of BPMN editor. (''D-14472'')
* Model filter cache caches failing queries. (''D-14484'')


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__

Revision as of 13:22, 2 April 2025

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

New features in next release

  • In object-centric models, object-to-object relations are followed by traversing once all object types. (B-08606)
  • Added checkbox for disabling filtering for individual dimensions or columns. (B-08589)
  • Case and event attributes lists show number of unique values in Snowflake models (instead of attribute datatype as previously). (B-08316)
  • Snowflake clustering analysis shows now number of event occurrences features correctly. (B-08353)
  • Datatable duplication is now synchronous in Snowflake until 30 seconds to avoid showing the created duplicate with zero rows. (B-08634)
  • Global secrets can be added which can be used by all project. For global secrets, SetSecret function works also in the generic context. (B-08599)
  • SAML authentication can now synchronize user groups from identity provider. (B-08612)
  • Improved Snowflake cache table creation when there are multiple users. (B-08622)

Issues fixed in next release

  • Fixed potential issue which could have leaked database connections and caused connection pool starvation. (D-14414)
  • Renewed SAML self-signed certificate with ten years of validity. (D-14424)
  • Workspace projects hierarchy tooltips didn't show special characters correctly. (D-14430)
  • Added maximum data size limitation to AI assistant to avoid error with large datasets. (D-14419)
  • Day of the Year/Week/Month/Quater selection didn't work with specific event time in in-memory chart. (D-14421)
  • "Datatable contents (in-memory)" option now works also for Snowflake datatables. (D-14391)
  • Chart settings crashed when trying to use without model selected giving following error: Cannot read properties of undefined (reading 'injectValue'). (D-14395)
  • BPMN editor crashed when creating filter from tasks giving following error: Cannot read properties of null (reading 'querySelector'). (D-14399)
  • Fixed issue where object-centric flowchart filter selection gave error when case-centric model was selected. (D-14408)
  • Fixed issue where query to non-existing model incorrectly returned "Sequence contains no elements". (D-14402)

Features under work

  • Model validity check has been extended to find issues in the eventlog data for Snowflake case-centric models. (B-07910)
  • Groups can be deleted in user management. (B-08330)
  • Frontend components have been updated. (B-08638)
  • Improved AI Agent by adding UI for editing prompt datasets, and added checkbox to include other charts in dashboard as prompt data. (B-08641)
  • In object-centric models, event type and object type tables are not mandatory, and common attributes can be specified in events and objects tables. (B-08663)

Fixes under work

  • "Visualize list items with colors" setting didn't work with the "Last Row Aggregates Over-limit Rows" setting. (D-14357)
  • Fixed issue where chart settings opened on top of BPMN editor. (D-14472)
  • Model filter cache caches failing queries. (D-14484)

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