Release Notes v. 3.0.0
May 2023 - v. 3.0.0.0
System Enhancements
Clone Content Sources and Connections
-
New features have been added to our platform, allowing users to easily clone any content source and connect via the UI without having to recreate each source from scratch.
This saves time and effort, making it easier to manage and maintain content sources.
-
With this update, users can quickly and easily replicate content sources, as well as establish connections with external data sources directly through the platform's user interface.
These improvements enhance the user experience and streamline workflows.
Token Based Crawling
-
This update enables the development of connectors that don't rely on dates for pagination in API.
With the support for pagination and incremental crawl based on sync/delta tokens, developers now have the flexibility to implement pagination based on tokens rather than using dates.
This enables a more versatile and reliable approach to managing data sources, enhancing the overall functionality of the platform.
Share Metadata across Content Sources
-
Introduced a new feature that enables users to share metadata across content sources.
-
This update enables users to use a content source's metadata as a master and synchronize it from the parent into the child.
-
Additionally, users can import metadata from another content source and manage them independently afterward, providing greater flexibility and control.
-
This update simplifies the management and maintenance of metadata across multiple content sources, reducing the risk of inconsistencies and errors.
Automatic Text Extraction
-
Text extraction no longer requires manual configuration.
Connectivity Hub v3.0 now performs this function automatically.
Open Search Target
-
With this update, users can now index their data directly into OpenSearch Targets.
Elasticsearch v8.x Support
-
Elastic Target v8.x is now supported
This update enables users to take advantage of the latest features and enhancements in Elastic Target, ensuring compatibility and reliability.
Resolved Issues
Issue |
Summary |
Resolution |
---|---|---|
BAI-6915 |
Custom file names for the load-doc API not supported. File names are a randomly generated GUID created by Connectivity Hub. |
Issue fixed.
|
BAI-7431 |
Connectivity Hub does not include the name of the active Content Source/Connection in the title of the page. Users may find it difficult track their work, especially with multiple connections and content sources open in multiple browser tabs. |
Issue fixed.
|
BAI-7530 |
Crawl Log UI renders HTML content found in errors. Connectivity Hub experienced a vulnerability where error messages returned by its components are not properly escaped before rendering in the crawl log user interface, which poses a risk for HTML/JavaScript injection. |
Issue fixed.
|
BAI-7746 |
Browser tabs do not display proper page titles. Name of the section is not specified. |
Issue fixed.
|
BAI-7815 |
Ability to specify file names for Doc Loader requests are unsupported. |
Issue fixed.
|
BAI-7895 |
Connectivity Hub silently ignores syntax errors for the list of properties to return from external content enrichment. The previous version of the system exhibits unexpected behavior when saving changes to a Content Source in the Advanced tab settings for the list of properties to be returned from external content enrichment. If the user enters a format that is invalid for a property, such as using a comma instead of a semicolon to separate properties, the system silently removes the affected property without displaying an error message. This can result in the loss of important properties that are needed for the Content Source to function properly. |
Issue fixed.
|
BAI-10571 |
Graph API experiences a long response time as a result of using default pagination The previous version of Connectivity Hub makes a call to Graph API, but the request is paginated on default page size, which causes slow response times when querying group membership. |
Issue fixed.
|
BAI-10762 |
Connectivity Hub shows an improper count for tasks on hover. An issue caused the item count displayed in the hover status of crawl tasks to mismatch the counts in task details. If a crawl task had over 1000 items, the counts displayed in the hover status were inaccurate and did not match the counts in the task details. |
Issue fixed. |