Skip to content

v0.3.2

Latest

Choose a tag to compare

@er2es er2es released this 25 Sep 18:51
· 29 commits to main since this release
5909620

A patch release: pg_trgm no longer has to be on the search_path, and the project now follows OpenSSF supply-chain practices.

No action needed after upgrading. Only the generated search statements change.

Fixed

  • The typo-tolerant and relaxed search SQL now schema-qualifies the trigram operator and word_similarity() with the configured extension_schema, as every other pg_trgm / unaccent reference already did. Installations that keep the extensions in a dedicated schema outside the search_path now work.

Changed

  • CI: every workflow runs with a read-only token and pins its actions to a commit SHA. The demo's base images are pinned by digest, and Dependabot keeps them current.
  • The OpenSSF Scorecard is published weekly and shown as a README badge. .bestpractices.json holds the answers for the OpenSSF Best Practices badge.
  • main is protected: every change lands through a pull request once CI passes.
  • The Composer package now contains .github/, a few KB of workflow files, because Scorecard reads the same archive that Composer downloads.
  • README: every known limitation now points to its planned fix on the roadmap.

Full list: CHANGELOG