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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

1. New

1.1. OpenAPI feed brought to the next level

It is now easier than ever to connect to a Blueriq API. For all REST web services in a project, Blueriq already generated a feed using the OpenAPI standard to communicate the interface to its consumers. The result of this feed could, for example, be used in a store with public APIs that can be consumed. In order to make the consumption of Blueriq REST services a smoother experience, the feed now consists of more information:

  • The title and description of the info object can now be edited in Blueriq Encore.
  • You can now add an OpenAPI description to fragments, arguments, and headers.
  • All operations within a REST services are grouped, using tags. Additionally, a description can be added to these tags.
  • Business Engineers are offered more insight into which for fields in a domain schema a description is present.  Allowing for a better maintained 

Click here for an overview of how the Blueriq model is mapped to the OpenAPI specification and stay tuned for even more OpenAPI feed improvements in the next release. 

1.2. Mark elements as deprecated in Encore

Elements in Encore can now be marked as deprecated. MArking an element as deprecated can be done using the built-in tag named deprecated, which will result in validation warning(s). This will make it easier to keep your models clean contributing to improved maintainability and readability of the model.

1.3. Outbox poller improvements

There are two processes ensuring that the outbox gets emptied. The first is a transactional listener that empties the outbox after an action on the Case Engine for a specific case ID. The second process is a poller that, scheduled with an interval, empties messages that are not picked up by the transactional listener.

The first poller exists for messages that were missed, so it can have a large interval. This could happen during a restart, for example. The second will ensure that messages, like the delete case messages, are picked up. This has a shorter interval by default. Those intervals are set with default values, so there is no need to change anything. The process outbox will remain almost empty under normal circumstances. When this is not the case in your situation, it is possible to configure the pollers. You can find more information on this topic at https://my.blueriq.com/x/twDv

1.4.  Improved AQ_File_Move performance

The performance of the AQ_File_Move service call has been improved by introducing new underlying API to the Content Managers. These new adjustments should make the move of a file instantly when moving said file on the same disk or memory connection. Furthermore we have introduced a new Channel API and deprecated the old Inputstream API of the IContentManager. More information on how to implement the a custom content manager can be found here. Look at the upgrade instructions to see which methods have been replaced.

2. Enhancements

EnhancementDetails
Multi delete and move for globals in Encore

Multi select is now available in the globals overview in Encore allowing to delete/move multiple globals at once.

Cursor automatically set in Encore

Blueriq Encore now sets the cursor automatically to a field so that the user can immediately start typing. Examples are: adding a value list item, pressing the globals button, adding a new element to a container, and more.

3. Documentation

Documentation on the new features and improvements of this release is linked in the respective topics.

4. Changes Platform Support

Our Platform support is updated.

Changes are:

  • XXX

5. 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.

6. Artifacts

 The Blueriq artifacts are available under name: 17.x.x.xxxx

This release includes these versions of Blueriq components with a separate life cycle:

Component

Version

Customer Data Service4.2.x
DCM Lists Service3.0.x
Material Theme1.1.x
Development tools frontend1.5.x
DCM Maintenance App3.0.x
Audit Consumer0.2.x
DCM Dashboard Service0.2.x
Gateway Service0.1.x
Document Renderer2.1.x

7. Blueriq Libraries

There are no specific Library updates for this release.

8. Libraries

In this release, the set of third party libraries that is used by Blueriq was updated. When your installation of Blueriq includes custom components (artifacts that do not ship with Blueriq, such as proprietary plugins), those components should be tested for compatibility with these changes.

ArtifactIdGroupIdLicenseVersion in 17.x.xVersion in 17.x.x
ArtifactIdGroupIdLicenseVersion in 4.2.x (Blueriq 17.x.x)

Version in 4.2.x (Blueriq 17.x.x)

9. Retirement announcement

There are no specific retirement announcements.

For a full list of deprecated features, go to Deprecated features.

10. Bug fixes

Unable to render {include} The included page could not be found.

11. Known issues

For an overview of known issue please refer to: Known issues

12. Security notification



  • No labels