Changelog
0.8.6
pg_search
Bug Fixes
- Fixed a cache invalidation bug affecting concurrent connections during index re-creation
New Features
- Introduced new
paradedb.field
andparadedb.tokenizer
functions that make it easier to configure fields increate_bm25
. While PostgresJSONB
can still be passed tocreate_bm25
, JSON5 strings without double quotes around keys are no longer supported.
pg_lakehouse
New Features
- Introduced a
preserve_casing
option toCREATE FOREIGN TABLE
that preserves the casing of column names during auto schema creation
ParadeDB
New Features
- Upgraded Dockerfile to use
pgvector
version0.7.3
Full Changelog
The full changelog is available here.