Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Breaking Changes

  • Squirro 3.4.5 introduced a configurable Query-Processing pipeline and automatically installed a default-workflow on newly created projects. Now with 3.4.6 the auto-wiring of the default query-processing workflow is disabled because it failed to handle some operations correctly as defined in the official Squirro Query Syntax (COMPARISON operator). If you are affected by unexpected query-behaviour, simply disable query-processing in the Project-Configuration > topic.search.query-workflow (remove the workflow ID). The automatic workflow creation for new projects is now set to be OPT-IN (Server Setting > topic.search.setup-default-query-workflow set to False). The default-workflow feature will be re-enabled in the next releast.

Features

  • QueryPipeline Example: Showcase how to customise SpaCy's Tokeniser to not split Terms by Hyphen - or Slash / characters. This will force SpaCy to keep new-york or AC/DC as one single token and help to create more precise queries. For more info follow the [User Guide](https://go.squirro.com/query-processing-tutorial).

  • The size of the rerun from index batches is now configurable via the datasource.rerun.index.batch-sizever configuration option (through the Configuration Service).

  • SAML plugin now shows the correct error message if the user doesn't have required role while logging in through SSO.

  • SpacyNormalizer: Added a new Phrase Matcher - If used, it can automatically merge terms in quotes into one single token (config.merge_phrases).

...

  • Fixed the Scroll to top action in the Item Detail view.

  • Fixed the missing Scroll more button in the ItemListCards.

  • Enabled AI Studio components cleanup and ML workflow removal during project deletion.

  • [AI Studio] Fixed improper buttons that were shown in the candidate set.

  • [Spellchecking Widget] Fixed a bug where the suggestion was not clickable anymore.

  • Changed the workflow name for the workflow associated with a published AIS model.

  • Exporting and importing of AI studio models now also correctly exports all the relevant models & jobs next to Machine Learning Workflows.

  • Fixed a rare bug where editing a custom widget could break the widget

  • Query Processing / ML-Workflow Studio plugin: (Active Processing Workflow button) Now handles the case when a project does not use an active workflow for query-processing.

  • Fixed various bugs around the batch creation of communities described here and here.

  • Fixed text hiding the remove icon when it is too long in the reset filter widget.

Breaking Changes

Installation and Upgrade

...