Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Identifier

Component

Issue

Solution

BQ-22740

 

 Studio

A branch that has been migrated to a newer version of Blueriq could still be opened in older versions, potentially resulting in crashes due to unsupported data.

Opening a branch which has been migrated to a newer version than supported will now always report an error.

CSD-5210

 

 Encore

When a login action fails with a 500 Internal Server Error it may happen that a confusing error message with "OK" is being shown.

The error message no longer falls back to the HTTP's status text, which may be unavailable e.g. for HTTP/2 connections. Instead, it shows that an unknown error occurred.

BQ-22726

Java Runtime

The RabbitMq SSL default properties are ignored, which causes SSL connections to be disabled when the SSL enabled property is set to true.

SSL default properties are now used properly, so a SSL connections in RabbitMq will be enabled when the default SSL enabled property is set to true.

BQ-22693

Gateway

CVE-2024-29025 affects Blueriq Security Gateway.

Manually set Netty dependency to version 4.1.108.Final

CSD-5190

 

 Java Runtime

Table cell contents of AQ_InstanceList would inadvertently have a single presentation style with the instance's GUID, regardless of the modeled presentation style. Additionally, containers of type AQ_FileDownload would never reflect their modeled presentation styles.

The table cell content now has its originally modelled presentation style. AQ_FileDownload also reflects its modeled presentation styles as expected.