Skip to content

Commit ca40255

Browse files
Update changelog for integrations/opensearch (#1867)
Co-authored-by: davidsbatista <7937824+davidsbatista@users.noreply.github.com>
1 parent e746129 commit ca40255

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

integrations/opensearch/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
11
# Changelog
22

3+
## [integrations/opensearch-v4.0.1] - 2025-05-28
4+
5+
### 🚀 Features
6+
7+
- Adding an `HybridRetriever` as a `Supercomponent` having `OpenSearch` as the document store (#1701)
8+
9+
### 🚜 Refactor
10+
11+
- Use `component_to_dict` in OpenSearchHybridRetriever (#1866)
12+
13+
### 📚 Documentation
14+
15+
- Add usage example to OpenSearchDocumentStore docstring (#1690)
16+
17+
### 🧪 Testing
18+
19+
- OpenSearch - reorganize test suite (#1563)
20+
321
## [integrations/opensearch-v4.0.0] - 2025-03-26
422

23+
524
### 🌀 Miscellaneous
625

726
- Feat!: OpenSearch - apply `return_embedding` to `filter_documents` (#1562)
@@ -12,6 +31,7 @@
1231

1332
- OpenSearch custom_query use without filters (#1554)
1433

34+
1535
### ⚙️ CI
1636

1737
- Review testing workflows (#1541)
@@ -26,6 +46,7 @@
2646

2747
- OpenSearch - call _ensure_index_exists only at initialization (#1522)
2848

49+
2950
## [integrations/opensearch-v3.0.0] - 2025-03-11
3051

3152
### 🐛 Bug Fixes
@@ -50,6 +71,7 @@
5071

5172
- OpenSearch - async support (#1414)
5273

74+
5375
## [integrations/opensearch-v2.0.0] - 2025-02-14
5476

5577
### 🚀 Features

0 commit comments

Comments
 (0)