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

Identifier

Component

Issue

Solution

CSD-4542

Encore

The list of branch types would not be updated

Branch types are now updated when opening the branch menu

CSD-4536

Encore

Elements that were changed using Encore could show inconsistent capitalizations of parent element names

The capitalization of element names is now taken from the actual element definition to avoid the inconsistency.

CSD-4535

Encore

The table of globals in Encore would incorrectly deduplicate globals with the same name

All globals are now included in the table, even ones with the same name.

CSD-4532

Encore

Data rules would not verify whether the criteria expression and goal assignment were compatible with the data type of the CSV column's data type

The criteria expression and goal attribute are now validated to correspond with the CSV column's data type

CSD-4522

Encore

One variant of the DATETIME function was incorrectly configured to return a date value instead of datetime in Blueriq Encore

All variants of the DATETIME function now correctly use datetime as return type

CSD-4503

Encore

Encore could inadvertently become unauthenticated, resulting in an inability to save changes.

Authorization logic has been made more robust which should help avoid this situation.

CSD-4494

Runtime

In some cases, a connection with Redis would be reset and it would not be reestablished.

We changed the Redis client library from Jedis to Lettuce and this resolves the issue.

  • No labels