You are viewing the documentation for Blueriq 16. Documentation for other versions is available in our documentation directory.
2. Enhancements
Enhancement | Details |
---|---|
Added Case id as filterable option to DCM_CaseList |
In the DCM_CaseList, we have added the case identifier (id) as selectable option in the Case Data column. This id is meant to be used for filter operations. Either from studio and/or as a user. Keep in mind that the id column should not be made visible to the user as it exposes a technical id. |
Username in Blueriq Encore |
It is now possible to see as which user you are logged in. |
Show authentication prompts in the Development Dashboard when using JWT authentication |
For DCM Case Modeling Dashboards it is required to use JWT authentication in the Runtime. However it is was only possible to authenticate a user by the new DCM Dashboard Frontend. In development mode this is not ideal, therefore we have added the option to start authenticated flows from the Development dashboard and redirect the user back to the Blueriq Gateway in order to perform a login action. |
3. Documentation
Documentation on the new features and improvements of this release is linked in the respective topics.
4. 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.
5. Artifacts
The Blueriq artifacts are available under name: 16.2.0.1477
This release includes these versions of Blueriq components with a separate life cycle:
Component |
Version |
---|---|
Customer Data Service | 4.2.0 |
DCM Lists Service | 3.0.2 |
Material Theme | 1.1.11 |
Development tools frontend | 1.5.6 |
DCM Maintenance App | 3.0.0 |
Audit Consumer | 0.2.1 |
DCM Dashboard Service | 0.2.1 |
Gateway Service | 0.1.8 |
Document Renderer | 1.1.2 |
6. Blueriq Libraries
There are no specific Library updates for this release.
7. Libraries
There are no specific Library updates for this release.
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-20633 |
Encore |
Rest service editor did not have a history tab. |
Added the history tab. |
BQ-20629 |
Encore |
Webservices in external libraries had editable fields, which should have been readonly |
Fields were made non-editable |
BQ-20597 |
Encore |
Several containment types had content set to optional, which meant the user wasn't notified if they were empty. |
Containments now correctly validate whether they have a value. |
CSD-4807 |
installer |
Client secret would not be set due to setup keycloak script not being executed correctly when unescaped characters were represented which should have been escaped |
Added double quotes around the necessary parameters which could contain characters that should have been escaped, which in turn allows the setup keycloak script to be completed fully |
BQ-20530 |
JAVA Runtime |
The Runtime would crash if studio returned an error while trying to retrieve repositories, branches or projects. |
The Runtime will no longer crash if studio returned an error while trying to retrieve repositories, branches or projects. Instead it will log an error, stating the cause why the repository, branch, or project could not be retrieved. |
BQ-20460 |
|
Sorting on the DCM_CaseList container predefined in the model as well as the sort button in the user interface did not work. The sorting was not send along with the search query to the DCM List Service. |
Sorting has been added to the request to the DCM Lists Service. |
BQ-20211 |
Encore |
Running a data mapping in Encore will expire the session in any opened Runtime from the same host |
Running a data mapping in Encore will no longer have effects on opened Runtime's from the same host |
CSD-4736 |
JAVA Runtime |
Rendering a page or document with default properties results into and exception from Document Renderer Service |
This exception is thrown when the Document Renderer Service is not able to parse the XML. In this case the default value of the blueriq.document.renderer-client.tagsUppercase property was not picked up correctly, which caused the Runtime to generate a document XML which the Document Renderer Service could not parse using the default Ibex configuration which we deliver. |
We now set the tagsUppercase property not only by default properties, but also in code to true as default.|
10. Known issues
For an overview of known issue please refer to: Known issues