You are viewing the documentation for Blueriq 13. Documentation for other versions is available in our documentation directory.

Identifier

Component

Issue

Solution

BQ-11937

Runtime, CDS, DCM Lists

CVE-2021-20328 and CVE-2021-22112 were reported for Blueriq, the Customer Data Service and the DCM Lists Service.

The affected dependencies have been updated. See the Vulnerability Reports page for more details.

BQ-11796

Runtime

The Netty library before version 4.1.59.Final contains a vulnerability on Unix-like systems.

Upgraded the Netty library to version 4.1.59.Final in which the CVE has been fixed.

CSD-3589

Studio

The AquimaLibrary definition of AQ_NextTaskForMessageEvent contains a caseId parameter. However, the documentation and code uses the caseIds parameter

Updated the AquimaLibrary definition with the caseIds parameter instead of caseId. This knowledge base article explains how to adjust service calls of type AQ_NextTaskForMessageEvent in your Blueriq models: AQ_NextTasksForMessageEvent parameter caseIds

CSD-3579

Runtime

In the global messages tab of the development dashboard settings, empty property files were created when switching to a different tab or pressing the save button. The empty property files then overwrite any default messages and they can not be deleted as long as runtime is running, which can cause errors.

Message properties are now only saved when the save button is pressed. The default properties that are not changed are copied into the new properties file such that they will still be used. The file reader was never closed, such that files could not be overwritten or deleted, this is now fixed.

CSD-3567Runtime, CDSSince the upgrade to Hibernate 5.2, placeholders were not used anymore for integer values by Hibernate, which could cause some performance loss.We enabled this feature on Hibernate by default, so placeholders are used again.

BQ-11468

Runtime

The 'headers' section didn't show in the Development Tools API documentation.

Added documentation for the response headers.

  • No labels