From 79291d8347d1ad0bca04c3d53717d40949bc9600 Mon Sep 17 00:00:00 2001 From: Charlotte Hoblik <116336412+charlotte-hoblik@users.noreply.github.com> Date: Thu, 14 Aug 2025 17:44:03 +0200 Subject: [PATCH 1/3] Add connectors release notes for 8.17.10 (#132655) --- .../docs/connectors-release-notes.asciidoc | 63 +++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/docs/reference/connector/docs/connectors-release-notes.asciidoc b/docs/reference/connector/docs/connectors-release-notes.asciidoc index fbf2007de19b6..13255e7bfed4a 100644 --- a/docs/reference/connector/docs/connectors-release-notes.asciidoc +++ b/docs/reference/connector/docs/connectors-release-notes.asciidoc @@ -57,6 +57,69 @@ It includes detailed steps, tooling, and resources to help you transition to sup IMPORTANT: Users building custom docker images based on this Dockerfile may have to review their configuration for compatibility with the new base image. See https://github.com/elastic/connectors/pull/3063[*PR 3063*]. +[discrete] +[[es-connectors-release-notes-8-17-10]] +=== 8.17.10 + +[discrete] +[[es-connectors-release-notes-8-17-10-bug-fixes]] +===== Bug fixes + +.Resolves missing access control for “Everyone Except External Users” in SharePoint connector +[%collapsible] +==== +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. +PR https://github.com/elastic/connectors/pull/3577[*#3577*] resolves this issue by recognizing the group’s login format and correctly applying its permissions to document access control metadata. +==== + +[discrete] +[[es-connectors-release-notes-8-17-9]] +=== 8.17.9 + +No notable changes in this release. + +[discrete] +[[es-connectors-release-notes-8-17-8]] +=== 8.17.8 + +No notable changes in this release. + +[discrete] +[[es-connectors-release-notes-8-17-7]] +=== 8.17.7 + +No notable changes in this release. + +[discrete] +[[es-connectors-release-notes-8-17-6]] +=== 8.17.6 + +No notable changes in this release. + +[discrete] +[[es-connectors-release-notes-8-17-5]] +=== 8.17.5 + +No notable changes in this release. + +[discrete] +[[es-connectors-release-notes-8-17-4]] +=== 8.17.4 + +No notable changes in this release. + +[discrete] +[[es-connectors-release-notes-8-17-3]] +=== 8.17.3 + +No notable changes in this release. + +[discrete] +[[es-connectors-release-notes-8-17-2]] +=== 8.17.2 + +No notable changes in this release. + [discrete] [[es-connectors-release-notes-8-17-1]] === 8.17.1 From 51ea5daf362941fe4754a40a03edf8df265db6ef Mon Sep 17 00:00:00 2001 From: Charlotte Hoblik <116336412+charlotte-hoblik@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:57:14 +0200 Subject: [PATCH 2/3] [DOCS]: Adds Connectors release note for 8.18.3 (#129862) --- .../docs/connectors-release-notes.asciidoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/reference/connector/docs/connectors-release-notes.asciidoc b/docs/reference/connector/docs/connectors-release-notes.asciidoc index 13255e7bfed4a..b5b447d6d99ba 100644 --- a/docs/reference/connector/docs/connectors-release-notes.asciidoc +++ b/docs/reference/connector/docs/connectors-release-notes.asciidoc @@ -36,6 +36,20 @@ PR https://github.com/elastic/connectors/pull/3577[*#3577*] resolves this issue There are no new features, enhancements, fixes, known issues, or deprecations associated with this release. +[discrete] +[[es-connectors-release-notes-8-18-3]] +=== 8.18.3 + +[discrete] +[[es-connectors-release-notes-8-18-3-enhancements]] +==== Enhancements + +* Improve UUID handling by correctly parsing type 4 UUIDs and skipping unsupported type 3 with a warning. +See https://github.com/elastic/connectors/pull/3459[*PR 3459*]. + +* Confluence connector no longer swallows errors that may occur during ingestion. +See https://github.com/elastic/connectors/pull/3384[*PR 3384*]. + [discrete] [[es-connectors-release-notes-8-18-0]] === 8.18.0 From 23ac8a026e5049a336325866179500c7a7038603 Mon Sep 17 00:00:00 2001 From: Charlotte Hoblik <116336412+charlotte-hoblik@users.noreply.github.com> Date: Thu, 14 Aug 2025 12:09:48 +0200 Subject: [PATCH 3/3] Add connector release notes for 8.18.5 (#132659) --- .../docs/connectors-release-notes.asciidoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/reference/connector/docs/connectors-release-notes.asciidoc b/docs/reference/connector/docs/connectors-release-notes.asciidoc index b5b447d6d99ba..6e2767d1b3151 100644 --- a/docs/reference/connector/docs/connectors-release-notes.asciidoc +++ b/docs/reference/connector/docs/connectors-release-notes.asciidoc @@ -36,6 +36,21 @@ PR https://github.com/elastic/connectors/pull/3577[*#3577*] resolves this issue There are no new features, enhancements, fixes, known issues, or deprecations associated with this release. +[discrete] +[[es-connectors-release-notes-8-18-5]] +=== 8.18.5 + +[discrete] +[[es-connectors-release-notes-8-18-5-bug-fixes]] +===== Bug fixes + +.Resolves missing access control for “Everyone Except External Users” in SharePoint connector +[%collapsible] +==== +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. +PR https://github.com/elastic/connectors/pull/3577[*#3577*] resolves this issue by recognizing the group’s login format and correctly applying its permissions to document access control metadata. +==== + [discrete] [[es-connectors-release-notes-8-18-3]] === 8.18.3