You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.
Before you upgrade make sure to read the General Upgrade instructions as well as the Upgrade instructions for previous versions.
The changes are color coded. Orange elements have been changed, Green elements have been added and Red elements have been removed compared to the 17.10 release.
Table of contents
Improved licensing transparency in Encore
The Studio license file now contains information whether use of the Case Engine, Business Analytics (Service call type: AQ_Report), and External Flow functionality is licensed so that the Business Engineer can be informed early in the process about license restrictions.
Please make sure to update your Studio license file in order to prevent false positive validation warnings in Encore. The runtime already contained this information and therefore does not need to be updated.
New licenses with the correct information can be found in the Customers section.
Tip
You can check the about dialog in Encore to confirm that you have the correct license installed. Clicking the
-icon will show its contents.Changing session language
When using the POST /api/v2/session/{sessionId}/language/current
endpoint or the IPortalSession#setCurrentLanguage(String)
method programmatically, the session now needs to be recomposed. This means that an empty event should be submitted such that Blueriq recreates the page according to the newly set language.
API changes
IPortalSessionListener
The interface method
IPortalSessionListener#pageChanged(IPortalSession session, IPage previous, Ipage current)
has been updated to
IPortalSessionListener#pageChanged(IPortalSession session, IPageSnapshot previous, Ipage current)
Note that the second parameter has been changed from IPage
to a newly introduced IPageSnapshot
interface, which is not an IPage
in itself. The IPage
object that was initially passed in can be obtained using IPageSnapshot#getPage()
.
Known issues
For an overview of known issue please refer to: Known issues.