You are viewing the documentation for Blueriq 13. Documentation for other versions is available in our documentation directory.
1. Enhancements
Enhancement | Details |
---|---|
Backend RestAPI: include task parent id |
We are now expose the parent id of a task when retrieve task information using the Backend API /tasks endpoints. Note that not every task has a parent id, since not all tasks have a parent task. |
Remove data mapping value list validation |
When validation your project in Blueriq Studio we now do not validation value lists in a datamapping anymore, this has been made undone until we are able to suppress validation warnings. |
2. Documentation
Documentation on the new features and improvements of this release is linked in the respective topics.
3. Changes Platform Support
Our Platform support is updated.
3.1.1. Additions
- Oracle JRE 14
- Azul Zulu OpenJDK 14
- Microsoft SQL Server 2019
3.1.2. Removal
- Oracle JRE 13
- Azul Zulu OpenJDK 13
4. Upgrade Instructions
For release 13.x there are no specific upgrade instructions.
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.
5. Artifacts
The Blueriq artifacts are available under name: 13.1.0.1445
6. Aquima Libraries
For release 13.1 there are no specific Library updates.
7. 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.
8. Retirement announcement
There are no specific retirement announcements.
For a full list of deprecated features, go to Deprecated features.
9. Bug fixes
Identifier |
Component |
Issue |
Solution |
---|---|---|---|
BQ-10125 |
runtime |
Several CVEs were found in the Runtime, Customer Data Service and DCM Lists Service. |
The CVEs have been resolved by upgrading relevant libraries or marking them as false positive. |
BQ-10076 |
runtime |
The Customer Data Service was affected by a bug in H2 version 1.4.200. |
We downgraded H2 to version 1.4.197 for both the Runtime and the Customer Data Service. |
CSD-3324 |
studio |
When setting the In or Not In filter operator on a singlevalued attribute in the WorkList or CaseList container entry. A validation warning occurred when using an expression in filter that would result into a multivalued value. |
The generation of the validations messages have been altered that the cardinality of the used operator surpasses the cardinality of the selected attribute. This has been implemented for both the WorkList and CaseList container. |
BQ-9954 |
DCM Lists Service, JAVA Runtime |
Runtime and DCM lists applications did not close RabbitMQ connections on shutdown, causing the applications to hang. |
Added a method that explicitly closes the RabbitMQ connections on application shutdown. |
BQ-9950 |
studio |
Runtime startup performance could have regressed compared to Blueriq 12 if Studio contains a large number of repositories and branches. |
The performance of retrieving projects in Studio has been improved to be on par with Blueriq 12. Additionally, memory usage has been reduced significantly. |
CSD-3299 |
JAVA Runtime |
The links in the response of the Backend REST API didn't contain all arguments that were passed with the request. |
If an optional argument is passed, this will be added to the links now. Note that if an optional argument isn't passed, it will be displayed in the link as a template variable (eg. {&sort} ), to inform clients that this argument is optional. |
10. Known issues
For an overview of known issue please refer to: Known issues