chore(deps): update dependency tensorchord/pgvecto.rs to v0.2.1 - autoclosed
This MR contains the following updates:
Package | Update | Change | OpenSSF |
---|---|---|---|
tensorchord/pgvecto.rs | patch |
v0.2.0 -> v0.2.1
|
Release Notes
tensorchord/pgvecto.rs (tensorchord/pgvecto.rs)
v0.2.1
Improvements
- NULL Support:
NULL
can now be safely inserted into vector columns without error. They will be skipped duringpgvecto.rs
index creation, but exist in the table. A query on a vector column will never return a result containing aNULL
. - Signal Handler Fix: Now we use
SIGQUIT
instead ofSIGHUP
to trigger a peaceful exit, sinceSIGHUP
is defined as configure reload byPostgres
. - Upgrade Script Refine: Due to some symbol renaming, the upgrade path from
v0.1.10
tov0.2.0
is broken. Users can now upgrade directly tov0.2.1
if they are currently usingv0.1.10
.
Configuration
-
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.