Release Notes v. 7.1.0.1

August 2025 - SmartHub 7.1.0.1

This page outlines all of the updates and enhancements in this release of SmartHub. For more information on upgrading, see Upgrading SmartHub.

The following features and enhancements have been added to SmartHub in this release:

System enhancements

There are no system enhancements in this release.

Fixed issues

The following issues have been fixed in this release:

  • If a conversational search conversation returned more than 3 source documents, then a subsequent conversation also returned more than 3 source documents, the list of source documents in the subsequent conversation were the same as the initial conversation.

  • Conversational search in hybrid mode was not limited to specific tabs.

  • Clicking New Chat in a conversational search conversation was not clearing the related documents list from the previous conversation. (1803783)

  • In the conversational search response, only a single source document was displayed despite multiple documents being referenced as citations by the LLM. (1803776)

  • Applied refinement filters were not being passed to the answer API of the conversational search service. (1802282)

  • In some scenarios, conversational search refiners were stuck in a loading loop and were not being applied to the answer API. (1802282)

  • In the conversational search response, the title of the source document displayed incorrectly when it was hovered over. (1802282)

  • In some scenarios, the conversational search response was replaced with a "Something went wrong. Please contact administrator" error message. (1797335)

  • In some scenarios, the conversational search response was inserting extra spaces in the middle of words and splitting sentences onto a new line. (1788547/1797335)

  • If a conversational search query was executed while the answer to another search query was processing, the summary of the second search query was displaying the first queries answer. (1784477)

BREAKING CHANGES

The following are breaking changes that may affect your integration. Please ensure that you carefully review this list before upgrading to SmartHub 7.0 and later:

  • When upgrading to SmartHub 7.0 and later, you must update any custom pages to preserve your existing CSS or upgrade to the out-of-the-box SmartHub 7.0 page layouts. For more information on this update, see Update or preserve your custom CSS in the upgrade documentation.

  • The DomContentLoaded event has been removed in SH 6.2. You will need to replace the event with the afterInitialization event. For more information, see UI events.