Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Improved the performance of PDF document ingestion for pipeline workflows which include ML models.

  • [Search] Productize search service. For now exposes endpoints to help debugging the output of the squirro-query-syntax parsing pipeline.

  • Added information about sender and recipients to the attachments items in the Exchange data loader plugin.

  • Added bulk_labeling functions to handle this types of operation.

  • React widgets will now fetch data only if they are in a visible dashboard section layer.

  • Moves all steps calling external services.

  • Added an endpoint for creating bulk labeling.

  • Upgraded React to v18

  • Clicking on a community typeahead suggestion will now redirect the user to the selected community.

  • Implemented an NLP step for bulk labeling.

  • Added handling config for the bulk labeling step.

  • The “PDF Cannot Be Displayed” error message is more generic and tries better to show a working file link.

  • Increased the clickable area for the subscribe button in the Communities List widget.

  • Added creation date for proximity rule.

  • Added a link to the Squirro Monitoring space to the Squirro Spaces popover with current project being selected in the dashboard filter.

  • Squirro now uses tika-pdf-sentences by default for speedier PDF Sentences Tokenization.

  • Search Query-Processing: Analyzed query tokens that might contain valid sub-tokens are now additionally re-written to perform exact phrase matching during query processing. NewYork => ("NewYork"~0 OR NewYork). This enables sub-word matching on New, and York individually relying on the configured SearchAnalyzer (subword-delimiter) - but will additionally match the exact phrase NewYork as well.

  • Implemented a ML endpoint for creating ml job which automatically creates labels.

Bug Fixes

  • Monitoring Project: Improved explicit error handling when a new monitoring - project is created from a template, but errors out because a monitoring project exists already. (only Only one monitoring project per server is allowed).

  • Fixed an issue with GlobalSearch disappeared disappearing after searching or a dashboard switch.

  • Fixes Fixed distorted thumbnail thumbnails in the Communities Item widget.

  • Fix Fixed an issue with model templates demo view not working.

  • Similarly to the rerun from index, now rerun from raw data will not remove existing items from the index if a step fails during a rerun of those items. The items will be replaced in the index only when the rerun is successful, otherwise the existing ones will remain in the index.

  • Fixed several issues with entities and queries loading inside of the items Items widget side panel.

  • Fix Fixed an issue with QA answer highlight highlighting in item detail overlay for when there are multiple answers from for the same itemSQ-18648.

  • Fixed an issues with apiOverrides not working for React custom React widgets.

  • Fix Fixed an issue with the ResetFilters widget : adding the same selection added multiple times.

  • Fixes Fixed a bug where the dashboard menu icon disappears after pressing clicking exit while editing dashboards.

  • Add Added validation for pipelet's pipelet’s sections order in pipeline workflows.

  • Fix Fixed the wrong position of the KEE pipelet in pipeline workflows.

  • fix Fixed a bug with the tika-server systemd service.

  • Fixed a bug where project theme and guide are not fetched after importing a project.

  • Deleting Now, deleting a project will check if any other existing project uses any of the indices of the to-be-deleted project, and it will refrain from deleting any shared index in order not to break the existing project.

  • fix Fixed a rare issue when dataloader where data loader plugins with the same file names got mixed up.

  • Fixes Fixed a bug where autosize stops working when toggling edit mode.

  • Fix Fixed the error (psycopg2.DatabaseError) error with status PGRES_TUPLES_OK and no message from the libpq (appearing some times in ingester's which appeared sometimes in the ingester logs when executing pipelet steps ) in PostgreSQL installations.

  • Fixed Pie chart Chart not reacting to config and cutom query changesFix for Squirro space .

  • Fixed a bug with the Squirro Space button not shown after new project has been created.

  • Fix Fixed an issue with Aggregated Communities missing queryqueries.

  • Fixed a bug where the concept search params would not disappear from the url.

  • Fixed entities and matching queries not working inside communities headlines item detail.

  • fixed Fixed entities list not re-rendered rendering when unselecting the chip.

  • fix Fixed an issue with the PDF-OCR step failing on mime-type detection.

  • Community List widget no longer breaks after subscribing to more than 15 communities.

  • Fix Fixed dashboard store to URL serialization issue for persistentLinks feature.

Breaking Changes

  • webshot generated thumbnail file is not added to Item files list to ensure webshot removal when item gets deleted

...