You are viewing the documentation for Blueriq 15. Documentation for other versions is available in our documentation directory.
1. New
1.1. Blueriq Encore
In each minor release, Blueriq Encore becomes more and more feature complete with respect to Blueriq Studio. An overview of the progress can be found here. In this minor we've added:
- Export project
- Image editor
- It is now possible to download the original images that have been uploaded earlier by right clicking the image in the editor.
- We now show a preview of svg images in the editor as well.
- Mask editor (global)
- Mask type editor (global)
1.2. AQ_InstanceLinker sort order
The sort order in the AQ_InstanceLinker is improved. Now you have the option (equal to other model elements) to explicitly model a sorting attribute. Whereas previously the sorting in container was done implicitly on the attribute(s) stated in the attribute selection. With this new addition you get more flexibility in the way the instances are sorted and what you get to show on the screen. The new option gets preference over the old options, but we remain backwards compatible on the fuctionality. You can find the new sort order option in Encore ánd in Studio.
2. Upgrade Instructions
There are no specific upgrade instructions for this release.
As a best practice
- backup your repository
- backup your database before running scripts
- backup your
spring.config.additional-location
directory ([Blueriq installation directory]\Runtime) - backup any config files you have altered under [Blueriq installation directory]\Services
before you start the upgrade.
3. Artifacts
The Blueriq artifacts are available under name: 15.1.0.164
This release includes these versions of Blueriq components with a separate life cycle:
Component |
Version |
---|---|
Customer Data Service | 4.0.2 |
DCM Lists Service | 2.1.4 |
Material Theme | 1.0.46 |
Development tools | 1.1.3 |
4. Aquima Libraries
The DCM Library has been updated (used in the new DCM architecture beta only). The DCM_ExecuteTask, DCM_GetTaskInfo and DCM_GetCaseInfo demand a required parameter "process id". Please upgrade to the latest studio version, with the latest DCM library distribution when using the beta architecture for DCM (you might have to recreate the DCM_GetTaskInfo service to get the right screen containing the process id).
No other libraries have not been changed in this release.
5. Libraries
In this release, the set of third party libraries that is used by Blueriq was updated. When your installation of Blueriq includes custom components (artifacts that do not ship with Blueriq, such as proprietary plugins), those components should be tested for compatibility with these changes.
6. Retirement announcement
There are no specific retirement announcements.
For a full list of deprecated features, go to Deprecated features.
7. Bug fixes
Identifier |
Component |
Issue |
Solution |
---|---|---|---|
BQ-16097 |
Runtime |
CVE-2022-22976 and CVE-2022-2298 have been detected on the Runtime. While we don't use RegexRequestMatcher, we are not vulnerable to CVE-2022-22978. We are however vulnerable to CVE-2022-22976 but only if BCrypt password encryption is used with 31 rounds. |
We've updated the Spring libraries for Blueriq version 15, 14 and 13. If your project uses BCrypt encryption with 31 rounds ( |
BQ-16096 |
Runtime |
CVE-2022-22970 and CVE-2022-22971 have been detected on the Runtime. While we don't use STOMP over Web Socket, we are not vulnerable to CVE-2022-22971. We are however vulnerable to CVE-2022-22970 due to the usage of MultipartFile in the file upload component endpoint. |
We have updated the spring-boot version to 2.6.8 (spring-framework 5.3.20) for version 15 and 14. For version 13 we have updated the spring-framework version to 5.2.22. |
BQ-16092 |
Runtime |
CVE-2022-24823 was reported for netty-transport-http. |
Netty has been upgraded to version 4.1.77.Final, which doesn't have the vulnerability. |
CSD-4123 |
Runtime |
Function calls from a flow would not preserve the test path. |
The test path is preserved in function calls from a flow. |
BQ-15966 |
Studio |
The Keycloak account console could fail to initialize |
The Keycloak configuration has been adjusted to resolve the failure. |
CSD-3947 |
Runtime |
A test path passed to an external flow would not be propagated to services that would be called before the first page in a flow. |
This has been fixed. |
CSD-4101 |
Runtime |
In a BAAS, the test path would not be stored to propagate it to other services. |
This has been fixed. |
BQ-15883 | Runtime | Currently the runtime expects RabbitMQ configuration for handling automatic tasks, otherwise it will not start | To be able to have a runtime dedicated for user interaction, without handling automatic tasks, we introduced a property to disable executing automatic tasks. When this is the case, the runtime can start without the rabbitmq configuration required for automatic tasks. |
BQ-15355 | Runtime | Request parameters on the url are not passed on to the Blueriq Runtime | Request Parameters on URL are added as a default feature in the Blueriq Material theme. When customers base their new custom theme on the Material theme they will have this feature enabled by default. |
8. Known issues
For an overview of known issue please refer to: Known issues