Changelog
0.13.0
Syntax Changes 💡
Introducing CREATE INDEX
paradedb.create_bm25
has been deprecated in favor of CREATE INDEX
:
CREATE INDEX
conforms with PostgreSQL dialect and unlocks several new features:
- Support for
CREATE INDEX CONCURRENTLY
- Support for indexing partitioned tables
New Features
Improved Regex queries
Added support for ^
and $
in our regex query.
Stability Improvements 💪
- #1955 a bug where joins of three or more tables would not produce BM25 scores
- #1951 fixed a bug where search queries wrapped in CTEs would fast_fields
- #1959 fixed a potential compatibility issue with Citus
Docker Image 🐳
The ParadeDB Docker Image now defaults to Postgres 17 instead of 16.
Full Changelog
The full changelog is available here.
Was this page helpful?