We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a30d6 commit ecf3ba6Copy full SHA for ecf3ba6
1 file changed
integrations/weaviate/CHANGELOG.md
@@ -1,5 +1,21 @@
1
# Changelog
2
3
+## [integrations/weaviate-v7.2.0] - 2026-03-06
4
+
5
+### 🐛 Bug Fixes
6
7
+- Remove unnecessary connection test and add `close`/`close_async` methods to `WeaviateDocumentStore` (#2891)
8
9
+### 📚 Documentation
10
11
+- Simplify pydoc configs (#2855)
12
13
+### 🧪 Testing
14
15
+- Replacing each `DocumentStore` specific tests and used the generalised ones from `haystack.testing.document_store` (#2812)
16
+- Fix Weaviate tests to include grpc_config (#2871)
17
18
19
## [integrations/weaviate-v7.1.0] - 2026-01-29
20
21
### 🚀 Features
0 commit comments