Skip to content

chore(deps): update dependency tensorchord/pgvecto.rs to v0.2.1 - autoclosed

Botaniker (Bot) requested to merge renovate/tensorchord-pgvecto.rs-0.x into main

This MR contains the following updates:

Package Update Change OpenSSF
tensorchord/pgvecto.rs patch v0.2.0 -> v0.2.1 OpenSSF Scorecard

Release Notes

tensorchord/pgvecto.rs (tensorchord/pgvecto.rs)

v0.2.1

Compare Source

Improvements

  • NULL Support: NULL can now be safely inserted into vector columns without error. They will be skipped during pgvecto.rs index creation, but exist in the table. A query on a vector column will never return a result containing a NULL.
  • Signal Handler Fix: Now we use SIGQUIT instead of SIGHUP to trigger a peaceful exit, since SIGHUP is defined as configure reload by Postgres.
  • Upgrade Script Refine: Due to some symbol renaming, the upgrade path from v0.1.10 to v0.2.0 is broken. Users can now upgrade directly to v0.2.1 if they are currently using v0.1.10.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot. The local configuration can be found in the SI Renovate Bot repository.

Merge request reports