Skip to content

Releases: elemdiscovery/proxquery

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 04 Jul 02:43
2c7bca3

Fixed

  • Cap query nesting depth and phrase expansion to prevent backend crashes (#37)

Container images: ghcr.io/elemdiscovery/proxquery:0.5.2-pg16 · -pg17 · -pg18

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 01 Jul 00:03
4efc496

Fixed

  • Release asset cleanup. (#31)

Container images: ghcr.io/elemdiscovery/proxquery:0.5.1-pg16 · -pg17 · -pg18

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 21:36
1acf6c8

Added

  • Added custom tokenization for & in the custom tokenizer similar to -.
  • [breaking] ordered proximity <-N>/<!-N> now matches superimposed (co-located) lexemes

Fixed

  • Error on over large proximity parameter instead of silently cap … (#30)

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 29 Jun 18:40

Fixed

  • Keep literal terms verbatim in ts_prox_query_native (was re-split by to_tsquery). Fix to proximity distribution over AND/NOT (should error).

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 29 Jun 05:56

Fixed

  • Max position <!~N> no longer applies as an exclusion.

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 29 Jun 04:55

Fixed

  • Phrase proximity is measured from the edges.

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 02:24

Added

  • Extended ts_prox_query_exact to support a config parameter.

edge (0.4.0-dev.44.gb9bfc0d)

Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Jun 04:57

Rolling pre-release built from the latest main commit (b9bfc0d).

Fresh installs only — no upgrade-path guarantees, not for production.
Download the tarball for your PG major + arch, extract, and run ./install.sh.

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 21:40

Added

  • [breaking] Consolidated ts_prox_search for pure SQL simplified usage. (#17)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 14:24

Added

  • Small-ish proximity queries that can convert into an enumerated position search no longer need a recheck.
  • Adding signed releases.
  • Add extension only proxquery_to_tsvector with specialized tsvector positioning.
  • fold glob literal runs through cfg for config-aware wildcard matching
  • add config-aware overloads resolving query terms through a regconfig

Fixed

  • more release-plz fixes.
  • release-plz config fix