diff --git a/integrations/opensearch/CHANGELOG.md b/integrations/opensearch/CHANGELOG.md index b82facdde..5e8ac5837 100644 --- a/integrations/opensearch/CHANGELOG.md +++ b/integrations/opensearch/CHANGELOG.md @@ -1,12 +1,14 @@ # Changelog -## [unreleased] +## [integrations/opensearch-v0.7.0] - 2024-06-25 ### 🚀 Features - Defer the database connection to when it's needed (#753) - Improve `OpenSearchDocumentStore.__init__` arguments (#739) - Return_embeddings flag for opensearch (#784) +- Add create_index option to OpenSearchDocumentStore (#840) +- Add custom_query param to OpenSearch retrievers (#841) ### 🐛 Bug Fixes @@ -21,6 +23,10 @@ This PR will also push the docs to Readme - Small consistency improvements (#536) - Disable-class-def (#556) +### ⚙️ Miscellaneous Tasks + +- Retry tests to reduce flakyness (#836) + ### Opensearch - Generate API docs (#324)