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

Identifier

Component

Issue

Solution

CSD-3374

Runtime

When the Publisher Artifactory client is used sometimes the wrong version of a project is used. In contrast to the database version of the Publisher client, the list of projects from the Artifactory client was NOT sorted at all.

Sort the published projects by ascending exportdate for the Artifactory client (same behavior as for the Database variant)

CSD-3427

Studio

The history view did not take into account non-sequential commit times on subsequent revisions. Non-sequential commit times are normally not possible, but git allows it, and in this instance it occurred due to a bug in the sdf migration tool.

Because non-sequential commit times is explicitly allowed in git (for example for the rebase workflow), revision ordering logic for the history view has been rewritten to take this into account.
The bug in the sdf migration tool has also been fixed, but it is not strictly required to rerun the migration. Commit times in migrated repositories may have been shifted by 1 or 2 hours due to the bug.

BQ-10797

Runtime

The Spring libraries used by Blueriq contain CVE-2020-5421.

Upgraded the underlying Spring libraries to a version in which the CVE has been fixed.

CSD-3413

Studio

In the new version management system, the behaviour of tags has changed without being documented. Tags are now stricter but it's unknown how and sorting is not possible anymore.

Due to the internal workings of the new version management system, some features are removed and or restricted regarding tags.
 
1. Sorting of tags is not possible anymore and is therefor removed.
2. Tags can only consist of characters, numbers, dots, underscores and hyphens.

We have also updated the documentation when migration the version management system to include the changes.

CSD-3412

Studio

When Studio was configured to use NTLM/Kerberos authentication, no repositories could be loaded.

The Studio Server is now able to authenticate itself with the history server, allowing repositories to be loaded.

CSD-3261, CSD-3409

Runtime

If two AQ_InstanceLinker containers are present on the same page, linking to the same relation, it's not possible to deselect a value.

Instead of merging the values of both AQ_InstanceLinker containers, the last updated container's value is used to set both container's value. If both are changed, the values will still merge.

CSD-3402

Runtime

When a new Portal message handler would be registered during handling a portal message, an error would occur.

We fixed the underlying issue, allowing to register a new Portal message handler without errors when handling messages.

CSD-3379

Runtime

When the runtime creates a new session for switching between widgets and projects, attributes are copied to the newly created session, although testPath was missing at one place.

The testPath is added to the list attributes to copy between old an newly created sessions.

BQ-10774StudioThe default IIS configuration had Windows Authentication enabled for the Studio Server, which prevented Studio authentication using NTLM/Kerberos from working. The IIS configuration is corrected such that Windows Authentication is no longer enabled by default. In earlier versions of Blueriq this can be done manually as documented here.
  • No labels