v0.13.0
What's Changed
- chore: comment out failing quickstart test by @rebasedming in #1947
- feat: remove create_bm25 and adopt CREATE INDEX by @neilyio in #1915
- feat: rename
boost
parameter to BoostQuery asfactor
by @neilyio in #1940 - feat: Set PG17 as the default by @philippemnoel in #1829
- chore: update documentation to reflect partitioned index availability by @neilyio in #1948
- fix: issue #1895: joins+scores now work correctly by @eeeebbbbrrrr in #1955
- fix: issue #1951: fail gracefully when the relation oid is unknown by @eeeebbbbrrrr in #1956
- chore: fix incorrect collation designations for SearchQueryInput by @eeeebbbbrrrr in #1959
- feat: Expose fieldnorms for JSON fields by @Weijun-H in #1958
- fix: point tantivy-fst fork to paradedb to fix regex by @neilyio in #1957
- fix: correct docs for disjunction_max and phrase_prefex by @neilyio in #1961
- feat: add index_fields() and format_create_bm25 functions to support CREATE INDEX by @neilyio in #1962
- ci: Split publishing per-OS and add support for macOS and Ubuntu 20.04 by @philippemnoel in #1926
- chore: New tantivy ref by @philippemnoel in #1966
- feat: enable concurrent index creation + reindex on BM25 by @neilyio in #1964
- fix: allow empty schema name in
format_create_bm25
by @rebasedming in #1968 - docs: new
CREATE INDEX
syntax by @rebasedming in #1963 - docs: CONCURRENT index creation by @neilyio in #1969
- chore: Upgrade to
0.13.0
by @rebasedming in #1970 - chore: Fix forgotten PG16 by @philippemnoel in #1972
- fix: dedup key_field in format_create_bm25 by @neilyio in #1973
- docs: Tantivy aggregate functions by @rebasedming in #1974
- chore: Fix CI by @rebasedming in #1975
- feat: Prod Promotion -- v0.13.0 by @philippemnoel in #1971
Full Changelog: v0.12.2...v0.13.0