From beb6753121691b6bf9b38d2eaa8d43ce4acc7fe0 Mon Sep 17 00:00:00 2001 From: Amnah199 <13835656+Amnah199@users.noreply.github.com> Date: Mon, 3 Feb 2025 16:31:58 +0000 Subject: [PATCH 1/2] Update changelog for integrations/azure_ai_search --- integrations/azure_ai_search/CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/integrations/azure_ai_search/CHANGELOG.md b/integrations/azure_ai_search/CHANGELOG.md index 6a8d26c9d..1f4c36d08 100644 --- a/integrations/azure_ai_search/CHANGELOG.md +++ b/integrations/azure_ai_search/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [integrations/azure_ai_search-v0.1.2] - 2025-02-03 + +### ๐Ÿ› Bug Fixes + +- Logger for index deletion failures in Azure AI (#1240) + +### โš™๏ธ CI + +- Delete all azure_ai_search indexes (#1247) + +### ๐Ÿงน Chores + +- Fix linting/isort (#1215) +- Inherit from `FilterDocumentsTestWithDataframe` in Document Stores (#1290) + +### ๐ŸŒ€ Miscellaneous + +- Fix: remove setting `query_type="simple"` in retrieval request (#1346) + ## [integrations/azure_ai_search-v0.1.1] - 2024-11-22 ### ๐Ÿ› Bug Fixes From b0f6403543877d3bed44d953e9d98aa72dcef40f Mon Sep 17 00:00:00 2001 From: Amna Mubashar Date: Tue, 4 Feb 2025 11:45:10 +0100 Subject: [PATCH 2/2] Small fixes --- integrations/azure_ai_search/CHANGELOG.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/integrations/azure_ai_search/CHANGELOG.md b/integrations/azure_ai_search/CHANGELOG.md index 1f4c36d08..653603014 100644 --- a/integrations/azure_ai_search/CHANGELOG.md +++ b/integrations/azure_ai_search/CHANGELOG.md @@ -4,21 +4,18 @@ ### ๐Ÿ› Bug Fixes -- Logger for index deletion failures in Azure AI (#1240) +- Fix: remove setting `query_type="simple"` in retrieval request (#1346) + ### โš™๏ธ CI -- Delete all azure_ai_search indexes (#1247) +- Delete all azure_ai_search indexes after testing (#1247) ### ๐Ÿงน Chores - Fix linting/isort (#1215) - Inherit from `FilterDocumentsTestWithDataframe` in Document Stores (#1290) -### ๐ŸŒ€ Miscellaneous - -- Fix: remove setting `query_type="simple"` in retrieval request (#1346) - ## [integrations/azure_ai_search-v0.1.1] - 2024-11-22 ### ๐Ÿ› Bug Fixes