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

Identifier

Component

Issue

Solution

BQ-21990

studio

CVE-2024-21319 was reported for the Studio server.

The relevant dependencies have been updated to mitigate the CVE.

BQ-21948

Case Engine

In the case engine API for the Maintenance App, exceptions would be swallowed and not show up in the logs.

The Case Engine logs now shows exceptions that happen when calling the maintenance API from the Maintenance App.

CSD-5065

Encore

The expression after "FIRST CHARACTER OF" was not checked to be a string, resulting in incomplete error reporting, syntax highlighting and autosuggestions

The expression is now checked as expected.

CSD-5066

studio

Studio validation could incorrectly report an error for a domain schema that referenced another domain schema, whose root entity deviated from the relation's target entity name.

Studio now correctly validates domain schema references. Additionally, a domain schema reference can no longer be empty.

BQ-21881

studio

Renaming a repository or branch could fail if the new name already had access permissions configured.

Access permissions that were leftover from a previously deleted repository or branch are now overwritten when renaming an existing repository/branch to the conflicting name.

BQ-21793

JAVA Runtime

FreeFlow: Having multiple condition nodes in the main flow would result in incorrect pages/ flows being accessible

FreeFlow: Multiple condition nodes are now evaluated correctly and only pages which should be accessible are.

CSD-5005, CSD-5012

Encore

Encore would report a validation error for attribute values that are kept empty, while this used to be allowed in Studio. This occurs for static instances, unit tests and data mapping unit tests

An empty value is now allowed yet again, being interpreted equally to how it was in Studio

  • No labels