> ## 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.23.2

## New Features 🎉

* Support more semi/anti join cases via nested loop joins in the join scan.

## Performance Improvements 🚀

* Allow for pushing down dynamic filters as Tantivy queries during hash joins.

## Stability Improvements 💪

* Backwards compatibility fixes for pre-`0.22.x` indexes containing NUMERIC columns.
* Fixes for safety checks of N-way parallel joins, allowing the join scan to execute in more cases.
* Tighten guidance around using pg\_search in `shared_preload_requirements`.
* Fix parameterized LIMIT, OFFSET, and snippet arguments in prepared statements.
* Better behavior with complex tokenizer definitions (particularly `pdb.regex_pattern`).
* Fix resolution of table aliases during join scan planning.
* Make join scan planning warnings more specific in a variety of cases.

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