Fusion Server 4.0.1 Release Notes
Release date: 28 February 2018
Component versions:
Solr 7.2.1 |
ZooKeeper 3.4.10 |
Spark 2.2.1 |
Jetty 3.8.10 |
Ignite 2.3.0 |
See also the Fusion AI 4.0.1 release notes.
New features
-
Import and export for index profiles and query profiles
App import now includes index profiles and query profiles. These can also be exported and imported separately with the Objects API, using the
index-profile
andquery-profile
object types.
Improvements
None.
Other changes
-
The Query Profiles and end points from earlier versions of Fusion have been replaced by new endpoints and profiles with additional functionality. Application/UI’s submitting requests to Fusion will need to be updated to use the new endpoints.
Known issues
-
After SSL is enabled on Fusion Server 4.0.1, the server incorrectly redirects certain requests, including requests for
https://fusion-server:port/
andhttps://fusion-server:port/admin
, resulting in a failure to reach the login page. To log in to the Admin UI after enabling SSL, use the direct URL to the login page as a workaround:https://fusion-server:port/admin/login
.Fusion Server 4.0.2 resolves this issue.
-
Some headers are missing from
request.headers
in the trusted-http security realm, including the following:-
fusion-user-realm-name
-
fusion-user-realm-type
-
fusion-user-name
-
fusion-user-permissions
lacks the role restriction assigned with the security realm.
-
-
The Tika parser and Tika stage Return parsed content as XML option works only if the input document is also HTML/XML.