docs/changelog/0.15.0.mdx
Introducing a new query builder function: paradedb.match. Similar to Elasticsearch's match query,
paradedb.match is meant to be the standard query function for full text search, allowing for
custom tokenizers and fuzzy matching. It supersedes the paradedb.fuzzy_phrase query.
paradedb.term_set now supports JSON fields.
VACUUM times when the table contains updated or deleted rows - VACUUMing one million
updated rows went from 20 minutes to 0.8 seconds.VACUUMs could not receive SIGINTs.UPDATE, VACUUM, and parallel custom scans.The full changelog is available on the GitHub Release.