> ## Documentation Index
> Fetch the complete documentation index at: https://www.paradedb.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 0.20.1

## Stability Improvements 💪

* Correctly support correlated subqueries with the aggregate custom scan enabled
* Fixed an issue where Top K queries with an `UNNEST` would not receive a Top K query plan
* Fixed a race condition that caused prepared statements to return incorrect results
* Fixed an issue where `varchar[]` arrays could not be indexed

## New Features 🚀

* Added an optional [toggle](/docs/documentation/aggregates/facets) to faceted queries to disable visibility checks, which can improve
  query times by 2-4X at the expense of correctness

The full changelog is available [on the GitHub Release](https://github.com/paradedb/paradedb/releases/tag/v0.20.1).
