We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e83f98 commit 9e022ccCopy full SHA for 9e022cc
1 file changed
integrations/astra/CHANGELOG.md
@@ -1,5 +1,26 @@
1
# Changelog
2
3
+## [integrations/astra-v4.2.0] - 2026-03-24
4
+
5
+### 🚀 Features
6
7
+- *(astra)* Add run_async to AstraEmbeddingRetriever (#3016)
8
9
+### 🐛 Bug Fixes
10
11
+- Converting to `staticmethod` some tests in `AstraDocumentStore` (#2928)
12
13
+### 🧪 Testing
14
15
+- `AstraDocumentStore` use Mixin tests (#3027)
16
17
+### 🧹 Chores
18
19
+- Add missing -> None return type annotations to astra __init__ methods (#2974)
20
+- Enforce ruff docstring rules (D102/D103/D205/D209/D213/D417/D419) in first 10 integrations (#3008)
21
+- Increase lower pins for 3.14 support in some integrations + test with 3.14 (#3033)
22
23
24
## [integrations/integrations/astra-v4.1.0] - 2026-03-06
25
26
### 🚀 Features
0 commit comments