We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed36347 commit c89680cCopy full SHA for c89680c
1 file changed
integrations/pgvector/CHANGELOG.md
@@ -1,5 +1,21 @@
1
# Changelog
2
3
+## [integrations/pgvector-v6.2.0] - 2026-03-02
4
+
5
+### 🐛 Bug Fixes
6
7
+- Add metadata field-name validation using regex in `PGVectorDocumentStore` filters to prevent SQL injection vectors. (#2881)
8
+- Remove NUL bytes when converting from haystack to pg documents (#2892)
9
10
+### 📚 Documentation
11
12
+- Simplify pydoc configs (#2855)
13
14
+### 🧪 Testing
15
16
+- Replacing each `DocumentStore` specific tests and used the generalised ones from `haystack.testing.document_store` (#2812)
17
18
19
## [integrations/pgvector-v6.1.0] - 2026-01-28
20
21
### 🚀 Features
0 commit comments