Skip to content

Releases: stantonius/pgserver-search

v0.1.6

04 May 14:50

Choose a tag to compare

Release pgserver-search 0.1.6

v0.1.5

17 Apr 15:34

Choose a tag to compare

First release under the pgserver-search name (renamed from pgserver-search-tools before any wheels shipped).

What's in this release

  • Postgres 18.3 bundled
  • pgvector 0.8.2CREATE EXTENSION vector; for vector search
  • pg_trgmCREATE EXTENSION pg_trgm; for trigram similarity / fuzzy text search (the fork's headline feature)

Installing

pip install pgserver-search

Wheels are also attached to this release for manual install. Platforms shipped: macos_arm64, linux_x86_64 (Python 3.9–3.12).

Tested

Every release is gated on:

  • 16-test pytest suite (server lifecycle, extensions, multi-process, cleanup modes)
  • test_postgres_version — reads POSTGRES_VERSION from pgbuild/Makefile and asserts the running server reports it (self-syncing across minor bumps)
  • test_pg_trgmsimilarity() returns plausible values for identical / disjoint / overlapping strings
  • test_pgvector — vector(3) insert + nearest-neighbor query via <->

All 16 tests must pass on both macOS arm64 and Linux x86_64 before wheels are uploaded.