From e89855781329b3d7f7b29e6ce7b75b461671ac91 Mon Sep 17 00:00:00 2001 From: HaystackBot Date: Thu, 12 Dec 2024 10:38:00 +0000 Subject: [PATCH] Update the changelog --- integrations/opensearch/CHANGELOG.md | 53 ++++++++++++++++++++++------ 1 file changed, 43 insertions(+), 10 deletions(-) diff --git a/integrations/opensearch/CHANGELOG.md b/integrations/opensearch/CHANGELOG.md index afd8a57c2..fef7b4bc3 100644 --- a/integrations/opensearch/CHANGELOG.md +++ b/integrations/opensearch/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [integrations/opensearch-v1.2.0] - 2024-12-12 + +### ๐Ÿงน Chores + +- Update docstring and type of fuzziness (#1243) + + ## [integrations/opensearch-v1.1.0] - 2024-10-29 ### ๐Ÿš€ Features @@ -14,16 +21,21 @@ - Do not retry tests in `hatch run test` command (#954) -### โš™๏ธ Miscellaneous Tasks +### โš™๏ธ CI + +- Adopt uv as installer (#1142) + +### ๐Ÿงน Chores - OpenSearch - remove legacy filter support (#1067) - Update changelog after removing legacy filters (#1083) - Update ruff linting scripts and settings (#1105) -- Adopt uv as installer (#1142) -### Docs +### ๐ŸŒ€ Miscellaneous +- Docs: Update OpenSearchEmbeddingRetriever docstrings (#947) - Update BM25 docstrings (#945) +- Chore: opensearch - ruff update, don't ruff tests (#988) ## [integrations/opensearch-v0.9.0] - 2024-08-01 @@ -31,6 +43,7 @@ - Support aws authentication with OpenSearchDocumentStore (#920) + ## [integrations/opensearch-v0.8.1] - 2024-07-15 ### ๐Ÿš€ Features @@ -42,10 +55,14 @@ - `OpenSearch` - Fallback to default filter policy when deserializing retrievers without the init parameter (#895) -### โš™๏ธ Miscellaneous Tasks +### ๐Ÿงน Chores - Update ruff invocation to include check parameter (#853) +### ๐ŸŒ€ Miscellaneous + +- Chore: Minor retriever pydoc fix (#884) + ## [integrations/opensearch-v0.7.1] - 2024-06-27 ### ๐Ÿ› Bug Fixes @@ -53,6 +70,7 @@ - Serialization for custom_query in OpenSearch retrievers (#851) - Support legacy filters with OpenSearchDocumentStore (#850) + ## [integrations/opensearch-v0.7.0] - 2024-06-25 ### ๐Ÿš€ Features @@ -67,8 +85,6 @@ - Fix order of API docs (#447) -This PR will also push the docs to Readme - ### ๐Ÿ“š Documentation - Update category slug (#442) @@ -76,13 +92,21 @@ This PR will also push the docs to Readme - Small consistency improvements (#536) - Disable-class-def (#556) -### โš™๏ธ Miscellaneous Tasks +### โš™๏ธ CI - Retry tests to reduce flakyness (#836) -### Opensearch +### ๐ŸŒ€ Miscellaneous - Generate API docs (#324) +- Make tests show coverage (#566) +- Refactor tests (#574) +- Fix opensearch errors bulk write (#594) +- Remove references to Python 3.7 (#601) +- [Elasticsearch] fix: Filters not working with metadata that contain a space or capitalization (#639) +- Chore: add license classifiers (#680) +- Chore: change the pydoc renderer class (#718) +- Ci: install `pytest-rerunfailures` where needed; add retry config to `test-cov` script (#845) ## [integrations/opensearch-v0.2.0] - 2024-01-17 @@ -94,11 +118,16 @@ This PR will also push the docs to Readme - Use `hatch_vcs` to manage integrations versioning (#103) +### ๐ŸŒ€ Miscellaneous + +- Fix opensearch test badge (#97) +- Move package under haystack_integrations/* (#212) + ## [integrations/opensearch-v0.1.1] - 2023-12-05 ### ๐Ÿ› Bug Fixes -- Fix import and increase version (#77) +- Document Stores: fix protocol import (#77) ## [integrations/opensearch-v0.1.0] - 2023-12-04 @@ -106,13 +135,17 @@ This PR will also push the docs to Readme - Fix license headers +### ๐ŸŒ€ Miscellaneous + +- Remove Document Store decorator (#76) + ## [integrations/opensearch-v0.0.2] - 2023-11-30 ### ๐Ÿš€ Features - Extend OpenSearch params support (#70) -### Build +### ๐ŸŒ€ Miscellaneous - Bump OpenSearch integration version to 0.0.2 (#71)