From 0f59f7ed47da447c0b3b8b4b9686c5a34cc32fd6 Mon Sep 17 00:00:00 2001 From: Charlotte Hoblik <116336412+charlotte-hoblik@users.noreply.github.com> Date: Tue, 15 Jul 2025 09:36:00 +0200 Subject: [PATCH 1/2] Add 9.0.4 Connectors release note (#131230) --- docs/reference/search-connectors/release-notes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/reference/search-connectors/release-notes.md b/docs/reference/search-connectors/release-notes.md index 12412a85b79a5..300cc5bf981dd 100644 --- a/docs/reference/search-connectors/release-notes.md +++ b/docs/reference/search-connectors/release-notes.md @@ -29,6 +29,9 @@ Permissions granted to the `Everyone Except External Users` group were previousl ## 9.1.0 [connectors-9.1.0-release-notes] There are no new features, enhancements, fixes, known issues, or deprecations associated with this release. +## 9.0.4 [connectors-9.0.4-release-notes] +No changes since 9.0.3 + ## 9.0.3 [connectors-9.0.3-release-notes] ### Features and enhancements [connectors-9.0.3-features-enhancements] From e846f55c7af791396e5beed9d6ae7953c4ef8ec3 Mon Sep 17 00:00:00 2001 From: Charlotte Hoblik <116336412+charlotte-hoblik@users.noreply.github.com> Date: Tue, 12 Aug 2025 14:09:24 +0200 Subject: [PATCH 2/2] Add connector release notes for 9.0.5 (#132664) --- docs/reference/search-connectors/release-notes.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/reference/search-connectors/release-notes.md b/docs/reference/search-connectors/release-notes.md index 300cc5bf981dd..7733debf6c248 100644 --- a/docs/reference/search-connectors/release-notes.md +++ b/docs/reference/search-connectors/release-notes.md @@ -29,6 +29,14 @@ Permissions granted to the `Everyone Except External Users` group were previousl ## 9.1.0 [connectors-9.1.0-release-notes] There are no new features, enhancements, fixes, known issues, or deprecations associated with this release. +## 9.0.5 [connectors-9.0.5-release-notes] + +### Fixes [connectors-9.0.5-fixes] + +:::{dropdown} Resolves missing access control for `Everyone Except External Users` in SharePoint connector +Permissions granted to the `Everyone Except External Users` group were previously ignored, causing incomplete access control metadata in documents. This occurred because the connector did not recognize the group’s login name format. [#3577](https://github.com/elastic/connectors/pull/3577) resolves this issue by recognizing the group’s login format and correctly applying its permissions to document access control metadata. +::: + ## 9.0.4 [connectors-9.0.4-release-notes] No changes since 9.0.3