<!-- Source: https://docs.squirro.com/en/latest/getting/release/3-8/squirro-3.8.x-release-notes/3.8.2-release-notes.html -->
# 3.8.2 - Release Notes

Squirro 3.8.2 was released July 12, 2023.

Reference: Learn more about the [Squirro Release Process](../../squirro-release-process.md#getting-squirro-process).

## What’s New

- Squirro query syntax now supports multiple sort clauses, allowing you to add additional sorting clauses when two or more items match their primary sort criteria. See [Multiple Sorting Criteria](../../../../technical/search/features/query-syntax.md#qs-sort-multiple) to learn more.
- Introduced a new pipeline step called _MIME Type Detection_ that identifies the MIME type of file-based items. This step can serve as a central way to detect MIME types in the pipeline, instead of replicating this logic in various dataloader plugins in cases where the MIME type is either not provided or is not trusted because it may be incorrect.
- Enabled typeahead for PDF inline search inside the _Item Detail_ modal.
- Created the option to display **only** unique items within the _Timeline_ and _Metric_ widgets.
- AutoML now supports Fasttext models.
- Squirro now supports _Speech to Text_ for the global search bar within Chrome browsers.
- Squirro Docs now includes auto-generated [Scoring Profile Plugin Reference](../../../../technical/search/relevancy/scoring-plugins/index.md#scoring-plugins-reference) documentation.

## Improvements

- Disabled balancing dataset on AutoML templates to avoid downsampling.
- Phrases are now highlighted in a more robust way (don’t split tokens).
- Added weighted evaluation metrics to AutoML for imbalanced datasets.
- Added config to enable/disable balancing of dataset inside balancer step. (#416)
- Extended the default supported formats of the filesystem plugin to support ODT, ODP, ODS, CSV, and RTF file formats.
- Added _translate_ and _compare_ tooltips to the _ItemsWidget_ card.

## Bug Fixes

- Fixed an issue with items within the pipeline editor not working properly because jQuery `draggable` was not available.
- The React version of the _Pie Chart_ widget now correctly supports the _Rest_ slice and accompanying options.
- Fixed an issue with `yum remove squirro-tika-server` failing because `set -e` was present.
- Fixed an issue with the AutoML document classifier not labeling properly.
- Fixed an issue with concept search not working in the _CommunityItem_ widget.

## Breaking Changes

There are no known breaking changes with this release.

## Installation and Upgrade

For new installations, find step-by-step instructions in [Install and Manage Squirro with Ansible](../../../install/ansible/index.md#ansible) (recommended) or [Installing Squirro on Linux](../../../install/linux.md#install-linux).

To upgrade an existing installation, see [Upgrading Squirro](../../../install/upgrade.md#install-upgrade).
