Fixed possible index corruption with HNSW vacuuming - resolves #988

Co-authored-by: Bhagyesh Chaturvedi <bhagyeshc@google.com>
This commit is contained in:
Andrew Kane
2026-06-16 09:44:34 -07:00
parent 32284ba28a
commit eedba7ee14
3 changed files with 47 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
## 0.8.3 (unreleased)
- Fixed possible index corruption with HNSW vacuuming
- Fixed performance regression with Hamming distance and Jaccard distance with Postgres 18
## 0.8.2 (2026-02-25)